Changing Options : Database Properties « Access « VBA / Excel / Access / Word






Changing Options

 
Public Sub setOptions()
   With Application
      .SetOption "show status bar", False
      .SetOption "show startup dialog box", False
   End With
End Sub

 








Related examples in the same category

1.Set new property to database
2.Enumerate the properties of current database
3.Sub KeepEmOut()
4.Database properties: AllowFullMenus, Allowtoolbarchanges
5.reset any values you set