PROBLEM FORM

  • Thread starter Thread starter Adam A. Armoudian
  • Start date Start date
A

Adam A. Armoudian

I made a search form and after I search for something it pulls up a list in
a form another form.

the list it pulls up you might have to scroll through it to see all the
information.

When I click print or make a macro for print it only prints what you see on
the screen it does not show you all the information on the screen.

How can I print all the information???

If I can not, can the Search form that I made be pulled into a report.

Thank you reading and hopefully responding

Adam A. Armoudian
(e-mail address removed)
580.819.1188
 
Forms can do a fine job of providing printouts of single
records, but are not the right tool to print out multiple
records. A Report is definitely the way to go.
Unfortunately, you will have to construct the report from
scratch. There is no way to convert a form to a report,
although you might be able to cut and past many of the
controls.
 
Back
Top