Print/Email command buttons no longer work

J

JohnC

Please save me! Yesterday the command buttons for both email report and print
report were working fine and today for no apparent reason neither are working
(even when new buttons are added). There are no network problems. Has anyone
experienced this before. It is driving me insane.
 
T

Tony Vrolyk

Check that none of you references are missing. In a VBA window click Tools,
References and fix any that show as missing.

Make sure there are not two Subs on the form with the same name. This can
happen even if the duplicated subs are unrelated to the ones not working.

Compile your app. In a VBA windows click Debug, Compile ... This will stop
at any syntax errors which you should fix.

Tony Vrolyk
 
J

JohnC

Thankyou very much Tony. That's solved the problem with both command buttons.
I can sleep easy once again.
 

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