How do I show each month as group when no data exists for the mont

W

Wallene

I need a report showing the data for each month, but I want to show every
month, even when there is no data for that month.
 
A

AJ Moroz

- One solution is to create a lookup table holding the 12 months
(PK=[MonthNumber], ex: 1, 2, 3; can also have a field called [MonthName] for
display purposes).
- Use the lookup table in the report query using an Outer Join, so all
months are displayed even if no data exists.
- A Select query or Crosstab query can be used for the report.
 

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

Top