I have a query that returns multiple records for users (staff taking exams). Each record indicates an untaken exam. I have a query that will deliver all of the untaken exams (one exam per record). Unfortunately, that produces a very large number of records.
I want to write a report that, independent of the number of exams listed as untaken for a staff person, only one record exists per staff person.
For example, if John Smith has 10 records returned (10 exams not taken), I only want 1 record with his name on it. The purpose is to produce a succinct nag list.
I want to write a report that, independent of the number of exams listed as untaken for a staff person, only one record exists per staff person.
For example, if John Smith has 10 records returned (10 exams not taken), I only want 1 record with his name on it. The purpose is to produce a succinct nag list.