fat controller
Slightly round the bend..
- Local time
- Today, 08:15
- Joined
- Apr 14, 2011
- Messages
- 758
I should know this, but can't seem to get my head round where I am going wrong.
I have a table that has entries recorded with date and time in one field, and I want to have a query that returns all records of a specified date or date range, regardless of the time in the field.
I have tried
And
Neither of which work;
Can anyone advise please?
I have a table that has entries recorded with date and time in one field, and I want to have a query that returns all records of a specified date or date range, regardless of the time in the field.
I have tried
Code:
Between [StartDate:] And [EndDate:]
And
Code:
Between [StartDate:] & "00:00" And [EndDate:] & "23:59"
Neither of which work;
Can anyone advise please?