Hi guys,
I'm actually starting to use Access and I have a question about a query.
Basically I have a table that says:
ITEM ORDER CAT
A 1200 01
A 1200 02
B 1200 01
B 1100 01
I'd like to count the number of Orders per each item, without counting duplicates. The Output should be:
A = 1 Order
B = 2 Orders
But when I use the Count option on my query table under ORDER it calculates:
A = 2
B = 2
As if is counting the number of records.
How can I solve this problem?
Thanks so much
dante
I'm actually starting to use Access and I have a question about a query.
Basically I have a table that says:
ITEM ORDER CAT
A 1200 01
A 1200 02
B 1200 01
B 1100 01
I'd like to count the number of Orders per each item, without counting duplicates. The Output should be:
A = 1 Order
B = 2 Orders
But when I use the Count option on my query table under ORDER it calculates:
A = 2
B = 2
As if is counting the number of records.
How can I solve this problem?
Thanks so much
dante