Lock a Box so it cannot even be clicked into?

L

Lythandra

Hi,

Is there a easy way to totally lock fields up so that it cannot even be
clicked into?

For instance a continuous form but I need most of the fields not even
clickable.

Thanks
 
M

Marshall Barton

Lythandra said:
Hi,

Is there a easy way to totally lock fields up so that it cannot even be
clicked into?

For instance a continuous form but I need most of the fields not even
clickable.


Set the text box's Enabled property to No. If you don't
eant it to be grayed out, also set its Locked property to
Yes.
 
L

Lythandra

Doh....so easy, I can't believe I didn't know that!

Thanks and I know it now.
 
Top