I need help printing two records on a single line
ClassName Semester Grade
Biology F A
Biology S B
What I want is to join the two records in a transcript report
so that it shows up like this
Biology F/S A/B
I can't change the database tables because I get the data
from the internet so is their a way that I can Join the
records together in the report
I will have 4-8 classes per semester
ClassName Semester Grade
Biology F A
Biology S B
What I want is to join the two records in a transcript report
so that it shows up like this
Biology F/S A/B
I can't change the database tables because I get the data
from the internet so is their a way that I can Join the
records together in the report
I will have 4-8 classes per semester