Print many Tab Pages from Form

R

Rod

I appreciate any assistance this forum may offer.

I have a form with many tab pages to help organize the
data on it.

What I would like to be able to do is to print the form
as it is and have each page of the Tab Control print one
after each other in succession. Currently I can only get
the active tab to print and the other tabs are not
diplayed at all.

So if I had three tabs (i.e.: TabA, TabB, TabC) all with
data on each tab, I would like to print the form and have
it look something like this:

TabA
(data fields printed here)

TabB
(data fields printed here)

TabC
(data fields printed here)

The rest of the form prints here

Any suggestions?

Rod
 
R

Rick B

forms are for viewing, adding, and editing data. REPORTS are for printing.
Build a report.

You can even open your form and then SAVE AS a report to give you a good
starting point.

Hope that helps,

Rick B
 
G

Guest

Thanks for the response, I was hoping that this wasn't
going to be the case.

The save as technique will save on some work.

Thank you very much.

Rod
 

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

Top