Creating Forms  «Prev  Next»

Create a form using a Wizard - Exercise

Create a form with the Form Wizard

Objective: Create a form to display project description and hours data with the Form Wizard.
You will receive 5 points for this exercise. The exercise is auto-scored, which means all you need to do to receive full credit for the exercise is click the Submit button.
Use the form wizard to create a form that shows project data for one project at the top and the hours worked on that project at the bottom.

Include the following fields.
  1. the Project table:
  1. Company<
  2. Project Description
  3. Start Date
  4. Due Date
  1. the Hours table:
  1. Date
  2. Hours worked
  1. Group the form by the data in the Projects table. This way, each project will appear in the main form, and the subform will contain the hours worked on the project.
  2. Create a form with subforms rather than linked forms.
  3. You may choose either Tabular or Datasheet format for the subform. Now that you have seen both, choose the layout you prefer. You can also choose the style you prefer.
  4. Accept the default names for the form and subform and open the form to view or enter information.