I'm using CR10 and MS Access db.
I have 2 tables, one is a list of users, the other is a list of software they have installed, so there's a 1 to many relationship where there's 1 user in the table but the software table has the same user listed multiple times.
My report is grouped on the user name in the user table, but whenever I try to add the software from the software table, it lists the entire table, not just for that user. I have the tables linked on user name.
Any help is appreciated, I want to just list the software for each user in the detail of the report. Not sure if I need a separate subreport? Any help is appreciated, thanks!
I have 2 tables, one is a list of users, the other is a list of software they have installed, so there's a 1 to many relationship where there's 1 user in the table but the software table has the same user listed multiple times.
My report is grouped on the user name in the user table, but whenever I try to add the software from the software table, it lists the entire table, not just for that user. I have the tables linked on user name.
Any help is appreciated, I want to just list the software for each user in the detail of the report. Not sure if I need a separate subreport? Any help is appreciated, thanks!