I have a query I run from Access 97 frontend. Query opens based on Delivery Time, criteria #00:00:00#. Runs fine with Access back end, but not with SQL Server 2000 backend. Could someone please tell why this is so?
SQL Server backend :
Column Name Data Type Length Allow Nulls
DeliveryTime datatime 8 checked
Default Value = Blank
Access 97 Frontend:
Field Name Data Type
DeliverTime Date/Time
Input Mask: 00:00;0;_
Any help would be appreciated.....Thanks!
SQL Server backend :
Column Name Data Type Length Allow Nulls
DeliveryTime datatime 8 checked
Default Value = Blank
Access 97 Frontend:
Field Name Data Type
DeliverTime Date/Time
Input Mask: 00:00;0;_
Any help would be appreciated.....Thanks!