I am creating a report that list my days off from work.
In this report I want to show a column for my "Day Request(01/20/2003)", "Day Recorded (check box)".
I want the Day Recorded to check itself if the day is equal to "Day Request" using, Now().
It will look something like this:
Day Request Day Recorded
----------------- --------------------
01/02/2003 x
01/03/2003 x
01/06/2003 x
01/21/2003
01/30/2003
Do I have to create a query for this or I can just do it on the report ?
In this report I want to show a column for my "Day Request(01/20/2003)", "Day Recorded (check box)".
I want the Day Recorded to check itself if the day is equal to "Day Request" using, Now().
It will look something like this:
Day Request Day Recorded
----------------- --------------------
01/02/2003 x
01/03/2003 x
01/06/2003 x
01/21/2003
01/30/2003
Do I have to create a query for this or I can just do it on the report ?
Last edited: