31 day rows

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I need to make a report that shows 31 day rows and place dates even though
there is no data for those dates:
Exp.
1 6/1
2
3 6/3
4
 
Have a table that contains the numbers 1 through 31.

Join that table to the table that has data in it using a left join, and
comparing to the Day of the date field in your data table.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top