auto pop up to form when you open access

DARRENRRR

Registered User.
Local time
Today, 04:52
Joined
Jan 8, 2013
Messages
13
I am very new to access and new some help please..... have table/form/list/report/ data base writtten and set up now and goes to hundreds of users site wide...........is there a way when user opens link to form it will auto open to the form i want them to see without them having to pick from side menu when they first open??????:banghead:
 
thanks but i need a form in access to auto open not a web site to open like i said i am a newby
 
i need a form in access to auto open

Reread more carefully the page I linked to. That is exactly what an Autoexec Macro does... runs when the database is opened. One of the possible macro events is to "OpenForm". You plug that event into a Macro and name the Macro "Autoexec".
 
You can also skip the macro and enter the form in:

Office Button/Access Options/Current Database/Display Form
 
You can also skip the macro...

However, an Autoexec macro may be quickly renamed out of the way to Autoexec_HOLD for an extended period of time. Saves getting into the database properties screen. :cool:
 
If that's a concern, I suppose it might be the way to go, but I've never had to do it. I'd rather avoid having the extra object in the db and the extra processing (though both are admittedly minimal). The db is going to check for a startup form in that location anyway.
 
Reread more carefully the page I linked to. That is exactly what an Autoexec Macro does... runs when the database is opened. One of the possible macro events is to "OpenForm". You plug that event into a Macro and name the Macro "Autoexec".



thank you worked perfect
 

Users who are viewing this thread

Back
Top Bottom