I
Ian Bayly
I have a table where I need to keep dates and times in
separate fields.
If the table is an attached ACCESS table then a SELECT
query will return the correct number of records using a
time criteria passed in as a value.
If the table is an ODBC attached SQL 2000 table it returns
no records.
The data type in SQL 2000 is DateTime.
The datatype in Access is data/Time with a format of Long
Time.
If I hard code the time value in the query as a criteria
all is well.
I'm into my 24th hour on this problem so I'm starting to
go in circles - any ideas?
Thanks in anticipation.
separate fields.
If the table is an attached ACCESS table then a SELECT
query will return the correct number of records using a
time criteria passed in as a value.
If the table is an ODBC attached SQL 2000 table it returns
no records.
The data type in SQL 2000 is DateTime.
The datatype in Access is data/Time with a format of Long
Time.
If I hard code the time value in the query as a criteria
all is well.
I'm into my 24th hour on this problem so I'm starting to
go in circles - any ideas?
Thanks in anticipation.