I have a database with a one to many relationship of a student record to many activity records. I am grouping on the student id of the student record. I only want the student to print if there is not a specific value any of the activity records.
IE, if any of the activity records have an "ENRL" in the activity code, do not select the student to print.
Thanks for the help.
IE, if any of the activity records have an "ENRL" in the activity code, do not select the student to print.
Thanks for the help.