Most of your forms will be used for entering and editing records. In Access Basics you learned how to use the Form button to quickly create an auto form, which got the job done, but it was boring and put all controls into a Stacked Layout in columns. This is an acceptable design only for very short forms!
You already used an AutoForm in Project 2: Access Basics. An AutoForm can use only one table or query.
In this lesson you will learn how to create a form using the Form Wizard, which walks you through a set of choices. The Form Wizard lets you choose fields from more than one table or query. Then you can customize the form.
The Form Wizard walks you through the choices you need to make to create a simple form.

Click each step below to see the wizard's page at the right.
In the Form Wizard you are offered 4 different layouts. Some are useful only for special situations. You cannot create your own layouts to add to this list.
|
Columnar is the standard layout, with fields in a vertical column. |
Tabular puts the fields in a single row, |
Datasheet looks just like a regular datasheet. |
Justified packs the fields tightly together. |
| |
Step-by-Step: Form Wizard |
|
| What you will learn: | to use the Form Wizard to create a form |
Start with:
, resource files, worldtravel-Lastname-Firstname.accdb from the previous project.
Click on the button >> to move all fields to the list of fields to
the right so that they will be included in the form.
Select Columnar as the layout.
In the last step of the wizard, keep the default choices, title for the form is "Staff" and the option selected is "Open the form to
view or enter information."



Form Wizard Form - in different versions
Not quite the same.
Evaluate: How usable is this form? How attractive is it?
Usable = Not great.
Attractive = Dull!
This form will certainly not win any awards for design! Of course your idea of pretty and mine could easily be different.
This is a start, but it needs a LOT of work! (And thus we
see why we need the next lesson!)