标题:
[基础]
如何显示ACCESS的日期与时间类型数据
[打印本页]
作者:
twy1392336
时间:
2008-6-24 07:55
标题:
如何显示ACCESS的日期与时间类型数据
用一个DateTimePicker控件的值作为数据源SQL语名的过滤条件,提示 " 标准表达式的数据类型不匹配",是不是要用FORMAT函数?我把SQL语句写成:
Select * from 表 where 日期 <= '" & format(DTPicker2.Value) & "' and 日期 >= '" & format(DTPicker1.Value) & "'"
这样写还是报上述错。
作者:
Nothing
时间:
2008-6-24 09:06
Select * from 表 where 日期 <= #" & format(DTPicker2.Value) & "# and 日期 >= #" & format(DTPicker1.Value) & "#"
access的日期用#,不要用'
欢迎光临 编程开发论坛 (http://bbs.lihuasoft.net/)
Powered by Discuz! 6.0.0