Print two forms, one after the other
Is there a way to print two forms, one after the other? In other words, append the output of a form to that of another. I have two forms and when I use print form, they print on separate sheets. I want to print on the same sheet. They each take about 1/2 of a printed page.
[273 byte] By [
bobbyboy] at [2007-11-11 7:20:41]

# 1 Re: Print two forms, one after the other
I don't think there's any way to do it with PrintForm. PrintForm automatically sends an EndDoc to the printer, which causes the printer to eject the page. You might try the technique described here: http://www.thescarms.com/vbasic/capture.asp