I have an MDB file which is secured using a custom MDW file.
I'd like to have most users see only the shortened menu you see when you set
the Startup option "Allow full menus" to False.
But the administrator should be able to see the full menus, plus toolbars.
The shift-bypass key is disabled; too many people know about it.
If I allow toolbars at startup, I can't seem to set the visible property of
either the "Form View" or "Database" toolbars to False programmaticall y.
And if I don't allow toolbars at startup, I can't set it to True
programmaticall y.
("Can't" means that nothing happens when I try to execute this code.)
Any ideas on how to implement this gracefully & efficiently?
(e.g. reset the database property, close the database, then re-open it
is neither graceful nor efficient.)
TIA
- Turtle
I'd like to have most users see only the shortened menu you see when you set
the Startup option "Allow full menus" to False.
But the administrator should be able to see the full menus, plus toolbars.
The shift-bypass key is disabled; too many people know about it.
If I allow toolbars at startup, I can't seem to set the visible property of
either the "Form View" or "Database" toolbars to False programmaticall y.
And if I don't allow toolbars at startup, I can't set it to True
programmaticall y.
("Can't" means that nothing happens when I try to execute this code.)
Any ideas on how to implement this gracefully & efficiently?
(e.g. reset the database property, close the database, then re-open it
is neither graceful nor efficient.)
TIA
- Turtle
Comment