- 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.