Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations wOOdy-Soft on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

DataReport

Status
Not open for further replies.

dvannoy

MIS
May 4, 2001
2,765
US
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

 
Hi dvannoy.

Try opening your Datareport in design mode and selecting nothing somewhere in the Detail area to get the properties of the Detail area. Then go to the properties page and set ForcePageBreak = "2 - rptPageBreakAfter"

Lightseeker
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top