| < Day Day Up > |
The Option Button Control
The option button control allows you to insert a set of one or more radio
For example, if you want to collect gender information, you would, of course, want two options. When you select two option buttons, they will be placed in the form area with a default
If you want to change the properties of an option button control, you must right-click the option button itself, not its label. It's possible to change the data source field to which an option button control binds, but be careful to ensure that changes to each option button in the set are the same ”
The default value for the first of a set of option button controls is the number 1 (with a text data type). That may or may not be what you want. You can change the value in the Value When Selected text box in the Option Button Properties window (see Figure 4.26). If you want a value other than text, you can change the data type, if it is not already defined in a schema, by using the Data Type drop-down menu. Figure 4.26. Changing the value of an option button control.
|
| < Day Day Up > |
| < Day Day Up > |
The Section Control
The section control can be a
Another option is to create a section control that's visible initially but that can be deleted by the user. You can set options to do this in the Section Properties window (see Figure 4.27). I consider this approach
Figure 4.27. Setting a section control to be deleted at user option.
When users can delete a section control and the focus is on the expendable section, they see a blue box with a white down arrow at the top-left of the section. Clicking on the arrow
Figure 4.28. The option to delete a section control.
A section control can be used to apply the effects of conditional formatting to all form controls in the section. Conditional formatting is described in Chapter 6.
|
| < Day Day Up > |
| < Day Day Up > |
The Optional Section Control
You're likely familiar with situations in which you either ignore or scribble "Not Applicable" across a form section that isn't relevant to you. On a paper form, there is no option to hide a section that's only
In the Controls task pane, the optional section control is
The Show Instructional Text text box (see Figure 4.29) in the Section Properties window is important because the text you provide in it
Figure 4.29. Specifying instructional text for an optional section control.
|
| < Day Day Up > |