Hi, hope someone can help here as I'm really new to access and the report functions.
I have a field in a table called 'Type' - this field contains information about types of projects in the table.
Some examples of the type field are:
House Extension
Loft Conversion
Windows
Loft Conversion & House Extension
Conservatory
Porch
Porch & Conservatory
As you can see - sometimes the type is more than one item.
I am trying to create a report (with not much luck) that will break down the types into individual projects and count them - so for the above list I would be after:
Conservatory - 2
House Extension - 2
Loft Conversion - 2
Porch - 2
Windows - 1
I thought the best way would be to make individual queries for each type. And then make a report and get the data from the various queries into the detail field using the count function in a text box with the criteria
=Count([Extensionquery]![TYPE]) for House Extension
=Count([Windowsquery]![TYPE])for windows etc
But I just get #error when I try this.
Anyone have any ideas on how to get around this - or even a better way to do it?
Thanks in advance
Steve
I have a field in a table called 'Type' - this field contains information about types of projects in the table.
Some examples of the type field are:
House Extension
Loft Conversion
Windows
Loft Conversion & House Extension
Conservatory
Porch
Porch & Conservatory
As you can see - sometimes the type is more than one item.
I am trying to create a report (with not much luck) that will break down the types into individual projects and count them - so for the above list I would be after:
Conservatory - 2
House Extension - 2
Loft Conversion - 2
Porch - 2
Windows - 1
I thought the best way would be to make individual queries for each type. And then make a report and get the data from the various queries into the detail field using the count function in a text box with the criteria
=Count([Extensionquery]![TYPE]) for House Extension
=Count([Windowsquery]![TYPE])for windows etc
But I just get #error when I try this.
Anyone have any ideas on how to get around this - or even a better way to do it?
Thanks in advance
Steve