You are on page 1of 2

Office 2013 myitlab:grader Instructions Exploring Capstone

Transfer Student Registration


Project Description:
You were recently hired by your local college to help with registering all transfer students. The
colleges Transfer Counseling Department is a one-stop location for transfer students to come with
questions. They have been working with Excel spreadsheets generated by the Information
Technology department, but they are hoping to do more with an Access database. They have had a
number of problems, including employees putting information in the wrong fields, putting
information in the wrong format, and creating incorrect formulas. They are also hoping for more
consistent ways of finding information, as well as being able to generate reports. Your tasks include
importing an existing Excel worksheet as a table into your Access database; modifying the table;
creating a relationship between two tables; creating queries with calculated fields, functions, and
totals; creating a form for input; and creating a report.

Instructions:
For the purpose of grading the project you are required to perform the following tasks:
Points
Step Instructions
Possible

Start Access. Open the downloaded Access file named


1 0
exploring_acap_grader_h1_College.

Import the exploring_acap_grader_h1_Transfer.xlsx Excel workbook into a table


named Transfer Schools. While importing the data, choose StudentID as the
primary key field. Ensure StudentID has a data type of Short Text. Change the
2 9
StudentID field size to 10 and remove the @ symbol from the StudentID format
property. Change the AdmittingSchool field size to 75. Change the RegistrationFee
and TuitionDue fields to have 0 decimal places.

Switch to Datasheet View and apply Best Fit to all columns. Sort the table on the
3 4
CreditsTransferred field in ascending order, then save and close the table.

Create a one-to-one relationship between the StudentID fields in the Transfer


Students (primary) and Transfer Schools (related) tables. Enforce referential
4 8
integrity between the two tables. Save the changes and close the Relationships
window.

Open the Transfer Students Data Entry form. Change the major for Cornelius
5 4
Kavanaugh to Elementary Education and close the form.

Create a new query using Design view. From the Transfer Students table, add the
FirstName, LastName, Major, Class, and GPA fields, in that order. From the Transfer
Schools table, add the AdmissionDate, TuitionDue, CreditsEarned, and
6 CreditsTransferred fields, in that order. Save the query as Transfer Credits. Set 10
the criteria in the AdmissionDate field to 8/1/2015. Run the query. Enter the
TuitionDue for Diana Sullivan to $1500 and the GPA for Audrey Owen as 3.51.
Save the query.
Switch to Design view and save the Transfer Credits query as Transfer Credit
Calculations. Remove the criteria from the AdmissionDate field. Create a
7 8
calculated field in the first empty cell of the query named LostCredits that
subtracts CreditsTransferred from CreditsEarned.

Updated: 08/23/2013 1 EXP_ACC_CAPSTONE1_Instructions.docx


Office 2013 myitlab:grader Instructions Exploring Capstone

Points
Step Instructions
Possible
Create another calculated field named TuitionPayments that determines tuition
paid in three installments. Using the Pmt function, replace the rate argument with
8 0.025/3, the num_periods argument with 3, and the present_value argument with 8
the TuitionDue. Use 0 for the future_value and type arguments. Ensure the
payment appears as a positive number. Format the field as Currency.
Create another calculated field named DueDate after TuitionPayments that
calculates the due date by adding 30 to the AdmissionDate. Run the query. Add a
9 8
total row to the query. Average the GPA column and sum the LostCredits column.
Save and close the query.
Create a new query using Design View. From the Transfer Schools table, add the
AdmittingSchool, StudentID, CreditsEarned, CreditsTransferred, and TuitionDue
10 fields. Sort the query by AdmittingSchool in ascending order. Display the Total row 11
and group by AdmittingSchool. Show the count of StudentID, the average
CreditsEarned and CreditsTransferred, and the sum of TuitionDue.
Format both average fields as Standard. Change the caption for the StudentID field
to NumStudents, the caption for the CreditsEarned average to
AvgCreditsEarned, the caption for the CreditsTransferred average to
11 6
AvgCreditsTransferred, and the caption for TuitionDue to TotalTuition. Run the
query. Apply Best Fit to all columns. Save the query as Transfer Summary and
close it.
Create a Split Form using the Transfer Schools table as the source. Change the
height of the AdmittingSchool field to 0.25". Remove the layout. Adjust the width
12 of the StudentID field to 0.5903", the AdmittingSchool field to 3.05", the 8
AdmissionDate field to 0.8", the CreditsEarned and CreditsTransferred fields to
0.25", the RegistrationFee field to 0.425", and the TuitionDue field to 0.8".
Change the CreditsTransferred label's Top property to 1.4167" and its Left property
to 2.25". Change the CreditsTransferred field's Top property to 1.4167" and its Left
13 property to 4". Change the format of the TuitionDue field so the font is 18 and the 5
font color is Red. Change the fill color of the StudentID field to be Yellow. Save the
form as Transfer Schools Form and close it.
Create a report using the Report Wizard. Add the Class, FirstName, LastName,
Major, GPA, and LostCredits fields from the Transfer Credit Calculations query. Do
14 5
not add any grouping or sorting. Ensure the report is in Landscape orientation.
Save the report as Transfer Students Report and view it in Layout view.

Apply the Wisp theme to only the report. Group the report by the Class field. Sort
the records within each group by LastName and then by FirstName, both in
15 6
ascending order. Change the font size of the Class field to 16. Save and close the
report.

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

Total Points 100

Updated: 08/23/2013 2 EXP_ACC_CAPSTONE1_Instructions.docx

You might also like