Hello all. I have an error that has just showed up. The error is as follows:
Here is the query:
... and I think that it has something to do with the 'id' being a four digit number. In the database it is set up as an autonumber. What do I need to do to get rid of this error?
Thanks,
Parallon
Code:
Microsoft JET Database Engine error '80040e14'
Syntax error (comma) in query expression 'id = 1,382'.
/Timesheet/EQ_EditTime.asp, line 26
Here is the query:
Code:
SELECT * FROM tblEqMilesHours WHERE id = " & RecId & "
... and I think that it has something to do with the 'id' being a four digit number. In the database it is set up as an autonumber. What do I need to do to get rid of this error?
Thanks,
Parallon