K
Kieran
I am having problems generating a query to find records between a start date
and time and a finish date and time. As the table I am querying stores the
two valuse in seperate fields, using BETWEEN is not working.
The table I am querying, called imt_log, stores the date and time in
seperate fields.
The fields are called imt_log.date and imt_log.time
Example:
Find records from 7-Jan-2008 08:00:00 to 14-Jan-2008 07:59:59
Do I need to create some Vb code or is it possible to do it with a nested
query.
Thanks in advance.
and time and a finish date and time. As the table I am querying stores the
two valuse in seperate fields, using BETWEEN is not working.
The table I am querying, called imt_log, stores the date and time in
seperate fields.
The fields are called imt_log.date and imt_log.time
Example:
Find records from 7-Jan-2008 08:00:00 to 14-Jan-2008 07:59:59
Do I need to create some Vb code or is it possible to do it with a nested
query.
Thanks in advance.