Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

1 Start Access. Open the downloaded Access file named exploring_a03_Grader_a1.accdb . 2 Create a query using Query Design. From the Clients table, display the clients

1

Start Access. Open the downloaded Access file named exploring_a03_Grader_a1.accdb.

2

Create a query using Query Design. From the Clients table, display the clients First and LastName. From the Accounts table, select the Savings Balance and OpenDate. Sort the query by savings balance in descending order.

3

Add a calculated field named AccountTime that calculates the number of days each clients accounts have been open. Assume todays date is 12/31/2017. Recall dates must be enclosed in # to denote to Access it is a date. Format the results in General Number format. Save the query as Account Longevity, and close the query.

4

Create a query using Query Design. From the Clients table, display the client first name and last name. From the Accounts table, select the savings balance.

5

Add appropriate grouping so the clients total retirement account savings balances are displayed. Add a sort so the highest total savings balances are displayed first.

6

Switch to Datasheet view. Add a totals row displaying the count of the last name and the average of total savings balances. Save the query as Total Balances By Client, and close the query.

7

Create a copy of the Total Balances By Client query. Name the query Total Balances By State. Open the query in Design view and remove the client name from the query. Add grouping by the clients state.

8

Sort by the clients state in Ascending order and remove the sort on the savings balance. Add criteria so clients with retirement account savings balances of $10,000 or more are factored in to the query. Save and close the query.

9

Create a new query using Query Design. From the Clients table, select the client first name, last name, and state. From the Accounts table, select the Savings Balance. Add criteria so only customers with balances under $15,000 are displayed.

10

Add a new field named LoanPayment using the Expression Builder. Insert the Pmt function to determine the monthly payment for a 2-year loan, paid monthly, with a 5% yearly interest rate. The present value is 25000 minus the savings balance. For example, if the purchase price were 25000, with 5000 in savings to put toward the purchase, your present value would be 20000. Ensure the number displays as a positive number.

11

Change the format of the LoanPayment field to Currency. Change the caption to Loan Payment. Save the query as Monthly Loan Payments and close the query.

12

Close all database objects. Close the database and then exit Access. Submit the database as directed.

Total Points

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

DB2 Universal Database V7.1 Application Development Certification Guide

Authors: Steve Sanyal, David Martineau, Kevin Gashyna, Michael Kyprianou

1st Edition

0130913677, 978-0130913678

More Books

Students also viewed these Databases questions

Question

help asp

Answered: 1 week ago