Hi,

I have a report which generates a letter to be sent to students showing which classes they are subscribed to. The issue I am having is that the report generates the letter for as many classes which the student takes.

So, when a student has 4 classes, 4 classes show on the letter correctly (in a subquery), but then the letter also needlessly prints 4 times.

Any ideas on what could be the issue?

Thanks