I am having an issue calling date ranges. The main purpose of my database is to keep track of all time off requests from my employees. Our weeks run Sunday through Saturday. So I have to two fields and the first field is start date and the second field is end date.
Here's my problem:
Jim Jones requested 11/4/2011 - 11/6/2011 off. (11/4/2011 is in field 1 and 11/6/2011 is in field 2)
So I want to call everyone who has time off between 11/6/2011 - 11/12/2011 to see who has requested time off for next week. What would be the best way of doing this?
I tried putting in Between #11/6/2011# And #11/12/2011# but because Mr Jone's start date is before 11/6/2011 his record is not being called into the query. I'm trying to avoid putting in a start date that is before the beginning of the week because I don't want old records being pulled.