auto exec

peterbowles

Registered User.
Local time
Today, 23:09
Joined
Oct 11, 2002
Messages
163
I have been told to put in an auto exec macro to start my application. Not sure what this means

also I want to disable the built in toolbars when the applications is opened do i use the above that
 
Peter,

An AutoExec macro is a macro that performs user defined actions when the db starts up. Call the macro AutoExec and put an event in like OpenForm "YourForm".

As for toolbars search this forum or Access help on "Create a custom toolbar"
 
Sorry I was not very clear. I have created my own toolbar and I know how to disable them but I am not sure where to put the code so that the built in ones are disabled as soon as the application is started

thanks
 
Tools -> Startup

It's just a checkbox you mark to stop the menus appearing.
 

Users who are viewing this thread

Back
Top Bottom