I return the filtered data back to a form so edits can be made and the
reports are then reprinted. I use textboxes on the form to filter the
data for the reports. Since the form is on the third record (which I
chose) when the first report is printed I get what I want.
As soon as the print events starts for the first report the form moves
focus to the first filtered record so the second report contains it's
data.
I want both reports to contain data for the third record.
Thanks for the reply, Rick