Hi,
We enter different types of documents. They have standards that we have to meet based on the type of document. The different types of documents are distinguished by "program" names. I have a table that has the date, the program (many different programs are done in one day), the number of documents entered on that program, the time it took to enter those documents, how many documents were reviewed, and how many errors were found. One employee will have several entries, one day will have several programs.
employee name
Date
program
volume
EntryTime
reviews
errors
One of the totals I need is the number of different programs this employee has done. I grouped on "employee name" and chose "count" under program. But the query returns the number of records. The database has 74 entries, but the employee has only done about 10 different programs.