In a form, create a bound list box or combo box that displays data in an Access database

In a form, create a bound list box or combo box that displays data in an Access database

You can create a list box or combo box that retrieves information from a Lookup field in a table in a Microsoft Access database (.mdb). There are no Lookup fields in the tables in a Microsoft Access project (.adp), but you can create a bound list box, combo box, or drop-down list box that displays data without using a Lookup field.

  1. Create a Lookup field in table Design view.

    How?

    Note   You can create a lookup list box or combo box without creating a Lookup field, but if you create a Lookup field in a table, you only need to create the list box or combo box once. Then you can use the same lookup list on any form. If you don't plan to use the same lookup list in more than one form, you can use the List Box Wizard or Combo Box Wizard in form Design view.

  2. Do one of the following:
  3. Switch to Form view to test the list box or combo box.

Notes