Date range report

L

Little pete

I am wanting to create a report using individual dates as my Row header.
Currently I can only show those dates which I have data relevant to, I would
like to show on my report all dates within the range selected.

Thanks for the help
Pete
 
D

Duane Hookom

You must have a table/query with all possible dates stored/displayed. The
simplest solution is to create a table of all possible dates and add it to
your query. Edit the join properties to include all the records/dates from
your date table.
 
Top