G
Guest
I have one table 'Transactions' with fields (BuyerName, PONum, etc) and another table 'Buyers' with fields (BuyerName, Location, etc). What I want is a query that shows me all PONum's based on location (which is based on the buyer). If I do a query based just on 'Transactions' for Buyername and PONum I get the records I want but it is not showing location. If I add the Location field from the 'Buyers' table to the query, I am getting the same PONum multiple times for each different location. What am I doing wrong?