Fill This Form To Receive Instant Help
Homework answers / question archive / Illustrated Access 2016 | Module 3: SAM Project 1a Trips Database USING FORMS GETTING STARTED 1
Illustrated Access 2016 | Module 3: SAM Project 1a
Trips Database
USING FORMS
1. Open the file IL_AC16_3a_FirstLastName_1.accdb, available for download from the SAM website.
1. Save the file as IL_AC16_3a_FirstLastName_2.accdb by changing the “1” to a “2”.
1. Hint: If you do not see the .accdb file extension in the Save As file dialog box, do not type it. Access will add the file extension for you automatically.
To complete this Project, you will also need to download and save the following support file from the SAM website:
· Support_IL_AC16_3a_House.jpg
Open the _GradingInfoTable table and ensure that your first and last name is displayed as the first record in the table. If the table does not contain your name, delete the file and download a new copy from the SAM website.
1. Use the Form Wizard to create a form based on the Customers table with the following options:
a. Include all fields from the Customers table in the form.
b. Select the Columnar layout for the form.
c. Set the title of the form to Customer Entry Form, then open it in Design View.
With the Customer Entry Form open in Design View, change the Default value property of the State text box to CO. Save the form, then switch to Form View.
Use the Customer Entry Form to navigate to the record with the CustNo field value 4. Change the Phone field value of this record to 555-111-7878.
Use the Customer Entry Form to add a new record to the Customers table with the field values shown in Figure 1 below. (Hint: The CustNo field is an AutoNumber field.)
Figure 1: Customer Entry Form
Switch to Layout View for the Customer Entry Form, then change the font color of the Customer Entry Form label in the Form Header section to Automatic (black) and bold. Save and close the Customer Entry Form.
2. Create a split form based on the Trips table, then save the form as Trips Split Form.
Switch to Form View for the Trips Split Form. Navigate to the record with the TripNo field value 7. Change the TripName field value for this record to Aspen Development Project. Close the Trips Split Form.
Use Figure 2 on the next page as a reference when modifying the Trip Schedule form in Steps 8–18.
Figure 2: Trip Schedule Form
4. With the Trip Schedule form still open in Design View, do the following:
5. In the Trip Schedule form, do the following:
b. Move the Price text box to the right of the TripNo text box.
7. In the Trip Schedule form, change the Tab Stop property for the TripNo text box to No.
8. In the Trip Schedule form, change the tab order for the form so that the Price field is first.
a. Change the new label text to Cost/Night.
b. Enter the expression =[Price]/[Duration] in the text box.
c. Change the Format property for the new text box to Currency.
e. Save the Trip Schedule form.