We have various reports. We have an existing Dialog Form which allows a user to select a month and then select a particular report to preview and/or print. Mgmt wants another form whereby a secretary can choose the month, click an OK button, and a predetermined set of 5 mgmt reports will automatically print. We don't want to put events on these 5 reports because they are also some of the reports available on the existing Dialog Form mentioned above. We don't know VBA (I'm learning it on my own) and we're not giants on macros, but learning quickly. I know how to tie in the query with [Forms]!..etc. So - how can we pass a value from a Dialog form that will print 5 different reports which are based on various different queries? Thank you very much.