How to set the startup menu bar to <default> programatically

  • Thread starter Thread starter bill dunn
  • Start date Start date
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
 
Back
Top