Module Eight: Review Questions
- What type of form is best if you have column headings that can work as field labels?
- Worksheet with Form Controls
- VBA UserForms
- Data Forms
- None of the above
- What are five different types of form controls?
- Which type of control allows you to display a list of one or more items available as a choice?
- List box
- Option
- Check box
- None of the above
- All ActiveX controls require VBA code.
- True
- False
- What command do you use to convert a worksheet of data to a form?
- What key allows you to move from field to field while in a data form?
- TAB
- ENTER
Match each type of wildcard in a data form search to the search it performs.
- ?
Allows you to find wildcard characters
- Replaces a single character
Replaces any number of characters
- *
- ~
You can insert form controls without showing the Developer tab first.
- True
- False
- What does the Input range field do on the Format Control dialog box?