Question: Start Access. Download and open the Access database named exploring_a02_grader_h3.accdb. 0 2 Import the downloaded a02_grader_h3Location.xlsx workbook as a new table in the current database.
| Start Access. Download and open the Access database named exploring_a02_grader_h3.accdb. | 0 | |
| 2 | Import the downloaded a02_grader_h3Location.xlsx workbook as a new table in the current database. Using the wizard, specify that the first row contains column headings, set the LocationID field to be indexed with no duplicates, and set the LocationID field as the primary key. Import the table with the default name Location and do not save the import steps. | 13 |
| 3 | View the Location table in Design view and change the field size for the LocationID field to Long Integer. Save the table. Click Yes in the dialog box indicating that some data may be lost. Close the table. | 6 |
| 4 | Begin establishing relationships in the database by adding the Location, Orders, Members, and Service tables to the Relationships window. Close the Show Table dialog box. Create a one-to-many relationship between the Location table and the Orders table using the LocationID field. Enforce Referential Integrity. Select the option to cascade update the related fields. | 13 |
| 5 | Create a relationship between the Members and Orders tables using the MemNumber field, ensuring that you enforce referential integrity and cascade update related fields. | 9 |
| 6 | Create a relationship between the Service and Orders tables using the ServiceID field, ensuring that you enforce referential integrity and cascade update related fields. Save and close the Relationships window. | 9 |
| 7 | Create a new query in Design view using Location, Members, Orders, and Service tables. Add the following fields to the query (in this order): ServiceDate from the Orders table; City from the Location table, NoInParty from Orders table; ServiceName from the Service table; and FirstName and LastName from the Members table. Set the criteria in city field to limit the output to Denver. | 9 |
| 8 | Display only service dates from 7/1/2017 to 6/30/2018 (Hint: Use the Between command). | 7 |
| 9 | Set the NoInParty criterion to 2. Sort the results in ascending order by the ServiceDate. Run and save the query with the name Denver Rooms 2 Guests. | 13 |
| 10 | In Design view, change the order of the query fields so that they display as FirstName, LastName, ServiceDate, City, NoInParty, and ServiceName. Run, save the changes to the query, and close the query. | 6 |
| 11 | Copy the Denver Rooms 2 Guests query and paste it in the Navigation pane, renaming the new query Chicago Rooms 2 Guests. | 8 |
| 12 | Open the Chicago Rooms 2 Guests query in Design view, and change the City criterion from Denver to Chicago. Run the query and save the changes. Close the query. | 7 |
| 13 | Close the database and exit Access. Submit the database as directed. | 0 |
Close
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
