ok, heres what i want to do
ive got a report using a query to select the required info from 3 tables
the query is working great, return the correct records from the table and the supporting data from the other 2 tables
i can get all this onto the report, but i need to list it in such a way that:
only 1 instance of the value is output, but a count of the number of times that value is returned is kept
e.g.
for the detail section ive got a country being listed, there is no limit to the number of countries returned, nor the number of times a specific country is returned
so instead of getting
United Kingdom
United Kingdom
Australia
Argentina
Argentina
Argentina
i want
United Kingdom 2
Australia 1
Argentina 3
any help is much appreciated
thanks in advance
I can't be bothered to have a sig!
ive got a report using a query to select the required info from 3 tables
the query is working great, return the correct records from the table and the supporting data from the other 2 tables
i can get all this onto the report, but i need to list it in such a way that:
only 1 instance of the value is output, but a count of the number of times that value is returned is kept
e.g.
for the detail section ive got a country being listed, there is no limit to the number of countries returned, nor the number of times a specific country is returned
so instead of getting
United Kingdom
United Kingdom
Australia
Argentina
Argentina
Argentina
i want
United Kingdom 2
Australia 1
Argentina 3
any help is much appreciated
thanks in advance
I can't be bothered to have a sig!