Locked lesson.
About this lesson
Create a blank form, add fields, and make changes to the form in Design View.
Exercise files
Download this lesson’s related exercise files.
7.06 forms-in-design-view-part1 - Exercise.docx58.4 KB 7.06 forms-in-design-view-part1 - Exercise solution.docx
69.7 KB FootPrintsTravel14.accdb
808 KB FootPrintsTravel14 - Complete.accdb
812 KB TechGurusTicketing18.accdb
796 KB TechGurusTicketing18 - Complete.accdb
824 KB
Quick reference
Forms in Design View - Part 1
Create a form using Form Design, add fields and learn how to position and align them.
When to use
Understanding the tools available to help you when designing forms is fundamental to building a user-friendly form.
Instructions
Binding a Form to a Table
When we create a new form, we must always bind it to a table.
- From the Create tab, in the Forms group, click Form Design.
- From the Property Sheet, review the Record Source field.
- Click the drop-down arrow and select 'tblTicket' from the list.
Adding Existing Fields
Let's add some fields from 'tblTicket' to the form.
- From the Form Layout Design tab, in the Tools group, select Add Existing Fields.
- Double-click to add the 'TicketNumber', 'CustomerName', and 'Priority' to the form.
- Re-position as necessary.
NOTE: Dragging the field will move the field and its label together. To reposition the label independently of the field and vice-versa, use the grey handle in the top corner of the field.
Aligning Fields and Labels
We can use the alignment tools to align fields and labels.
- Hold down SHIFT and select the fields and labels.
- From the Arrange tab, in the Sizing & Ordering group, click Align.
- Choose Align Top to align all fields and labels to the top.
Adding More Fields
- From the Form Layout Design tab, in the Tools group, select Add Existing Fields.
- Double-click to add the 'Technician', 'DateLogged', 'Charge', and 'SLA' to the form.
- Re-position as necessary.
Checking the Form
We should always check the form in Form View to ensure that any changes we have made are working.
- Right-click on the form tab and select Form View from the menu.
Lesson notes are only available for subscribers.