G
Gesualdo
I'm trying to use a date/time variable in an ADO SELECT statement, but I get
a data type mismatch error message relating to the time element. The variable
is in the VBA Date data type and is shown as (e.g.) "06/02/06 10:13:12".
Help! I'm trying to synchronise data between a SQL Server database and an
Access one.
The string is "SELECT * FROM [TblPeople] WHERE [LastModded]<'" & SynchPoint
& "';" Synchpoint is the date variable.
a data type mismatch error message relating to the time element. The variable
is in the VBA Date data type and is shown as (e.g.) "06/02/06 10:13:12".
Help! I'm trying to synchronise data between a SQL Server database and an
Access one.
The string is "SELECT * FROM [TblPeople] WHERE [LastModded]<'" & SynchPoint
& "';" Synchpoint is the date variable.