hi
hope you can help me,
I have a table with date/time field in. I have a date entry form with a 'from date' and a 'to date'.
I have a query that uses the form a criteria to selct the date range, however I need the query to return only those entries received between midday the first date and midday the second date.
This is my where clause at the moment:
how would l amend this to stipulate only after 12:00 on [Text2] and before 12:00 on [Text11].
Thanks
Kev
hope you can help me,
I have a table with date/time field in. I have a date entry form with a 'from date' and a 'to date'.
I have a query that uses the form a criteria to selct the date range, however I need the query to return only those entries received between midday the first date and midday the second date.
This is my where clause at the moment:
Code:
WHERE (((tblJobs.Date_Time) Between [Forms]![frmDateSelect]![Text2] And [Forms]![frmDateSelect]![Text11]))
how would l amend this to stipulate only after 12:00 on [Text2] and before 12:00 on [Text11].
Thanks
Kev
Last edited: