

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. Set the property called "Row Source Type" to "Value List". Right-click on the combo box object and select Properties from the popup menu. To do this, open your form in design view. In this case, you might want to consider populating your combo box with a list of values that are "hard coded", so to speak.


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. See solution in other versions of Access:
