Tom:
How are you printing the report? If its via a Macro check that the macros
is not calling the Quit method after opening the report. If its with
code,
using the OpenReport method check that the code does not call the Quit
method
after the OpenReport method, or that there is no code in the report's
module
which calls the Quit method.
Unless you specifically do so with a macro or code, merely printing a
report
should not close the database. The fact that you are using pop-up forms
should have no bearing on this.
Ken Sheridan
Stafford, England