I am using a datareport to print the data from a form. if the recordset returns say, 3 records how can i get the data report to print each record on a seperate page? right now it's only printing the first record.
I tryed
Do While Not rs.EOF
Do Until rs.EOF
how should i do this?
Thanks in advance
I tryed
Do While Not rs.EOF
Do Until rs.EOF
how should i do this?
Thanks in advance