Workshop

The Workshop includes quiz questions that are designed to help you test your understanding of the material covered and activities to help put what you've learned to practice. You can find the answers to the questions in the section immediately following the quiz.

Quiz

1:

The user can modify the value of a label at runtime (True/False).

A1:

False. The user cannot modify the value of a label at runtime.

2:

Option buttons allow the user to select from a mutually exclusive set of options (True/False).

A2:

True.

3:

What property determines what appears in a form's title bar?

A3:

The Caption property determines what appears in a form's title bar.

4:

What property do you use to designate the table or query that underlies a form?

A4:

You use the Record Source property to designate the table or query that underlies the form.

5:

What property do you use when you want users to be able to only add records to a form?

A5:

You set the Data Entry property to Yes when you want users to be able to only add records to a form.

Activities

Build a form in Design view. Practice adding various types of controls to the form. Practice setting various control properties. Take a look at the effects these properties have on the form.



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