I need to create a simple report based on monthly totals, in the following format:
May June July August
Total Records added: 12 10 56 23
Unfortunately, each record added to the database concerned only has an individual date, so I need group by month to provide the above stats. But then I am unable to present the info. in the format above (horizontal) - I've looked at cross tabs, but can't seem to use groups in them, only fields.
I'd be very grateful for any suggestions.
May June July August
Total Records added: 12 10 56 23
Unfortunately, each record added to the database concerned only has an individual date, so I need group by month to provide the above stats. But then I am unable to present the info. in the format above (horizontal) - I've looked at cross tabs, but can't seem to use groups in them, only fields.
I'd be very grateful for any suggestions.