help on creating a report from results in a form

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

Guest

I have a form with two multi-select list boxes then a command button to run
the query. The results are then displayed on another form. Here is where my
problem starts. I want to be able to print the results. I created a print
form button via the wizard but it just prints the form and not the data in
the form.
 
I have a form with two multi-select list boxes then a command button to run
the query. The results are then displayed on another form. Here is where my
problem starts. I want to be able to print the results. I created a print
form button via the wizard but it just prints the form and not the data in
the form.

Create a Report instead. Forms are not designed for printing.

Base the Report on a query which selects the desired data, and have
your button open the Report.

John W. Vinson[MVP]
 

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