This is an easy one!!

ACE

Registered User.
Local time
Today, 09:22
Joined
Aug 21, 2003
Messages
18
I'm drawing a blank here, all I want to do is a simple query on a table. I have a column of codes such as VGH, TRJ, ISK, etc. There are anywhere from 10 to 100 of each code. I want to find out how many different codes there are. I'm sure this is very simple to do!!!
 
You can open the query in design view and right click and select properties. Then select unique values = yes
 
Use the Find Duplicates Query Wizard then change the SQL created to >=1 from >1
 
Or create a totals query, grouping on the code field.
 
Thanks for all of your solutions!!!
 

Users who are viewing this thread

Back
Top Bottom