Stevehewitt
IS-IT--Management
Hi Guys,
If I use the query builder on SQL Server Enterprise Manager to lookup all records that have a 'TimeIn' value after 5:00pm it creates the following SQL for me:
SQL Server returns all of the results - all good!
However, when I try to use the query builder in Access 2003 I don't get any results back at all. And I'm entering in:
Nothing at all.
Anyone help me out with this? Access is my front-end and SQL Server MSDE 2000 is the backend.
Thanks,
Steve.
"They have the internet on computers now!" - Homer Simpson
If I use the query builder on SQL Server Enterprise Manager to lookup all records that have a 'TimeIn' value after 5:00pm it creates the following SQL for me:
Code:
> '17:59:00'
SQL Server returns all of the results - all good!
However, when I try to use the query builder in Access 2003 I don't get any results back at all. And I'm entering in:
Code:
>#17:59:00#
Nothing at all.
Anyone help me out with this? Access is my front-end and SQL Server MSDE 2000 is the backend.
Thanks,
Steve.
"They have the internet on computers now!" - Homer Simpson