totn Access 2007 Combo Boxes

MS Access 2007: Control Source for combo box

This MSAccess tutorial explains how to set up the Control Source for the combo box in Access 2007 (with screenshots and step-by-step instructions).

Control Source property

In our form, our combo box is currently Unbound and looks like this:

Microsoft Access

One of the most important items to configure in a combo box is the Control Source property in Access 2007.

If you remember, we set the Record Source for our form to the Products table. Now we want to specify what field in the Products table this combo box is bound to.

So we'll set the Control Source property to CategoryID which is a column in the Products table.

Microsoft Access

Now, our combo box is bound to the CategoryID column from the Products table and looks like this:

Microsoft Access