Word - Control ToolBox - Option Button

S

stacey

From the forms menu I've added:
form fields

From the Controls menu I've added:
option button and check box.

I attempt to lock the form and the lock (under the forms
menu) is greyed out.

I can't even select the checkbox or the option button.

What am I missing?
 
J

Jay Freedman

stacey said:
From the forms menu I've added:
form fields

From the Controls menu I've added:
option button and check box.

I attempt to lock the form and the lock (under the forms
menu) is greyed out.

I can't even select the checkbox or the option button.

What am I missing?

Click the Design Mode button on the Control Toolbox to toggle into run mode.
Then you can lock the document.

Be aware that simply having any controls from the Toolbox in your document
is going to trigger the macro security stuff. If the user's security level
is High, they'll be stuck in design mode with no clue about why. If it's set
to Medium, they'll get the warning dialog with Disable and Enable buttons.
 
Top