When print DB is closing

  • Thread starter Thread starter Tom
  • Start date Start date
T

Tom

When I print report, my DB is closing,
Is there a way to avoid/prevent that?
All my form are popup, is that the cause?

Thanks,
Tom
 
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
 
Thanks.
Ken Sheridan said:
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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top