G
Guest
I have two queries, A & B. Query A matches appropriately sized hardware from Table A with upper components from Table B. Similarly, Query B matches appropriately sized hardware from Table A with lower components from Table B. The selection criteria is such that either one or two hardware items are selected for each component
I would like to include both upper and lower hardware on a report for purchasing. I created Query C to join Queries A & B. Unfortunately, this queries returns every possible combination of upper and lower hardware items, rather than the one or two upper items and the one or two lower items
Example: Component A upper requires hardware 152 and 153. Component A lower requires hardware 152 and 153, also. (this is not always the case; lower could be 131, only
Query C returns 4 records: U 152 L 152, U 152 L 153, U 153 L 152, U 153 L 153.
I would like to see 2 records: U 152 L 152, U 153 L 153.
Any help is appreciated
EB
I would like to include both upper and lower hardware on a report for purchasing. I created Query C to join Queries A & B. Unfortunately, this queries returns every possible combination of upper and lower hardware items, rather than the one or two upper items and the one or two lower items
Example: Component A upper requires hardware 152 and 153. Component A lower requires hardware 152 and 153, also. (this is not always the case; lower could be 131, only
Query C returns 4 records: U 152 L 152, U 152 L 153, U 153 L 152, U 153 L 153.
I would like to see 2 records: U 152 L 152, U 153 L 153.
Any help is appreciated
EB