Hi, I have a ‘table 1’ with a one to many with ‘table 2’ which has a a one to many with ‘table 3’. I have a query that includes all the records, so say if client in table is smith and he has two accounts in table 2 and three transactions in table 3 on each of those accounts, then when I run the query there are 6 lines returned, which is what I require. I am now building a report which I need to structure as the tables show, so a grouping with client (1 entry), a grouping with account s(listing two accounts) and a seperate 3rd groping showing 6 transactions. I am struggling to get this to work in my report. Any guidance is welcomed.
Thanks, Darren