PDA

View Full Version : Lock everything while a form is open


JoeMicro
Nov 13, 2008, 04:11 PM
HI,

In access 2007 I have a login window, and I would like the user not to be able to click anywhere (e.g. Manu buttons, right clicks, etc.) as long the login window is open

Thanks
Joe

ScottGem
Nov 13, 2008, 04:49 PM
Set the form to Modal

JoeMicro
Nov 13, 2008, 05:34 PM
WoW that was fast an easy

I learn something new every day

BTW for users just like me who didn't know about this:

To set the form to Modal you have to open the property sheet make sure the selection type is set to "Form" and just select "Yes" for the Second and Third option.

(I m elaborating, because I didn't find anywhere how to do this)

Thanks Scott