Hi,
Thank you so much for your help. I am trying to select record for an entire month:
SELECT *
FROM tblTable
WHERE report_date = Format("12/2004","mm/yyyy");
It returns 0 records. There are definitely records for the month of Dec. 2004 in the table.
Table data type for report_date is date/time with a mm/dd/yyyy format.
What am I doing wrong here?
Thank you so much for your help. I am trying to select record for an entire month:
SELECT *
FROM tblTable
WHERE report_date = Format("12/2004","mm/yyyy");
It returns 0 records. There are definitely records for the month of Dec. 2004 in the table.
Table data type for report_date is date/time with a mm/dd/yyyy format.
What am I doing wrong here?