Kevin Field
Registered User.
- Local time
- Today, 09:56
- Joined
- May 26, 2010
- Messages
- 35
Hi all,
I have a table which contains renewal information. This is basically a long list of client names, company name, amount they recieved and date they recieved the money.
I have a query which pulls this out of the renewal table and i have based my report on this query.
My problem here is that i want to first group the renewal by client (using the ref which is unique to each client), and then group that by company. All this needs to also have a date range eg 1/1/2010 - 31/12/2010.
The end product i want is to have a report which shows a Client Ref, and the total of all the renewal for each company listed below them.
Could someone point me in the right direction here? I currently have a report which for some reason takes the highest amount of each company and then sums those results at the end of the report.
Thanks for you help.
I have a table which contains renewal information. This is basically a long list of client names, company name, amount they recieved and date they recieved the money.
I have a query which pulls this out of the renewal table and i have based my report on this query.
My problem here is that i want to first group the renewal by client (using the ref which is unique to each client), and then group that by company. All this needs to also have a date range eg 1/1/2010 - 31/12/2010.
The end product i want is to have a report which shows a Client Ref, and the total of all the renewal for each company listed below them.
Could someone point me in the right direction here? I currently have a report which for some reason takes the highest amount of each company and then sums those results at the end of the report.
Thanks for you help.