I'm NOT a Front Page guy, but I'm trying to help out my boss here. In his code he's got the following stuff (Querying an Access database with ASP, the variable is declared as date/time in Access)
-------------------------
Select * from Results where (Timestamp > '::Timestamp::') order by ID desc
------------------------------
Now, his field name is Timestamp and the variable name is also named Timestamp. (Go figure.) But this raises the 'datatype mismatch in criteria expression' error. Any thoughts on this issue?? Thanks in advance.
-------------------------
Select * from Results where (Timestamp > '::Timestamp::') order by ID desc
------------------------------
Now, his field name is Timestamp and the variable name is also named Timestamp. (Go figure.) But this raises the 'datatype mismatch in criteria expression' error. Any thoughts on this issue?? Thanks in advance.