Creating Reports with Comparative Information

C

cxb319

Each month, I create a table and corresponding query which summarizes every
item (quantity, sales, cost, etc.) sold to every customer. Is there a way
that I could put two months side-by-side on one report. For instance, I want
to see amount of widgets sold to customer x for the month of January 05 (from
the January 05 query) and the same widgets sold to that customer for the
month of January 04 (from the January 04 query).
 
Top