Hi Guys,
I have been breaking my head trying to make this work.
I have a problem with an invoices database, and Im trying to get a report that will list all my unpaid invoices in date order but group them together by company name so we see all invoices of that company (but the oldest companies first if that makes sense)..
What I mean is that I have a fields called InvoiceID and the smallest number is oldest, and a field called CompanyName.
I am trying to group by CompanyName not "with A on top" which is teh only option Access 2007 seems to have but by order of InvoiceID.
EG.
invoice 1 = Owed by Company C
invoice 2 = Owed by Company A
invoice 3 = Owed by Company C
invoice 4 = Owed by Company B
I need it to Group like this.
Company C: Invoice 1, Invoice 3
---
Company A: Invoice 2
---
Company B: Invoice 4 (Note that I do not want it to list Company C again as it already listed it earlier).
---
If you can help or advise me how on earth its possible please do let me know
Thanks
Doz
I have been breaking my head trying to make this work.
I have a problem with an invoices database, and Im trying to get a report that will list all my unpaid invoices in date order but group them together by company name so we see all invoices of that company (but the oldest companies first if that makes sense)..
What I mean is that I have a fields called InvoiceID and the smallest number is oldest, and a field called CompanyName.
I am trying to group by CompanyName not "with A on top" which is teh only option Access 2007 seems to have but by order of InvoiceID.
EG.
invoice 1 = Owed by Company C
invoice 2 = Owed by Company A
invoice 3 = Owed by Company C
invoice 4 = Owed by Company B
I need it to Group like this.
Company C: Invoice 1, Invoice 3
---
Company A: Invoice 2
---
Company B: Invoice 4 (Note that I do not want it to list Company C again as it already listed it earlier).
---
If you can help or advise me how on earth its possible please do let me know

Thanks
Doz