
In this example, there would be two values in the combo-box - Satisfied and Not satisfied. The values should be separated by semi-colons.įor example, you set the Row Source property to: Satisfied Not satisfied Then in the "Row Source" property, list the values that you want to appear in the combo box.
#Ms word combo box list download#
Set the property called "Row Source Type" to "Value List". Download Sample Access File: MS Access Vs MS Word MS Access is a database based program, but MS Word is a graphical word processing program that users can type with. Right-click on the combo box object and select Properties from the popup menu. To do this, open your form in design view. The list box shows a certain number of values with or without a scroll bar and the user can select one or more values. In this case, you might want to consider populating your combo box with a list of values that are "hard coded", so to speak. The difference between a combo box and a list box is that the combo box is a drop-down list and the user can submit a single value from the drop-down list.
#Ms word combo box list code#
There are cases when the values in the code box will never change. How do I populate a combo box with a list of values that are not generated from a SQL query?Īnswer: You might not always want to set up a code table to populate a combo box. I don't want to populate the combo box with a SQL query. Question: I've created a combo box in Access 2013. Note: Microsoft Visual Basic Editor is required for this tutorial. Step 4 Click 'Visual Basic' in the ribbons Code group to open PowerPoints Visual Basic editor. See solution in other versions of Access: Learn to add 'Combo Box' with a list of values in Microsoft Word 2003. Click the 'Combo Box' icon in the Developer tabs Controls group, then drag and drop it over the slide to add the drop-down box.
