print report off a selection from 2 list boxes

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

Guest

The user makes a selection from two list boxes then hits the Run Query
command button to show the results of the selection made. The selection is
showed via an unbound box linked to a query. I want to be able to print the
selections made. I created a Print command button via the wizard but it just
prints the form and not the data on the form.
 
You should create a report and set its datasource to the same query used in
your form. Create a command button on your form to preview/print that
report.
-Ed
 
I already did that but it prints all the data in the query and not the one
from the selection. The Results form uses 'openargs' to do this but I can't
get it to work to print the data.
 

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