Using Access 2000
I am going to try to explain this in narrative form.
A query that populates a report has 3 tables, joined by an OrderNbr field. One of the tables has a Materials field. Another table has, in addition to the OrderNbr field an ID field, which means that sometimes there will be more than one row showing for the same OrderNbr, and this causes the Materials to show extra times.
The reason for this is that 3 different departments (say Dept A, Dept B and Dept C) might participate in the same OrderNbr, and each Dept would have a separate ID, but the Materials be entered only against one Dept.
This causes the values in the report to be exaggerated, and I am looking for a way to reduce the duplicated values. Actually, I believe the problem lies with the table design (which I didn't do but am trying to sort out), but am wondering if there is an answer which I have overlooked.
Thanks.
Tom
I am going to try to explain this in narrative form.
A query that populates a report has 3 tables, joined by an OrderNbr field. One of the tables has a Materials field. Another table has, in addition to the OrderNbr field an ID field, which means that sometimes there will be more than one row showing for the same OrderNbr, and this causes the Materials to show extra times.
The reason for this is that 3 different departments (say Dept A, Dept B and Dept C) might participate in the same OrderNbr, and each Dept would have a separate ID, but the Materials be entered only against one Dept.
This causes the values in the report to be exaggerated, and I am looking for a way to reduce the duplicated values. Actually, I believe the problem lies with the table design (which I didn't do but am trying to sort out), but am wondering if there is an answer which I have overlooked.
Thanks.
Tom