msgbox

algiersnola

New member
Local time
Today, 12:24
Joined
Nov 4, 2009
Messages
5
I want to have a msgbox appear when the user opens access to remind them to select the options button to enable content before they begin selecting objects. I want the msgbox to appear only when the user opens access.
 
Create a macro and name it AutoExec

Then in the Actions area of the macro select

MessageBox

And put your message in the arguments.

Save it and then it will show up whenever the database is opened.
 
Great, thank you
 
The Autoexec macro can be used to run any thing, even VBA code, each time the MDB file is opened. I use it to open my main application form using Form Open.
 

Users who are viewing this thread

Back
Top Bottom