Stevehewitt
IS-IT--Management
Guys,
I have the following string in as the criteria for the 'Date' field of my query:
This has worked fine as the field in the table was stored as a short date.
However, we are changing data sources to a third pary product where the data is a date/time format. E.G:
28/06/2005 22:44:00
The problem is that I don't really care about the time - I just need to search by the date. How would I go about changing the query criteria above to search only the date part, but still have the FORMS and BETWEEN parts? (I'd imagine incoporating a LIKE part in there somewhere)
Cheers,
Steve.
"They have the internet on computers now!" - Homer Simpson
I have the following string in as the criteria for the 'Date' field of my query:
Code:
[Forms]![frmReportDateSpecific]![txtStartDate] And [Forms]![frmReportDateSpecific]![txtEndDate]
This has worked fine as the field in the table was stored as a short date.
However, we are changing data sources to a third pary product where the data is a date/time format. E.G:
28/06/2005 22:44:00
The problem is that I don't really care about the time - I just need to search by the date. How would I go about changing the query criteria above to search only the date part, but still have the FORMS and BETWEEN parts? (I'd imagine incoporating a LIKE part in there somewhere)
Cheers,
Steve.
"They have the internet on computers now!" - Homer Simpson