I have the following query,
select * from bugtracking where
Format([Reported Date],"mm-dd-yyyy" = #01-04-2004#
however it does not pull any records, even though there are records for those dates (ie, 1/4/2004 12:29:30 AM) What am I doing wrong with this query, Thanks!
select * from bugtracking where
Format([Reported Date],"mm-dd-yyyy" = #01-04-2004#
however it does not pull any records, even though there are records for those dates (ie, 1/4/2004 12:29:30 AM) What am I doing wrong with this query, Thanks!