PDA

Click to See Complete Forum and Search --> : Field value count


Aug 29th, 2000, 09:42 AM
Is there a way to get the count of the values in a field (DAO) without using an SQL statement?
If there isn't then what is the SQL statement to use to get the count?

JHausmann
Aug 29th, 2000, 03:24 PM
SQL:

select field, count(field) group by field