I have four groups. Each group is associated with a different table.
Group 1, Table 1: Fleet ID - a unique number that is never duplicated. All other tables are linked to this table by Fleet ID.
Group 2, Table 2: PO Number - There may be multiple POs associated with each Fleet ID.
Group 3, Table 3: Service Order - There may be multiple Service Orders associated with each Fleet ID.
Group 4, Table 4: Sublet Reference - There may be multiple Sublet References associated with each Fleet ID.
Currently, the report is duplicating Service Orders twice (because there are two POs), and duplicating Sublet References three times...twice...because there are three Service Orders and two POs.
It looks like this...
and I'd like it to look like this...
Can you help?
Edited by tpreston - 20 Jul 2023 at 11:19am