Hi All,
I have a question below.
I have a field in my table which is Date/time.
It contain the date/time but when I search, i only want to search by the Date. It should not look at the time.
I have a form created which the user will select the date and run the query.
How can i do so?
What is the SQL code to add in the query?
The one i enter is
WHERE((TBLCaseDetail.ReportedDateTime)=Format([Forms]![FormFindCase]![DateSelection],"dd/mm/yyyy"));
Thanks in advance.