G
Guest
I have a table with a date/time format field. The dates range from years 1975
- 2005. I want to run a query that will select records with a date range for
just the first six months of each year. Is there a way to write a query for
this? for example:
between #01/01/1975# and #06/30/1975# or #01/01/1976# and #06/30/1976# etc...
this way I would have to do 30 "OR" statements. Since that cannot be done, I
would have to break it out and run multiple queries using a parameter input
box. I would rather do just on query.
Thanks for you help.
Marianne
- 2005. I want to run a query that will select records with a date range for
just the first six months of each year. Is there a way to write a query for
this? for example:
between #01/01/1975# and #06/30/1975# or #01/01/1976# and #06/30/1976# etc...
this way I would have to do 30 "OR" statements. Since that cannot be done, I
would have to break it out and run multiple queries using a parameter input
box. I would rather do just on query.
Thanks for you help.
Marianne