
click to enlarge
As more and more data is entered into a Microsoft Access database, problems of consistency arise. For example, should the entry be “Y” or “Yes”? Is it “210 W. Main St.” or “210 West Main Street”? Using combo boxes that show acceptable data entry examples solves the problems of data entry consistency.
This article will demonstrate to ways two create a dependent combo box: (1) from a preconfigured list, and (2) from an existing table. Each method can be applied either in the table design view or directly into a form. The table design view has the advantage that new forms created from that table inherit the combo box. However, creating a combo box directly into a form will restrict a specialized combo box to that form only.