J
Jon M.
Hello friends, I am neck deep in lost over here. I have a query keeping
track of CE credits for insurance producers. I run my query which consists
of a table of students, a table of classes, and a table of StudentsAndClasses
which links them all together. My query shows me all the classes the
producers have not completed by using the criteria Date_Completed(one of my
fields) Is Null. The query produces the results I want, but for every class
it repeats the producer name, for example:
Name Class
Jon Smith Revision of Endorsements
Jon Smith Online Fraud
Jon Smith Renter's Renewal
Bob Jones Revision of Endorsement
Bob Jones Online Fraud
I would like only one line for each name, so Jon Smith will display and all
the classes he hasn't taken will be listed under his name just once. And so
on for all the names on the list. Does that make sense? As usual I need all
the help I can get. Thanks.
track of CE credits for insurance producers. I run my query which consists
of a table of students, a table of classes, and a table of StudentsAndClasses
which links them all together. My query shows me all the classes the
producers have not completed by using the criteria Date_Completed(one of my
fields) Is Null. The query produces the results I want, but for every class
it repeats the producer name, for example:
Name Class
Jon Smith Revision of Endorsements
Jon Smith Online Fraud
Jon Smith Renter's Renewal
Bob Jones Revision of Endorsement
Bob Jones Online Fraud
I would like only one line for each name, so Jon Smith will display and all
the classes he hasn't taken will be listed under his name just once. And so
on for all the names on the list. Does that make sense? As usual I need all
the help I can get. Thanks.