View Full Version : How do I make an XY Report


Brad
06-28-2005, 09:38 PM
Hi Guys,
I am trying to make a report in access which gives me results in a table.

Basically I have a table :

TABLE1(ID_Num, Area, Colour, Num_Of_Doors) and what I am trying to get is a report that says:

Number of Doors
.............Green....Red...Blue
Area1........3.........2.......1
Area2........2.........1.......6

Does that make any sense ?

Anyway I can't get it to produce anything even close , any ideas ?

Rich
06-29-2005, 12:32 AM
Use a crosstab query

Brad
06-29-2005, 03:22 PM
thanks for that, worked a treat