print two forms in one go

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have two forms - each linked using a forward and back command button. Is
there a way to print both forms at the click of a button and only print the
current record that is displayed.
 
Forms aren't really intended to be printed: that's what reports are for.

You could create a report that has all of the information, and put create a
button on the form that passes the id of the current record to the report.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top