Access: Form Design Page 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28

 

Controlling Data Entry

Users are not consistent. For example, if a dozen new movies are added to your database, one user might type “PG 13.” Another might enter “PG13.” And another might type “PG.”

 

Databases and spreadsheets are not very smart. Microsoft Access would count these as three different ratings, instead of being one.

 

We need a method to help the user enter the data consistently. A Combo Box gives the user a drop-down list of choices. Picking a name from the list ensures that the name would be spelled correctly every time.