B
bill dunn
I've got the following logic to "lock down" an Access db.
strMenuBar = "CustomMenuBar"
Set dbs = Application.CurrentDb
dbs.Properties("StartupMenuBar") = strMenuBar
This works great but I would like to add logic to reset
the startup toolbar back to <default>.
Any ideas on what kind of argument one might use to do
this?
Thanks
Bill
strMenuBar = "CustomMenuBar"
Set dbs = Application.CurrentDb
dbs.Properties("StartupMenuBar") = strMenuBar
This works great but I would like to add logic to reset
the startup toolbar back to <default>.
Any ideas on what kind of argument one might use to do
this?
Thanks
Bill