Report opens again after closed

N

natira

Access 2003 - I am using a very simple form (five buttons) as a
user-interface to run a few queries and generate a report.

There is a button to process data pointing to a macro which does:
SetWarnings
OpenQuery
OpenQuery
OpenQuery
MsgBox

and another button pointing to a macro to view the report:
OpenReport

An odd thing seems to be occurring after I view the report and then close
the window -- no matter what I do next, whether it's click the process button
again or click the database window, the report pops open again.

This has really got me stumped and I know "it just shouldn't be this hard!"
Does anyone have any insight into this phenomenon? Am I missing something
completely obvious?

Please let me know if I have not provided enough information and thanks for
your time!
 
Top