以文本方式查看主题

-  Foxtable(狐表)  (http://foxtable.com/bbs/index.asp)
--  专家坐堂  (http://foxtable.com/bbs/list.asp?boardid=2)
----  [求助]代码出现错误  (http://foxtable.com/bbs/dispbbs.asp?boardid=2&id=21544)

--  作者:tungwun
--  发布时间:2012/7/16 20:51:00
--  [求助]代码出现错误
Dim Filter As String
Filter="Select {車輛打理}.* From {車輛打理} Where [結束日期時間]>=\'2012-3-15\'"
tables("車輛打理").filter=filter
 

此主题相关图片如下:snap7.jpg
按此在新窗口浏览图片


--  作者:xongyijd
--  发布时间:2012/7/16 21:23:00
--  

Filter="Select * From {車輛打理} Where [結束日期時間]>=#2012-3-15#"

 

试一试


--  作者:tungwun
--  发布时间:2012/7/16 21:34:00
--  出现错误
出现错误
--  作者:xongyijd
--  发布时间:2012/7/16 22:09:00
--  

这个SELECT 没有问题,看看其他方面

另外你的筛选没有条件 tables("車輛打理").filter=filter

[此贴子已经被作者于2012-7-16 22:41:02编辑过]

--  作者:blackzhu
--  发布时间:2012/7/17 7:55:00
--  

tables("車輛打理").filter=" [結束日期時間]>=# 2012-3-15 #   

一句就可以了

--  作者:狐狸爸爸
--  发布时间:2012/7/17 8:06:00
--  

要用表达式,至少看看:

 

http://www.foxtable.com/help/topics/0102.htm

http://www.foxtable.com/help/topics/1647.htm

http://www.foxtable.com/help/topics/1284.htm