Open the 'Tools' menu, 'Startup' and you can set things like start up form and there are a number of tool bar options that meet many of your basic needs. You can also name a macro 'autoexec' and have it run (RunCode) a function procedure that opens one or more forms and allows/disallows toolbars depending on which user is opening the application or the name of the computer on which it is run. For example, I have a procedure that returns the NT login (not shown below) that only allows me to use the built in toolbars:
If gUser <> "jurgenw" Then Application.SetOption "Built-In Toolbars Available", False
Ciao
Jürgen Welz
Edmonton AB Canada
[email protected]