I have two tables, connected via a one to many relationship. Let's call them tblOne and tblMany.
I need to create a report which will group on each record on tblOne. However in the detail section I need each record in tblMany to show as a seperate column. The problem is that I never know how many records there will be in tblMany related to tblOne.
Any ideas?
I need to create a report which will group on each record on tblOne. However in the detail section I need each record in tblMany to show as a seperate column. The problem is that I never know how many records there will be in tblMany related to tblOne.
Any ideas?