I want to automatically run a report from a Query?

B

Byron

I'm running a (Query by Form) and after all the criteria has been entered
onto the form. I created a command button to run the query, which it does
perfectly. I want it to automatically run a report from the query. How do I
do it? Do i create a macro, if so then how and when? or Can i insert an
action into the query after it runs?
Please help!
Thank You in Advance!!! - Byron
 
T

Tom Ellison

Dear Byron:

By "run a report from the query" I take it you are looking at the datasheet,
and want to make a report of it.

I recommend you run the report using another button on the form like the one
you used to "run" the query. The report can open the same query and be
based on the exact same values.

Tom Ellison
 
B

Byron

Thanks Tom I will try that.

Tom Ellison said:
Dear Byron:

By "run a report from the query" I take it you are looking at the datasheet,
and want to make a report of it.

I recommend you run the report using another button on the form like the one
you used to "run" the query. The report can open the same query and be
based on the exact same values.

Tom Ellison
 
Top