
September 6th, 2010, 12:34 AM
|
 |
MSAccess Since version 1
|
|
Join Date: Oct 2006
Location: Madison, WI
|
|
|
How to disable MSAcess Menu items
The attached is a simple technique on how to prevent users from clicking on any of the MSAccess menu items.
I use this technique in all my applications since I can then control the flow of the program and what users can/cannot click on.
It basically involves just opening a 'background' form, maximizing it, and then opening a popup/modal type form after that.
Notice in the example that you cannot click on any of the MSAccess menu items. You can thus control the flow of how user's open forms and what they can/cannot click on by designing popup/modal type forms.
Simple but effective.
.
Last edited by pkstormy : September 6th, 2010 at 01:18 AM.
|