I have a query pulling out all records of a specific type:
Docname, Docversion, Doctype
are the fields for example...
Doctype is the same for all results of the query.
Docversion is unique for all results of the query.
Docname is not unique for all results of the query.
What I am trying to do, is get a count of how many unique Docname's there are to put on a report drawn fromt his query. For example, if I use =count(), it will give me a total count of all records, and I just want to know how many Docname's there are in the query's resutls.
Can anyone help with this?
Docname, Docversion, Doctype
are the fields for example...
Doctype is the same for all results of the query.
Docversion is unique for all results of the query.
Docname is not unique for all results of the query.
What I am trying to do, is get a count of how many unique Docname's there are to put on a report drawn fromt his query. For example, if I use =count(), it will give me a total count of all records, and I just want to know how many Docname's there are in the query's resutls.
Can anyone help with this?