PDA

View Full Version : Deactivate Office button, Ribbon an Nav pane



TonC
04-12-2016, 08:12 AM
Hello,:help
I have two command buttons on my form, named "Verbergen" en "Tonen".

When I click on the button named "Verbergen", I want to start the following event.
Hide the Office button, hide the ribbon and hide the Navigation pane.

The button named "Tonen "must be secured with a password, and when I press this button,
The Office button, the ribbon an the Nav pane must come back to my use on the form.

Thanks for the help.

I'am using Access 2007 on Win8

jonh
04-24-2016, 02:16 PM
Maybe doable. But Microsoft seem to have taken away a lot of flexibility in the latest versions, to the point I'd just rather just write the front end in dot net.

TonC
04-24-2016, 11:14 PM
Hello jonh,
Thanks for the reply, but I do no understand your last remark
write the front end in dot net.
Please explain.

jonh
04-25-2016, 12:10 AM
What didn't you understand? Visual Studio .Net is a set of programming languages, VB being one of them. It lets you write applications that look and work exactly how you want them to.
The Express edition is free for non commercial use. Other tools are also available.