Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Open the CustomersWithoutHomes query in Design View and perform the following tasks: Change the join property for the relationship between the Customers and Homeowners tables
- Open the CustomersWithoutHomes query in Design View and perform the following tasks:
- Change the join property for the relationship between the Customers and Homeowners tables to select ALL records from the Customers table and only those records from the Homeowners table where the joined fields are equal.
- Add the Is Null criteria for the PolicyNumber field and add an Ascending sort order on the LastName field. Save the changes to the query. Open the query in Datasheet View and confirm that there are 21 records in the query result. Close the query, saving if necessary.
- Open the UniqueStates query in Design View. Modify the query to list all states only once. Save the changes to the query. Open the query in Datasheet View and confirm that there are 15 records in the query result. Close the query, saving if necessary.
- Create a crosstab query based on the MidAtlantic table with the following options:
- Use only data from the MidAtlantic table in the crosstab.
- Use the State field for the row headings.
- Use the City field for the column headings.
- Use a Count of the CustomerID field as the calculated value for each row and column intersection, and include row sums in the crosstab query.
- Save the query using State-City Crosstabas the name. View the query, then save and close it.
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started