J
JeremyReger
It is a little more complicated than that for me atleast.
Here is the situation: I am making a "Daily Report" for our manning. We
have people go on vaction and have appointments often in our office.
I have built a database that we can enter in all of this information where
(vacations, appointments, people coming and people going, etc...)
My situation is I want to make a Daily Report to send out to each section
everyday, but I do not want everything to show up for each form on the
report. I only want what is going to affect that day.
For Example:
If Jason Jones is on vacation from 01 Sept 07 to 15 Sept 07 and it is only 8
Sep 07 I need his vacation to still show up on the query then onto the
report.
I have the appointments down because I can just put Between Date() and
Date() and that will show everything for that day. But I cannot get it to
show up if it the date is in between the two dates.
I have it set up as 2 columns in the form "Start Date" and "Return Date"
and I need it to show up if the system date "Date()" is in between those
dates.
And where would I enter this code... which column ?
Here is the situation: I am making a "Daily Report" for our manning. We
have people go on vaction and have appointments often in our office.
I have built a database that we can enter in all of this information where
(vacations, appointments, people coming and people going, etc...)
My situation is I want to make a Daily Report to send out to each section
everyday, but I do not want everything to show up for each form on the
report. I only want what is going to affect that day.
For Example:
If Jason Jones is on vacation from 01 Sept 07 to 15 Sept 07 and it is only 8
Sep 07 I need his vacation to still show up on the query then onto the
report.
I have the appointments down because I can just put Between Date() and
Date() and that will show everything for that day. But I cannot get it to
show up if it the date is in between the two dates.
I have it set up as 2 columns in the form "Start Date" and "Return Date"
and I need it to show up if the system date "Date()" is in between those
dates.
And where would I enter this code... which column ?