I want to print 2 forms on one page. Using
sub command1_click()
form1.PrintForm
form2.PrintForm
Printer.EndDoc
end sub


in a command button prints each form on seperate page. Is there any way to get them both to print on the same page? I don't think it matters but I am using VB3.
Any Help is appreciated, Thanks