How do you create a combobox in Word?

  1. Click the Developer tab.
  2. Under the group Controls, click the Legacy Tools button. A drop-down list of icons appears.
  3. Under the section Legacy Form, click the check box icon as shown in the below image. Word creates a check box at the cursor position.
  4. By the way, you cannot use the checkbox in design mode.

What is the difference between a combo box and a drop-down list in Word?

A drop-down list is a list in which the selected item is always visible, and the others are visible on demand by clicking a drop-down button. A combo box is a combination of a standard list box or a drop-down list and an editable text box, thus allowing users to enter a value that isn’t in the list.

How do you insert a combo box content control in Word 2010?

Add content controls to the form

  1. In the document, click where you want to add the control.
  2. On the Developer tab, under Form Controls, select Text Box, Check Box, or Combo Box.
  3. To set specific properties for the control, select Options, and then configure the properties that you want.

How do you create a drop-down list with multiple selections in Word?

Under Insert controls, click Multiple-Selection List Box. If you cleared the Automatically create data source check box in step 3, select a repeating field in the Multiple-Selection List Box Binding dialog box to which you want to bind the multiple-selection list box.

What is difference between ComboBox and listbox?

What is the difference between Listbox and ComboBox? List boxes and Combo boxes are used when the user needs to select a value from a set of many values. The difference between a List box and a Combo box is that a List box is simply a list of items, while a Combo box is a combination of a List box and an Edit box.

Can you do drop down boxes in Word?

Place your cursor in the document where you want to add the drop-down list. Go to the Developer tab and click the Drop-Down List Content Control button. You’ll see the control pop into your document as a box with “Choose an item.” inside. You can then move onto setting up the list.

Why is my drop down box not working in Word?

Open the Word document and Click on the View Menu and go down to Toolbars. When the menu opens select the Forms toolbar. You will have more control if this is done inside of a table but is doesn’t have to be. Click on a space in the document and then select Drop Down Menu from the forms tool bar you opened.

How do you create a conditional drop-down list in Word?

In Word, open a blank document and click the Developer tab. (If you don’t know how to enable the Developer tab, read How to: Show the Developer Tab on the Ribbon. ) In the Controls group, click the Legacy Form dropdown and choose Drop-Down Form Field. Repeat step 2 to add a second dropdown field.

What is combo box control?

A combo box is a text box with a list box attached. This type of control enables users to select a predefined value in a list or type their own value in the text box portion of the control. The list is hidden until the user clicks the arrow next to the box.

What is the difference between a ListBox control and a ComboBox control?

List boxes and Combo boxes are used when the user needs to select a value from a set of many values. The difference between a List box and a Combo box is that a List box is simply a list of items, while a Combo box is a combination of a List box and an Edit box.