Q&A

Q1:

Describe what the Data properties of a form are used for.

A1:

You use the Data properties of a form to control the source of the form's data and to control the actions the user can take on the data in the form.

Q2:

Describe what the Format properties of a form are used for.

A2:

You use the Format properties of a form to control the physical appearance of the form.

Q3:

Explain differences between combo boxes and list boxes.

A3:

List boxes consume more screen space than combo boxes. Combo boxes allow the user to add additional entries (if you set them up that way), whereas list boxes limit the user to the items contained in the list. Finally, you can configure list boxes to allow the user to select multiple items, whereas combo boxes allow the user to select only a single item.

Q4:

Explain the differences between a text box and a label.

A4:

Whereas the user can modify the contents of a text box while viewing the form, he or she cannot modify the contents of a label.



    Part III: Creating Your Own Database and Objects
    Part V: Advanced Topics