Locked lesson.
About this lesson
Make design changes to a form using Layout View.
Exercise files
Download this lesson’s related exercise files.
7.04 forms-in-layout-view-part1 - Exercise.docx43.5 KB 7.04 forms-in-layout-view-part1 - Exercise solution.docx
100.3 KB TechGurusTicketing16.accdb
744 KB TechGurusTicketing16 - Complete.accdb
796 KB
Quick reference
Forms in Layout View - Part 1
Create a new form to maintain the ticket information and change the design in Layout view.
When to use
We use Layout view to design forms if we want to get very granular and have full control over the design of the form and each field.
Instructions
Creating a New Form
- Select the table 'tblTicket' in the navigation pane.
- From the Create tab, in the Forms group, select Form.
This form will be more complex than the last one because we have many more fields. We will work on this form using Layout View.
- Click the Layout View button in the status bar.
Changing the Design of the form
The form is in Single Form view and Tabular Layout. The information on the form is laid out in columns and rows. This is a good view to use as it's very organized and easy to read. However, it can be quite wasteful of space.
For example, 'ID' and 'TicketNumber' are both small fields that occupy an entire row. We could save space on the form by moving both into one row.
It's also worth noting that each field on the form has its own label. The label lets the user know what the field represents.
- Click on the 'ID' field.
- Hold down CTRL and click on the 'ID' label.
- Press Delete.
- Select the 'TicketNumber' field.
- On the Arrange tab, in the Rows & Columns group, click Insert Above.
- Click in the data part of the field (not the label).
- From the Merge/Split group, click Split Horizontally.
- From the Form Layout Design tab, in the Tools group, click Add Existing Fields.
- From the Fields List pane, drag the 'ID' field into the first empty field on the form.
- Drag the 'TicketNumber' field into the second empty field on the form.
- Select the original 'TicketNumber' field and press Delete.
Lesson notes are only available for subscribers.