W
wtiebo
Unregistered / Unconfirmed
GUEST, unregistred user!
我在用DateSerial()函数时,不知为何老是出错!
MyDate=DateSerial(CInt(year1),CInt(month1),CInt(day1)-1)
得到的日期是1993/-1/11,怪得很!
我用 SQL="select * from MyTable where TheDate='"&MyDate&"'"
进行查询,应该没错吧?
MyDate=DateSerial(CInt(year1),CInt(month1),CInt(day1)-1)
得到的日期是1993/-1/11,怪得很!
我用 SQL="select * from MyTable where TheDate='"&MyDate&"'"
进行查询,应该没错吧?