Adding pop-up menu and list controls
Pop-up menu controls let end users choose one item from a menu. List controls let end users choose one or more items from a menu. To add a drop-down menu or list control to a form:
- Use the Pop-up Menu tool or the List Box tool to draw the list control in the form box.
- (List controls only) To indicate that one or more of the items in the control can be selected, check Allow Multiple Selections.
- To indicate that at least one of the items in the control must be selected before the form can be submitted, check Required.
- Click OK.
Parent topic: Forms