E
Elsie
Hi, when I link 2 tables/queries with the same key, there is a tendency that
the returned data has duplicates.
for example,
item A has a transaction with supplier A at price $100 and,
item A has another transaction with supplier B at price $150.
my query returns:
item A with supplier A at $100
item A with supplier A at $150
item A with supplier B at $100
item A with supplier B at $150
Why is this so? How do I make sure that my query is returning distinct data?
Elsie
the returned data has duplicates.
for example,
item A has a transaction with supplier A at price $100 and,
item A has another transaction with supplier B at price $150.
my query returns:
item A with supplier A at $100
item A with supplier A at $150
item A with supplier B at $100
item A with supplier B at $150
Why is this so? How do I make sure that my query is returning distinct data?
Elsie