I have a table, produced from a query, with three fields and some smaple data:
AREA TYPE COUNT
A 1 1
A 2 5
A 3 6
B 1 7
B 2 8
C 2 9
C 3 12
I need to create a report with a graph for each area with details of the type and count. However, I just can't seem to do this with generating loads of blank pages.
If anyone can help then I would be most greatful because its driving me nuts.
AREA TYPE COUNT
A 1 1
A 2 5
A 3 6
B 1 7
B 2 8
C 2 9
C 3 12
I need to create a report with a graph for each area with details of the type and count. However, I just can't seem to do this with generating loads of blank pages.
If anyone can help then I would be most greatful because its driving me nuts.