Changing the Access Environment : Access Environment « Access « VBA / Excel / Access / Word






Changing the Access Environment

 
Property                                VBA Equivalent              Data Type
Application Title                       AppTitle                    String
Application Icon                        AppIcon                     String (Image name)
Display Form                            StartupForm                 String (Form name)
Display Database Window                 StartupShowDBWindow         Boolean
Display Status Bar                      StartupShowStatusBar        Boolean
Menu Bar                                StartupMenuBar              Menu bar name
Shortcut Menu Bar                       StartupShortcutMenuBar      Shortcut menu bar name
Allow Full Menus                        AllowFullMenus              Boolean
Allow Default Shortcut Menus            AllowShortcutMenus          Boolean
Allow Built-in Toolbars                 AllowBuiltinToolBars        Boolean
Allow Toolbar/Menu Changes              AllowToolBarChanges         Boolean
Allow viewing of code after an error    AllowBreakIntoCode          Boolean

 








Related examples in the same category

1.Use Access Special Keys
2.Changing Options
3.Creating a Password Programmatically with SQL command
4.Change the password of the database from smith to jones
5.Add or delete users
6.Create user for Access database