S
Steve
Hello and thanks for the help.
I have a table Computers with these (and more) fields
[SN],[Make]
I want to count the distinct number of Makes. I can do
it by creating a query and grouping by Make then creating
another query which references the first query and doing
a count.
Surely there is a more intelligent way of doing this by
using SQL but the help file isn't much help.
Thanks again.
I have a table Computers with these (and more) fields
[SN],[Make]
I want to count the distinct number of Makes. I can do
it by creating a query and grouping by Make then creating
another query which references the first query and doing
a count.
Surely there is a more intelligent way of doing this by
using SQL but the help file isn't much help.
Thanks again.