F
fireytech
I need to be able to count how many different vendorID's are in a
list. The list will contain duplicates of each vendorid so the query
has to be able to ignore duplicates and look at the list and say there
are 2 vendors involved.
For example:
Record# VendorID
1 3207
2 3207
3 3207
4 4654
5 2333
6 3207
7 4654
The answer would be 3 as there are only 3 different id's involved.
How in the world do I make this happen in a query?
list. The list will contain duplicates of each vendorid so the query
has to be able to ignore duplicates and look at the list and say there
are 2 vendors involved.
For example:
Record# VendorID
1 3207
2 3207
3 3207
4 4654
5 2333
6 3207
7 4654
The answer would be 3 as there are only 3 different id's involved.
How in the world do I make this happen in a query?