I have two tables that I am creating a report from. One is Orders, and the key is called OrderID. I have another table called Parts, also containing OrderID. They have a relationship as well. On my Order forms, I have a listbox and populate that based on the two OrderID's.
Now, I have a report with the data source as Orders. I also added a listbox and set the Row Source/Type to Table/Query pointing to my Parts table. However, when I set the criteria of the two OrderID's to match to display on the corresponding Parts per the Order, it only picks up the Order in the first detail, and repeats it for each successive detail. How can I get the listbox to only display where the two OrderID's match> Code used Report results