G
gurusamy sekar via AccessMonster.com
Hi all..
i got a datatype mismatch criteria expression...for the following code.i
want to update the record on the base of date datatype and integer
datatype..
Here is my code..
Qry = "update employee set timeout='" & Format(Now, "h:m:s AMPM") & _
"' where todate= '" & dat & "' and empno = " & TxtEmpId.Text
db.Execute (Qry)
todate is date data type
empno is integer..
plz any one send me how to recover this error...
i got a datatype mismatch criteria expression...for the following code.i
want to update the record on the base of date datatype and integer
datatype..
Here is my code..
Qry = "update employee set timeout='" & Format(Now, "h:m:s AMPM") & _
"' where todate= '" & dat & "' and empno = " & TxtEmpId.Text
db.Execute (Qry)
todate is date data type
empno is integer..
plz any one send me how to recover this error...