Calendar

  • Thread starter Thread starter SHIPP
  • Start date Start date
S

SHIPP

I have created a table of scheduled tasks by date. There
is not a task to be completed on everyday. I would like to
create a report however that shows every day of the month
and prints the task(s) on the appropriate day. Anybody
have a clue as to how to approach this issue?
 
Create a table that has every date in it. Then join this in your report's
record source to the date field in your schedule table. Open the join
properties and set the properties to include all records from your table of
all dates. If you filter by the date field, make sure you do this on the
table of all dates.
 
Back
Top