robertsquestion
Technical User
Hi,
I'm using Access 2000 on Windows 2000 and got the following question:
In Table "Sales" I have 2 fields : Customernr and Articlenr. I would like to create a query that displays the unique number of articles per customer.
So suppose I have got the following records in the table:
10 E4500
10 E8800
10 E8800
20 A4512
20 A4512
20 A8966
20 A9970
The result of the query should be:
10 2
20 3
Do you know how to put this in a query? Thanks in advance for your help!
Robert
The Netherlands
I'm using Access 2000 on Windows 2000 and got the following question:
In Table "Sales" I have 2 fields : Customernr and Articlenr. I would like to create a query that displays the unique number of articles per customer.
So suppose I have got the following records in the table:
10 E4500
10 E8800
10 E8800
20 A4512
20 A4512
20 A8966
20 A9970
The result of the query should be:
10 2
20 3
Do you know how to put this in a query? Thanks in advance for your help!
Robert
The Netherlands