printing tab control records

  • Thread starter Thread starter Delda
  • Start date Start date
D

Delda

Hello-
I have created a form using a tab control with multiple
pages/tabs. I want to create a control button to print
all the pages of an individual record. Can I do this as a
form, or do I need to create a report? Is there an easy
way to do this? I want my print out to look just like my
form.
Thank you,
Delda
 
Forms are for view,entering, and editing data. Reports
are for printing. You can copy all the controls ona form
and paste them to a report. You will have to do this for
each tab and create either subreports or seperate reports
that print form one command button(you could use a macro
for this)

Jim
 
Thanks for the prompt response.
OK-I created a report like a good girl. Added a command
button using a macro. But, I seem to be missing a step
here. I only want to view/print one record at a time. I'm
learning as I go here, so bear with me.
Thanks,
Delda
 

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