print report off a selection from 2 list boxes

F

Freeda

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.
 
E

Ed Robichaud

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
 
F

Freeda

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.
 
Top