Illustrated Access 365/2021 | Modules 1-4: SAM Capstone Project 1a
Midwest Executive Professionals
IMPROVE A DATABASE BY CREATING AND MODIFYING TABLES, QUERIES, FORMS, AND REPORTS
GETTING STARTED
• Open the file IL_AC365_2021_CS1-4a_FirstLastName_1.accdb, available for download.
• Save the file IL_AC365_2021_CS1-4a_FirstLastName_1.accdb as IL_AC365_2021_CS1-4a_FirstLastName_2.accdb
o Edit the file name by changing “1” to “2”.
o If you do not see the .accdb file extension, do not type it. The file extension will be added for you automatically.
• To complete this Project, you will also need the following files:
o Support_AC365_2021_CS-1-4a_Industries.xlsx
• With the file IL_AC365_2021_CS1-4a_FirstLastName_2.accdb open, ensure that your first and last name is displayed as the first record in the _GradingInfoTable table.
o If the table does not display your name, delete the file and download a new copy.
PROJECT STEPS
Midwest Executive Professionals is a firm that connects professional job seekers with job openings. You work in the Research Department of Midwest Executive Professionals as a research analyst. You are developing an Access database application to help manage and analyze companies, jobs, applicants, and job placements facilitated by your company.
In Design View of the Applications table, modify the table with the following instructions:
a. Add a new field after the ApplicationDate field named FollowupDate with a Date/Time data type.
b. Use ApplicationID to rename the ID field.
Save and close the Applications table.
2. In Datasheet View of the JobSeekers table, complete the following instructions:
a. Delete the record for Richard Marlay (JobSeekerID 14).
b. Edit John to be Jonathan for JobSeekerID 10.
c. Enter a new record into the table using the information in Table 1.
Close the JobSeekers table.
Table 1: New Record for JobSeekers Table
JobSeekerID (AutoNumber will automatically number this field)
FirstName Leonardo
LastName Eagan
Phone 5551118887
In the Navigation Pane, make Industries the new name for the Categories table.Use the import wizard to append the records from the Support_AC365_2021_CS-1-4a_Industries.xlsx to the Industries table. Do not save the import steps. (Hint: If a warning message appears, Click Open.)Create a new table in Table Design View with the following specifications:
a. Enter Employees as the name of the new table.
b. Add a new field named EmployeeID with the Number data type. Set it as the Primary key field.
c. Add two new fields named EmployeeFirst and EmployeeLast in the order shown. They should have the Short Text data type and field size properties of 20.
d. Add a new field named Email with the Hyperlink data type. Set the Required property to Yes.
e. Add a new field named Salary with the Currency data type. Set the Default Value property to 45000.
f. Add a new field named Extension with the Short Text data type. Update the Input Mask property using the Input Mask Wizard. Select the Extension input mask and update the field to 9999, so that 9999;;_ is the final input. Accept the default in the last window.
Save the table and then close it.
6. In Datasheet View of the JobSeekers table, complete the following options:
a. Delete the Comments field. (Hint: It currently does not have any data.)
b. Move the Phone field to be the last field in the datasheet.
c. Sort the records in ascending order by LastName.
Save and close the JobSeekers table.
7. Create a new query in Design View using the Companies and Jobs tables with the following options:
a. Select the CompanyName and Industry fields from the Companies table and the JobTitle and StartingSalary fields from the Jobs table.
b. Join the tables using the CompanyID field from the Companies table and the Company field from the Jobs table.
c. Save the query, using HighSalaries as the name.
8. With the HighSalaries query still open in Design View, add criteria to select only those records where the StartingSalary is greater than or equal to 50000, save the query, switch to Datasheet View as shown in Figure 1, and then close it.
Figure 1: HighSalaries Query in Datasheet View
Use the Simple Query Wizard to create a new query with the following options:
a. Use the JobSeekers and Applications tables.
b. Select all four fields from the JobSeekers table and the ApplicationDate field from the Applications table.
c. Create a detail query.
d. Use ApplicationDates as the title for the query.
Save and close the query.
10. In Design View of the ApplicationListing query, modify the query with the following options:
a. Add criteria to select all records with Administrative Assistant or User Support Director as the JobTitle.
b. Sort the records in ascending order by LastName, and then by FirstName.
Run the query to display it in Datasheet View as shown in Figure 2, and then save and close it.
Figure 2: ApplicationListing Query in Datasheet View
In Design View of the DirectorSeptember query, add criteria using wildcard characters to select all records with Director anywhere in the JobTitle field and an ApplicationDate greater than or equal to 9/1/2018. Run the query to display it in Datasheet View as shown in Figure 3, and then save and close it.
Figure 3: DirectorSeptember Query in Datasheet ViewUse the Form Wizard to create a new form with the following options:
a. Select all of the fields from the Jobs table.
b. Choose a Columnar layout.
c. Use JobsEntry as the title.
Save and close the JobsEntry form.
13. Use the Report Wizard to create a new report with the following options:
a. Select all of the fields from the Companies table.
b. Group the records by Industry.
c. Sort the records in ascending order by CompanyName.
d. Use a Stepped layout and a Portrait orientation.
e. Use CompanyListing as the title.
Preview, save, and close the report.
14. Open the JobSeekerEntry form in Form View, enter Jacob as the FirstName value for the first record to replace Jack, and then add a new record in the main form with the information in Table 2.
Table 2: New Record for JobSeekerEntry Form
JobSeekerID (AutoNumber field will automatically increment)
FirstName Camilla
LastName Escobar
Open the JobSeekerEntry form in Layout View and modify it with the following options:
a. Right-align the text in the JobSeekerID, FirstName, and LastName labels.
b. Edit the FirstName label to read First Name and use Last Name to rename the LastName label.
c. Delete the Close command button in the Form Footer section.With the JobSeekerEntry form still open in Layout View, modify it with the following options:
a. Add the Phone field to the form and position it just below the Last Name label.
b. Change the font color for the Phone label to Automatic (black).
c. Apply a quick style, Colored Outline – Blue, Accent 1 (first 1st row second 2nd column of Theme Styles gallery) to the Close command button in the Form Header section.
Display the form in Form View as shown in Figure 4, and then save and close it.
Figure 4: JobSeekerEntry Form in Form View
Open the JobListing report in Layout View and add conditional formatting so that any StartingSalary value greater than or equal to $70,000 is formatted using Green 3 background color (7th column, 4th row in the Standard Colors pallete). Save the JobListing report.With the JobListing report still open in Layout View, modify it with the following options:
a. Change the background color of the Starting Salary label in the Page Header section to the same color, Green 3 (7th column 4th row in the Standard Colors palette).
b. Group the two labels in the Report Header section together in a tabular layout.
Save and display the report in Report View as shown in Figure 5, and then close it.
Figure 5: JobListing Report in Report View
In Layout View of the JobSeekerListing report, modify it with the following options:
a. Change the Theme Colors to Green.
b. Change the Theme Fonts to Franklin Gothic.
Display the report in Report View as shown in Figure 6, and then save and close it.
Figure 6: JobSeekerListing Report in Report View
Save and close any open objects in your database. Compact and repair your database, close it, and then exit Access. Follow the directions on the website to submit your completed project.
Why Work with Us
Top Quality and Well-Researched Papers
We always make sure that writers follow all your instructions precisely. You can choose your academic level: high school, college/university or professional, and we will assign a writer who has a respective degree.
Professional and Experienced Academic Writers
We have a team of professional writers with experience in academic and business writing. Many are native speakers and able to perform any task for which you need help.
Free Unlimited Revisions
If you think we missed something, send your order for a free revision. You have 10 days to submit the order for review after you have received the final document. You can do this yourself after logging into your personal account or by contacting our support.
Prompt Delivery and 100% Money-Back-Guarantee
All papers are always delivered on time. In case we need more time to master your paper, we may contact you regarding the deadline extension. In case you cannot provide us with more time, a 100% refund is guaranteed.
Original & Confidential
We use several writing tools checks to ensure that all documents you receive are free from plagiarism. Our editors carefully review all quotations in the text. We also promise maximum confidentiality in all of our services.
24/7 Customer Support
Our support agents are available 24 hours a day 7 days a week and committed to providing you with the best customer experience. Get in touch whenever you need any assistance.
Try it now!
How it works?
Follow these simple steps to get your paper done
Place your order
Fill in the order form and provide all details of your assignment.
Proceed with the payment
Choose the payment system that suits you most.
Receive the final file
Once your paper is ready, we will email it to you.
Our Services
No need to work on your paper at night. Sleep tight, we will cover your back. We offer all kinds of writing services.
Essays
No matter what kind of academic paper you need and how urgent you need it, you are welcome to choose your academic level and the type of your paper at an affordable price. We take care of all your paper needs and give a 24/7 customer care support system.
Admissions
Admission Essays & Business Writing Help
An admission essay is an essay or other written statement by a candidate, often a potential student enrolling in a college, university, or graduate school. You can be rest assurred that through our service we will write the best admission essay for you.
Reviews
Editing Support
Our academic writers and editors make the necessary changes to your paper so that it is polished. We also format your document by correctly quoting the sources and creating reference lists in the formats APA, Harvard, MLA, Chicago / Turabian.
Reviews
Revision Support
If you think your paper could be improved, you can request a review. In this case, your paper will be checked by the writer or assigned to an editor. You can use this option as many times as you see fit. This is free because we want you to be completely satisfied with the service offered.