M
Matty G
I have an access 2000 database which has records showing when activity takes
place throughout the year. Each activity has a start date and an end date so
forinstance the table could look like this.
Event :- Major Race
Specific :- Uk National
Start Date :- 01/01/10
Wnd Date :- 31/01/10
Now I want to query if an event occurs on a particular week commencing
(sunday) for instance 03/01/10.
From my table I can see that the event started on 01/01/10 and finished
31/01/10 so would be applicable for week commencing 03/01/10.
What I need to know is how to return this within a query? Again if I
entered the week commencing as 10/01/10 I would need to see again that this
event was in progress.
I guess it's sort of the opposite of a between query where we look for any
records between two dates. I need to look for all records between two dates
in different fields on the same row.
Please help!!! Thanks in advance.
place throughout the year. Each activity has a start date and an end date so
forinstance the table could look like this.
Event :- Major Race
Specific :- Uk National
Start Date :- 01/01/10
Wnd Date :- 31/01/10
Now I want to query if an event occurs on a particular week commencing
(sunday) for instance 03/01/10.
From my table I can see that the event started on 01/01/10 and finished
31/01/10 so would be applicable for week commencing 03/01/10.
What I need to know is how to return this within a query? Again if I
entered the week commencing as 10/01/10 I would need to see again that this
event was in progress.
I guess it's sort of the opposite of a between query where we look for any
records between two dates. I need to look for all records between two dates
in different fields on the same row.
Please help!!! Thanks in advance.