Printing query results

mgillespie21234

Registered User.
Local time
Today, 06:42
Joined
May 7, 2013
Messages
26
I have a form that is set to display the results of a query into a subform... How can I get those results to a printer using a button. I don't need it to print the form just all the results that are in the subform.:banghead:
 
I have a form that is set to display the results of a query into a subform... How can I get those results to a printer using a button. I don't need it to print the form just all the results that are in the subform.:banghead:


Im guessing your subform query is based on a link to the parent? create a report based on the subform query with the parameter passed to the report from the parent form?
 
i think your misunderstanding my set up..

I have a form with a subform on it.

i have a query setup. At the bottom on that query, in the criteria section, i have have set up a filter. The values are entered on the main form from a combo box and then the results are displayed in the subform.

I just need option to print the results that show up in the subform or create a report that can be printed.
 
i think your misunderstanding my set up..

I have a form with a subform on it.

i have a query setup. At the bottom on that query, in the criteria section, i have have set up a filter. The values are entered on the main form from a combo box and then the results are displayed in the subform.

I just need option to print the results that show up in the subform or create a report that can be printed.


or maybe im missing something.. sorry
 

Users who are viewing this thread

Back
Top Bottom