HELP! Can't figure out where I added a print on load?

galvinjaf

Registered User.
Local time
Today, 17:26
Joined
Jan 5, 2016
Messages
108
I was adding a few print buttons here and there throughout my access database. Now, anytime you open the database -- The print dialogue box opens and wants you to hit "print" in order to proceed..? I tried to see where I might have put in some kind of "on load" event, and can't find one. Any ideas on where to look??
 
If it's when the database opens, I'd check for an autoexec macro and the events associated with the form that opens when the database loads. Several events fire, so I'd check them all.
 
Is there an easy to find an autoexec macro?
 
It would be listed in the macro section of the navigation pane.
 
I found it, and figured it out. Thanks! Somehow, there was an auto exec (exactly as you said) that wanted to print my splash screen.

Thank you!
 

Users who are viewing this thread

Back
Top Bottom