标签:
在使用sql访问Access日期字段,应在变量前后加#,例子:
s:=Format(select xueshID,name,times,qukbz,skdate,banji from dianmjili where skdate =%s,[#+formatdatetime(yyyy/m/d,DateTimePicker1.Datetime)+#]);
访问Access日期字段
原文地址:http://www.cnblogs.com/realhope/p/4317225.html