Greetings!
i am using date in my program. My databasefield <draw_date> declared as shortdate in msaccess.
when i use in the programs
.Open "Select *From numgroup Where Draw_date = '" & DateValue(vdrawdate.Text) & "'", strconek, adOpenStatic, adLockOptimistic
I received error message.. Data Type mismatch in the criteria and sometimes Error 13
Anybody can help to use date as conditional statement..
thank you in advance