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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top