GO19_AC_CH03_GRADER_3G_HW_Instructions1 x
GO19_AC_CH03_GRADER_3G_HW – Career Books 1.0
In this project, you will use a database to track publishers and book titles that assist students in finding employment. You will create forms, add and delete records by using a form, filter records, and modify a form in Layout view and Design view. You will create reports, modify a report in Layout view and Design view, group data in a report, and keep grouped data together for a printed report.
Open the file Student_Access_3G_Career_Books.accdb downloaded with this project. View the relationship between the 3G Publishers table and the 3G Career Books table. One publisher can publish many career books. Close the Relationships window.
Use the Form tool to create a form based on the 3G Career Books table. Save the form as 3G Career Book Form and display the form in Form view. Using the Career Book Form, add the following new record to the underlying Career Books table:
Field
Data
Title
ID
T-25
Title
Effective Networking
Author Last Name
Nunez
Author First Name
Charlene
Publisher ID
PUB-109
Category
Job Search
Copies On Hand
6
Value of Books
180
Find the record for the Title ID of T-19 and delete it. Find the record for the Title ID of T-25. From the Print dialog box and the Setup option, change the column size width of a printed form to 7.5 inches. Save the form.
Use the Filter By Form tool to create a filter for the 3G Career Book Form that displays records with a Category of Interviewing Strategies or Resumes. After verifying that 10 records match the filter criteria, toggle the filter off to display all 24 records. Save and close the form.
Use the Form Wizard to create a form based on the 3G Publishers table. Add the following fields (in this order) to the form:
Company Name
,
Rep Last Name
,
Rep First Name
,
Job Title
, and
Phone Number
. Apply a columnar layout and name the form 3G Publisher Form.
With the 3G Publisher Form displayed in Layout view, apply the Stacked layout to all of the controls. Apply the Integral theme to this form only. Select the title—3G Publisher Form. Change the font size to 16, apply bold, and change the font color to Dark Teal, Text 2, Darker 50% (under Theme Colors, in the fourth column, the last color). Save the form.
With the 3G Publisher Form displayed in Layout view, from the Field List pane, add the Publisher ID field to the form directly above the Company Name controls. Close the Field List pane. In the form, move the Rep First Name controls directly above the Rep Last Name controls. Change the width of the Job Title text box control to 2.5 inches. Save the form.
With the 3G Publisher Form displayed in Layout view, select all six text box controls and change the background color to Turquoise, Accent 1, Lighter 80% (under Theme Colors, in the fifth column, the second color). Select all six label controls and change the font color to Dark Teal, Text 2, Darker 50% (under Theme Colors, in the fourth column, the last color). For the same controls, apply bold and change the width to 1.75 inches. Save the form.
With the 3G Publisher Form displayed in Layout view, select the six label controls and the six text box controls. Change the font size to 12, and change the height to 0.25 inch. Save the form.
With the 3G Publisher Form displayed in Design view, change the height of the Form Footer section to 0.5 inch. Add a label control to the Form Footer section that displays Texas Lakes Southwest Campus. For the selected label control, change the font color to Dark Teal, Text 2, Darker 50% (under Theme Colors, in the fourth column, the last color). Apply bold to the label control and change the width to 2.2 inches. For the same label control, set the Top property to 0.1 inch and the Left property to 1.25 inches. Close the Property Sheet and save the form.
With the 3G Publisher Form displayed in Form view, add the following new record to the underlying Publishers table:
Field
Data
Publisher ID
PUB-111
Company Name
Associated Publishers
Rep First Name
Marquis
Rep Last Name
Sullivan
Job Title
Sales Associate
Phone Number
(512) 555-7373
Use the Report tool to create a report based on the 3G Resume or Interview Books Query object. With the report displayed in Layout view, apply the Retrospect theme to only this report. Delete the Publisher ID, Category, and Company Name fields from the report. Change the width of the Title text box controls to 3 inches. Sort the records in ascending order by the Title field. Change the width of the Author Last Name and Author First Name text box controls to 1.5 inches.
With the report displayed in Layout view, add a calculated control to the Title field that counts the number of records. Change the height of the calculated control that displays 10 to 0.25 inch. For the page number control, set the Left property to 5 inches. Select the title of the report and change the font size to 14. In the title, change the word Query to Report. In the body of the report, for the Title label control, set the Left property to 0.75 inch (the Title text box controls move to the right, and all of the other fields also move to the right). Save the report as 3G Resume or Interview Books Report, close the Property Sheet and the report.
Use the Report Wizard to create a report based on the 3G Career Books table. Add the following fields (in this order) to the report: Category, Title, and Value of Books. Group the data by the Category field and sort the records in ascending order by the Title field. Summarize the report by summing the Value of Books field. Be sure the layout is Stepped and the orientation is Portrait. Name the report 3G Book Values by Category Report, then finish the wizard.
Display the 3G Book Values by Category Report in Layout view. Apply the Ion Boardroom theme to this report only. Select the title of the report, change the font size to 14 and apply bold. Delete the controls that begin with Summary for ‘Category’. At the top of the report, apply bold to the three label controls that display the field names. In the body of the report, change the width of the Title text box controls to 3.5 inches. Set the Left property of the Value of Books label control to 6 inches. Save the report.
With the 3G Book Values by Category Report displayed in Layout view, at the bottom of the report, in the last column, select the following three controls: text box control that displays $420, calculated control that displays $945, and the calculated control that displays 7,730. Change the width of the selected controls to 1.25 inches and the Left property to 6 inches. Change the width of the Grand Total label control to 1 inch. Change the text in the label control that displays Sum to Total Value of Books by Category. In the body of the report, change the height of the Title text box controls to 0.35 inch. Close the Property Sheet and save the report.
Display the 3G Book Values by Category Report in Design view. Select the following two controls: the Total Value of Books by Category label control (in the Category Footer section) and the Grand Total label control (in the Report Footer section). Align the left edges of the two selected controls. Save the report.
Display the 3G Book Values by Category Report in Print Preview as two pages and notice how the groupings break across the pages. Display the report in Layout view and open the Group, Sort, and Total pane. Set the grouping option so that each group of category records is kept together on one page when the report is printed. Close the Group, Sort, and Total pane. Display the report in Print Preview and notice that the groupings are not split between pages. Save and close the report.
Save and close the database, and then submit for grading.
Grader – Instructions Access
2
0
1
9
Project
19
_AC_CH0
3
_GRADER_3G_HW – Career Books 1.0
In this project, you will use a database to track publishers and book titles that assist students in finding employment. You will create forms, add and delete records by using a form, filter records, and modify a form in Layout view and Design view. You will create reports, modify a report in Layout view and Design view, group data in a report, and keep grouped data together for a printed report.
Step |
Instructions |
Points Possible |
||||
1 |
Open the file Student_Access_3G_Career_Books.accdb downloaded with this project. View the relationship between the 3G Publishers table and the 3G Career Books table. One publisher can publish many career books. Close the Relationships window. |
0 | ||||
2 |
Use the Form tool to create a form based on the 3G Career Books table. Save the form as 3G Career Book Form and display the form in Form view. Using the Career Book Form, add the following new record to the underlying Career Books table: Field Data Title ID T-2 5 Title Effective Networking Author Last Name Nunez Author First Name Charlene Publisher ID PUB- 10 9 Category Job Search Copies On Hand |
6 |
||||
3 |
Find the record for the Title ID of T-19 and delete it. Find the record for the Title ID of T-25. From the Print dialog box and the Setup option, change the column size width of a printed form to 7 .5 inches. Save the form. |
|||||
4 |
Use the Filter By Form tool to create a filter for the 3G Career Book Form that displays records with a Category of Interviewing Strategies or Resumes. After verifying that 10 records match the filter criteria, toggle the filter off to display all 24 records. Save and close the form. |
5 | ||||
Use the Form Wizard to create a form based on the 3G Publishers table. Add the following fields (in this order) to the form: Company Name, Rep Last Name, Rep First Name, Job Title, and Phone Number. Apply a columnar layout and name the form 3G Publisher Form. |
12 |
|||||
With the 3G Publisher Form displayed in Layout view, apply the Stacked layout to all of the controls. Apply the Integral theme to this form only. Select the title—3G Publisher Form. Change the font size to 16 , apply bold, and change the font color to Dark Teal, Text 2, Darker 50% (under Theme Colors, in the fourth column, the last color). Save the form. |
||||||
7 |
With the 3G Publisher Form displayed in Layout view, from the Field List pane, add the Publisher ID field to the form directly above the Company Name controls. Close the Field List pane. In the form, move the Rep First Name controls directly above the Rep Last Name controls. Change the width of the Job Title text box control to 2.5 inches. Save the form. |
|||||
8 |
With the 3G Publisher Form displayed in Layout view, select all six text box controls and change the background color to Turquoise, Accent 1, Lighter 80% (under Theme Colors, in the fifth column, the second color). Select all six label controls and change the font color to Dark Teal, Text 2, Darker 50% (under Theme Colors, in the fourth column, the last color). For the same controls, apply bold and change the width to 1.75 inches. Save the form. |
|||||
9 |
With the 3G Publisher Form displayed in Layout view, select the six label controls and the six text box controls. Change the font size to 12, and change the height to 0.25 inch. Save the form. |
|||||
10 |
With the 3G Publisher Form displayed in Design view, change the height of the Form Footer section to 0.5 inch. Add a label control to the Form Footer section that displays Texas Lakes Southwest Campus. For the selected label control, change the font color to Dark Teal, Text 2, Darker 50% (under Theme Colors, in the fourth column, the last color). Apply bold to the label control and change the width to 2.2 inches. For the same label control, set the Top property to 0.1 inch and the Left property to 1.25 inches. Close the Property Sheet and save the form. |
|||||
11 |
With the 3G Publisher Form displayed in Form view, add the following new record to the underlying Publishers table: Field Data Publisher ID PUB-111 Company Name Associated Publishers Rep First Name Marquis Rep Last Name Sullivan Job Title Sales Associate Phone Number (512) 555-7373 |
|||||
Use the Report tool to create a report based on the 3G Resume or Interview Books Query object. With the report displayed in Layout view, apply the Retrospect theme to only this report. Delete the Publisher ID, Category, and Company Name fields from the report. Change the width of the Title text box controls to 3 inches. Sort the records in ascending order by the Title field. Change the width of the Author Last Name and Author First Name text box controls to 1.5 inches. |
||||||
13 |
With the report displayed in Layout view, add a calculated control to the Title field that counts the number of records. Change the height of the calculated control that displays 10 to 0.25 inch. For the page number control, set the Left property to 5 inches. Select the title of the report and change the font size to 14 . In the title, change the word Query to Report. In the body of the report, for the Title label control, set the Left property to 0.75 inch (the Title text box controls move to the right, and all of the other fields also move to the right). Save the report as 3G Resume or Interview Books Report, close the Property Sheet and the report. |
|||||
14 |
Use the Report Wizard to create a report based on the 3G Career Books table. Add the following fields (in this order) to the report: Category, Title, and Value of Books. Group the data by the Category field and sort the records in ascending order by the Title field. Summarize the report by summing the Value of Books field. Be sure the layout is Stepped and the orientation is Portrait. Name the report 3G Book Values by Category Report, then finish the wizard. |
|||||
15 |
Display the 3G Book Values by Category Report in Layout view. Apply the Ion Boardroom theme to this report only. Select the title of the report, change the font size to 14 and apply bold. Delete the controls that begin with Summary for ‘Category’. At the top of the report, apply bold to the three label controls that display the field names. In the body of the report, change the width of the Title text box controls to 3.5 inches. Set the Left property of the Value of Books label control to 6 inches. Save the report. |
|||||
16 |
With the 3G Book Values by Category Report displayed in Layout view, at the bottom of the report, in the last column, select the following three controls: text box control that displays $420, calculated control that displays $945, and the calculated control that displays 7,730. Change the width of the selected controls to 1.25 inches and the Left property to 6 inches. Change the width of the Grand Total label control to 1 inch. Change the text in the label control that displays Sum to Total Value of Books by Category. In the body of the report, change the height of the Title text box controls to 0.35 inch. Close the Property Sheet and save the report. |
|||||
17 |
Display the 3G Book Values by Category Report in Design view. Select the following two controls: the Total Value of Books by Category label control (in the Category Footer section) and the Grand Total label control (in the Report Footer section). Align the left edges of the two selected controls. Save the report. |
|||||
18 |
Display the 3G Book Values by Category Report in Print Preview as two pages and notice how the groupings break across the pages. Display the report in Layout view and open the Group, Sort, and Total pane. Set the grouping option so that each group of category records is kept together on one page when the report is printed. Close the Group, Sort, and Total pane. Display the report in Print Preview and notice that the groupings are not split between pages. Save and close the report. |
|||||
19 |
Save and close the database, and then submit for grading. |
Total Points |
100 |
Created On: 07/05/2019 1 GO19_AC_CH03_GRADER_3G_HW – Career Books 1.0
Delivering a high-quality product at a reasonable price is not enough anymore.
That’s why we have developed 5 beneficial guarantees that will make your experience with our service enjoyable, easy, and safe.
You have to be 100% sure of the quality of your product to give a money-back guarantee. This describes us perfectly. Make sure that this guarantee is totally transparent.
Read moreEach paper is composed from scratch, according to your instructions. It is then checked by our plagiarism-detection software. There is no gap where plagiarism could squeeze in.
Read moreThanks to our free revisions, there is no way for you to be unsatisfied. We will work on your paper until you are completely happy with the result.
Read moreYour email is safe, as we store it according to international data protection rules. Your bank details are secure, as we use only reliable payment systems.
Read moreBy sending us your money, you buy the service we provide. Check out our terms and conditions if you prefer business talks to be laid out in official language.
Read more