N
Nathon Jones
Hi,
I need a little help with a SELECT statement.
I have an events table in an Access db. The events have a start date and an
end date.
What statement do I need to show events that occur:
i. on or after the event start date
ii. on or before the event end date, but NOT prior to the start date
In Access I have got a simple query that shows me everything that happens on
or after "today" which looks like this:
Field: eventstartdate
Criteria: >=Now()-1
I know it must be some kind of "between" command....!
Any help would be greatly appreciated. Thanks.
Nath.
I need a little help with a SELECT statement.
I have an events table in an Access db. The events have a start date and an
end date.
What statement do I need to show events that occur:
i. on or after the event start date
ii. on or before the event end date, but NOT prior to the start date
In Access I have got a simple query that shows me everything that happens on
or after "today" which looks like this:
Field: eventstartdate
Criteria: >=Now()-1
I know it must be some kind of "between" command....!
Any help would be greatly appreciated. Thanks.
Nath.