report linked to query by form

C

cmichaud

I have designed a query which gets its paramters from a form. The form
contains a drop down combobox with names. a use selects a name and the
query brings up the cooresponding info. I have created a report with
this information. Actually a report with many subreports in the
detail. How do i link it all togeather. In truth, i want the user to
select a name from the form and have the ability to print the
report....maybe a button for preview and a button for print. Can
someone give me an idea....i am new to this. thanks.
 
D

Duane Hookom

If you "have designed a query which gets its parameters from a form", then
use this method to filter the report and subreports.
 
D

Duane Hookom

How do we know how you "... have designed a query which gets its parameters
from a form"? Do you actually have a form with controls that filter a query?
Reports have queries as record sources.
 
Top