Why Choose Us?
0% AI Guarantee
Human-written only.
24/7 Support
Anytime, anywhere.
Plagiarism Free
100% Original.
Expert Tutors
Masters & PhDs.
100% Confidential
Your privacy matters.
On-Time Delivery
Never miss a deadline.
New Perspectives Access 2016 | Module 1: SAM Project 1b GRMH Recreation Centers creating a table, query, form, and report to manage recreation data GETTING STARTED Open the file NP_AC16_1b_FirstLastName_1
New Perspectives Access 2016 | Module 1: SAM Project 1b
GRMH Recreation Centers
creating a table, query, form, and report to manage recreation data
GETTING STARTED
- Open the file NP_AC16_1b_FirstLastName_1.accdb, available for download from the SAM website.
- Save the file as NP_AC16_1b_FirstLastName_2.accdb by changing the “1” to a “2”.
- If you do not see the .accdb file extension in the Save As dialog box, do not type it. The program will add the file extension for you automatically.
- To complete this Project, you will also need to download and save the following support file from the SAM website:
- Support_NP_AC16_1b_Equipment.accdb
- Open the _GradingInfoTable table and ensure that your first and last name is displayed as the first record in the table. If the table does not contain your name, delete the file and download a new copy from the SAM website.
PROJECT STEPS
- Samantha Cooper is the general manager of the Grand Rapids-Muskegon-Holland (GRMH) Recreation Centers in Grand Rapids, MI. The recent expansion of programs and staff at several locations has necessitated a change in how she manages the centers’ operations. She has selected Access 2016 to manage the business data. You’ll help Samantha create and maintain an Access database to store data about trainers, members, and equipment.
Create a new table in Datasheet View as described below:- Save the table using tblMember as the name.
- Change the name of the ID field in the tblMember table to MemberID. (Hint: Do not type the period.)
- Change the data type of the MemberID field to Short Text.
- Create the following fields in the table, using the Short Text data type, in the order shown: FirstName, LastName, Address, City, State, and Zip.
- With the tblMember table still open in Datasheet view, enter the records shown in Table 1 below. (Hint: If necessary, resize the Address field to best fit the data it contains.) Close the tblMember table, saving it if necessary.
Table 1: tblMember Table
|
MemberID |
FirstName |
LastName |
Address |
City |
State |
Zip |
|
A10027 |
Kevin |
Gibson |
1001 Lake Dr. SE |
Grand Rapids |
MI |
49506 |
|
B18423 |
Nancy |
Lambert |
235 Grandville Ave. SW |
Grand Rapids |
MI |
49503 |
- Open the tblLocation table in Datasheet View, and then update the table as described below:
- Change the name of the ID field to LocationID. (Hint: Do not type the period.)
- Change the data type of the LocationID field to Short Text.
- Save the table, but do not close it.
- With the tblLocation table still open in Datasheet View, change the data type of the LocationOpened field to Date/Time. Save but do not close the table.
- With the tblLocation table still open in Datasheet View, enter the records shown in Table 2 below into the tblLocation table. Close the table.
Table 2: tblLocation Table
|
LocationID |
LocationName |
LocationOpened |
Address |
City |
State |
ZipCode |
Phone |
|
301 |
Lake |
5/2/2014 |
1005 Lake Dr. |
Grand Rapids |
MI |
49504 |
616-555-1212 |
|
308 |
Fulton |
1/5/2015 |
35 Fulton St. W. |
Grand Rapids |
MI |
49503 |
616-555-7621 |
- Samantha created a database that contains a table with additional equipment data. Copy all the records from the tblGym table in the Support_NP_AC16_1b_Equipment.accdb database, available for download from the SAM website, and then paste them at the end of the tblEquipment table in the current database. (Hint: The tblEquipment table has the same design as the tblGym table.) Close the tblEquipment table.
- Use the Simple Query Wizard to create a query based on the tblTrainer table. Include the FirstName, LastName, and Specialty fields from the tblTrainer table in the query, in that order. Name the query qrySpecialties, and then close the query.
- You now want to create a simple form to allow employees to update information on the trainers employed at GMRH Recreation Centers.
Use the Form tool to create a simple form based on the tblTrainer table. Save the form using frmTrainer as the name.
- Switch the frmTrainer form to Form view, then use the navigation buttons to navigate to the third record (for TrainerID 454), and then change the Certification field value to RYT. (Hint: Do not type the period.)
- Navigate to the last record (for TrainerID 709) in the frmTrainer form, and then change the Specialty field value to Strength Training. (Hint: Do not include the period.) Navigate back to the first record in the frmTrainer form, and then close the form.
- Use the Report tool to create a report based on the tblEquipment table. Save the report as rptEquipmentList, then close it.
- You decide to adjust the formatting of the rptTrainer report to make it easier to read and to ensure that all information is visible.
- In Layout View for the rptTrainer report, use the mouse to reduce the width of the TrainerID column so it is approximately as wide as the text “TrainerID” in the column heading, or approximately 0.8”.
- Select the text box that appears below the TrainerID column (and contains the number 9) in the rptTrainer report. Then use the mouse to resize the height of the text box slightly so that it is tall enough to completely display the value it contains, as shown in Figure 1 on the next page (approximately 0.2”).
- Select the text box that appears below the Specialty column and that contains the text “Page 1 of 1”. Use an arrow key to move the text box to the left so that its right edge vertically aligns with the right edge of the column above it, then right-align the contents of the text box. View the report in Print Preview to view the changes you made. Save and close the report.
Figure 1: rptTrainer Report
Save and close any open database objects in your database. Compact and repair your database, close it, and then exit Access. Follow the directions on the SAM website to submit your completed project.
Expert Solution
Need this Answer?
This solution is not in the archive yet. Hire an expert to solve it for you.





