Hidden form printed

H

Hotmail

Hi

I hava a hidden form with a Timer query every 5 seconds. Now, when the users
print reports, the hidden form gets printed instead of the reports.

How do I overcome this issue?

Thanks in advance
Richard
 
J

John Vinson

Hi

I hava a hidden form with a Timer query every 5 seconds. Now, when the users
print reports, the hidden form gets printed instead of the reports.

How do I overcome this issue?

Thanks in advance
Richard

Correct your erroneous Timer code.

Since you chose not to post the code, I can't really suggest how.
Please copy and paste the On Timer event VBA code to a messag here.
Note that there is no such thing as a "timer query" - it's either a
Macro or [Event Procedure].

John W. Vinson[MVP]
 
R

Richard

Hi John

Thanks for taking the time to reply.

I did some reseacrh and manage to overcome the issue. Thanks again

Richard

John Vinson said:
Hi

I hava a hidden form with a Timer query every 5 seconds. Now, when the users
print reports, the hidden form gets printed instead of the reports.

How do I overcome this issue?

Thanks in advance
Richard

Correct your erroneous Timer code.

Since you chose not to post the code, I can't really suggest how.
Please copy and paste the On Timer event VBA code to a messag here.
Note that there is no such thing as a "timer query" - it's either a
Macro or [Event Procedure].

John W. Vinson[MVP]
 

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

Top