Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Small Business Loans Project Description: You are the manager of a regional business loan department for the U.S. Small Business Administration office. You have decided

Small Business Loans

Project Description:

You are the manager of a regional business loan department for the U.S. Small Business Administration office. You have decided to evaluate whether Access could be used in place of the Excel worksheet you are currently using. You will create a table, add some sample customers, and import some recent data from an Excel spreadsheet. You will calculate the payments for the loans that are currently on the books by creating a query using the Pmt function. You will also summarize each loan by the type of loan (M=Mortgage, C=Car, and O=Other).

Instructions:

For the purpose of grading the project you are required to perform the following tasks:

Step

Instructions

Points Possible

1

Start Access. Open the downloaded Access file named exploring_a03_grader_h2. Note this file is an empty database.

0

2

In Design view, create a table named Customers. Add the first field named CustomerID with AutoNumber Data Type. Add Company as the second field name, and FirstName as the third field name. Accept the default data types.

10

3

Add the following fields to the Customers table (in this order), accepting the default data type of Short Text: LastName City State Zip Verify that CustomerID is the primary field.

10

4

Save the table and switch to Datasheet view. Add the following records to the table:

Company FirstName LastName City State Zip

Jones and Co Robert Paterson Greensboro NC 27401

Elements, Inc. Merve Kana Paterson NJ 07505

Godshall Meats, LLC Francisco De La Cruz Beverly Hills CA 90210

10

5

Import the spreadsheet in the downloaded Excel file exploring_a03_h2_Loans into a new table. Choose LoanID as the primary key and accept all other defaults in the Import Wizard.

10

6

Open the Loans table in Design view. Change the InterestRate field format to Percent. Change the field size for the CustomerID field to Long Integer. Save and close the table. Click Yes when prompted that some data may be lost.

10

7

Create a relationship between the CustomerID fields in the Customers and Loans tables. Enforce referential integrity. Save and close the Relationships window.

10

8

Create a query using the two tables that will calculate the payment amount for each loan. Add the following fields: Company, LoanID, Amount, InterestRate, Term, and LoanClass, in that order. Sort the query by LoanID in ascending order. Save the query as Loan Payments.

5

9

Use the Expression Builder to add a calculated field named Payment in the first blank column to calculate the loan payment for each loan using the Pmt function. Assume the loans have monthly payments (12 payments per year). Ensure the payment displays as a positive number. Run the query.

5

10

Switch to Design view and change the format for the Payment calculated field to Currency. Run the query again to verify your change.

5

11

In Datasheet view, add a Totals row. Use it to calculate the sum of the Amount column, the average InterestRate, and the average Term. Save and close the query.

5

12

Create a copy of Loan Payments. Save the new query as Loan Payments Summary. Open the Loan Payments Summary query in Design view and rearrange the columns as follows: LoanClass, LoanID, Amount, and InterestRate. Delete columns Company, Term, and Payment.

5

13

Group the Loan Payments Summary query by the LoanClass field. Display the number of loans in the LoanID column, the sum in the Amount column, and the average in the InterestRate column. Run the query.

5

14

Switch to Design view and display the Property Sheet. For the LoanID field, change the caption to Loans. For the Amount field, change the caption to Total Amount and change the format to Currency. For the InterestRate field, change the caption to Avg Interest Rate and change the format to Percent. Run the query. Save and close the query.

10

15

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

0

LoanID Date Amount InterestRate Term LoanClass CustomerID
1 ######## 29,000.00 0.059 15 M 1
2 ######## 23,000.00 0.0525 5 C 2
3 ######## 24,000.00 0.045 3 C 3
4 9/4/2015 12,000.00 0.0399 10 O 3
5 ######## 60,000.00 0.055 30 M 3
6 ######## 4,000.00 0.065 5 O 2
7 ######## 43,000.00 0.055 5 O 1
8 ######## 37,000.00 0.058 30 M 1
9 ######## 15,000.00 0.0475 3 O 1
10 ######## 8,000.00 0.055 15 M 1
11 ######## 34,000.00 0.05 3 C 3
12 ######## 13,000.00 0.0799 5 O 3
13 ######## 46,000.00 0.065 5 C 1
14 ######## 56,000.00 0.0599 15 M 3
15 ######## 54,000.00 0.0625 15 M 3
16 ######## 39,000.00 0.065 15 M 1
17 ######## 21,000.00 0.06 30 M 1
18 ######## 27,000.00 0.055 3 C 3
19 ######## 44,000.00 0.055 5 C 2
20 ######## 22,000.00 0.0625 4 C 3
21 ######## 6,000.00 0.0675 4 C 3
22 ######## 46,000.00 0.065 15 M 3
23 ######## 25,000.00 0.05 15 M 1
24 ######## 11,000.00 0.0555 30 M 1
25 ######## 52,000.00 0.0499 15 M 1

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

Students also viewed these Databases questions

Question

=+1. How does or how might the key public affect your organization?

Answered: 1 week ago