D
djc
I have a recordset with say 3 fields: FirstName, LastName, Address. I want
to run a query to determine which LastName appears the most amount of times
and how many times that was. AND another query to find the opposite: which
one appears the least amount of times and how many times that was.
can I do this with sql?
note: there would be far to many unique 'LastName' s to write a seperate
select query on each one and compare the count.
anyone?
to run a query to determine which LastName appears the most amount of times
and how many times that was. AND another query to find the opposite: which
one appears the least amount of times and how many times that was.
can I do this with sql?
note: there would be far to many unique 'LastName' s to write a seperate
select query on each one and compare the count.
anyone?