G
Guest
I have a simple query as follows
SELECT * FROM [tbl_History] WHERE [HistReceiptDate] = 02/10/200
where [HistReceiptDate] is a date field of format "mm/dd/yyyy
This query will not find any records even though records with this date definitely exist in the table
Why does this query not work
ctda
SELECT * FROM [tbl_History] WHERE [HistReceiptDate] = 02/10/200
where [HistReceiptDate] is a date field of format "mm/dd/yyyy
This query will not find any records even though records with this date definitely exist in the table
Why does this query not work
ctda