Tools/Startup.... - Need some code to launch this from a button

A

amorrison2006

Hi there,

Does anyone have some code to open the startup options menu?

I have restricted access to this and I used to have a working code for
this button but I have lost it (somehow),

I just need a macro to launch the startup properties so I can edit my
database, etc.

I hope someone can help,

Thanks so much in advance.

Andrea
 
W

Wolfgang Kais

Hello Andrea.

Hi there,

Does anyone have some code to open the startup options menu?

I have restricted access to this and I used to have a working code for
this button but I have lost it (somehow),

I just need a macro to launch the startup properties so I can edit my
database, etc.

I hope someone can help,

Thanks so much in advance.

Andrea

You can use the RunCommand action with the StartupProperties argument.
Or use in VBA:
Application.RunCommand acCmdStartupProperties
 

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