Create a bound or unbound combo box, drop-down list box, or list box
How you create a combo box, drop-down list box, or list box depends on two issues:
- Whether you want the values in the box to come from a fixed list or from a table or query.
- Whether you want Microsoft Access to save the values that the user selects, or to use the values to determine the contents of another control.
What do you want to do?
In a form, create a bound list box or combo box that displays data in an Access database
Create a bound list box, combo box, or drop-down list box in a Microsoft Access project or data access page that retrieves data from a record source
Create an unbound list box, drop-down list box, or combo box that displays fixed values
Create an unbound list box, drop-down list box, or combo box that displays values from a table or query in a database