I would like to create a command button that will print multiple reports just
by clicking it once.
I have several different reports displaying information related to a
specific record in a variety of ways, with only a unique ID# being the same
information contained in each report. THe reports are drawn from a dozen
tables and three dozen queries, all linked by the unique ID# assigned to a
specific record.
My guess is I'll need to build a macro and then run that macro by clicking
the command button. I haven't been able to figure out how to build the macro
that does that, though.
Suggestions?
Duane Hookom - 25 Jan 2007 20:55 GMT
Use the command button wizard on a form to run/open one of your reports. Then
add/duplicate sections of the code for other reports.

Signature
Duane Hookom
Microsoft Access MVP
> I would like to create a command button that will print multiple reports just
> by clicking it once.
[quoted text clipped - 10 lines]
>
> Suggestions?