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 Westi on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Multiple reports for 1 record

Status
Not open for further replies.

sucoyant

IS-IT--Management
Sep 21, 2002
213
US
Hello all!

How would I go about printing multiple reports for 1 record?

Right now, the code I have is this:

Code:
DoCmd.OpenReport "Minnesota Letter", acViewPreview
DoCmd.OpenReport "Minnesota Letter Cont", acViewPreview

But that will print "Minnesota Letter" first entirely, then print "Minnesota Letter Cont" once.

What I need it to do is print the "Minnesota Letter", then print "Minnesota Letter Cont" for each record, in a loop, untill the end is reached.

Thanks in advance!

________________________________________
BUDDHA.gif
Buddha. Dharma. Sangha.
 
Can you put the "Cont" report into the other report as a sub-report? That way it's all in one...
 
The report right now is maxed out for length. It needs to be 4 pages long.

I don't know much about subreports... could you please elaborate?

________________________________________
BUDDHA.gif
Buddha. Dharma. Sangha.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top