G
Guest
I have a letter that is generated to every student attending our school in
the fall. If a student's registration is incomplete, the letter blocks out
certain key information to encourage the student to complete registration
before the start of school in order to receive this key information The
criteria for complete and incomplete is quite lengthy (e.g. whether 10 forms
have been received, whether completed correctly, tuition and fees paid,
record transfers, etc.) you get the picture. I have all the criteria in code
and everything is working fine. Now, if I only want to print the
"registration incomplete" letters, how do I get the report to skip all the
"registration complete" letters? The criteria seems too long to sort with
SQL. Is there a way in VBA?
Thanks in advance.
the fall. If a student's registration is incomplete, the letter blocks out
certain key information to encourage the student to complete registration
before the start of school in order to receive this key information The
criteria for complete and incomplete is quite lengthy (e.g. whether 10 forms
have been received, whether completed correctly, tuition and fees paid,
record transfers, etc.) you get the picture. I have all the criteria in code
and everything is working fine. Now, if I only want to print the
"registration incomplete" letters, how do I get the report to skip all the
"registration complete" letters? The criteria seems too long to sort with
SQL. Is there a way in VBA?
Thanks in advance.