SlideShare a Scribd company logo
1 of 27
Part 1 - Microsoft Access 2019
Use Access to create a database to store and retrieve
Manufacturer Contact and Inventory information for Rio Salado
Boat and Marine dealership.
Create a
new blank Access database
.
Save the file as
BoatDatabase_MEID.accdb
. Be sure to replace “MEID” in the filename with your actual
MEID.
Structure of the Database
Read the requirements for the database below and understand
how the database should work before you create the design.
Remember to follow the best practices presented in TestOut and
the online lesson content for creating professional Access
databases.
Create the Tables
You will create new tables that contain information about the
Rio Salado Boat and Marine Dealership’s manufacturers and
inventory. When creating fields for your tables, it is important
to break down your data into the smallest chunks you can (
fine data granularity
) to make it easier to extract data from the database later. You
will also need to join the tables on common fields later in the
project. For this project, assume a manufacturer can supply the
boat dealership with multiple types of boats for the dealership’s
inventory.
NOTE:
Remember to assign the most appropriate data type to each of
the fields and that one of the fields in each of your tables must
be set as the
Primary Key
. You do not need to enter data records into your tables at this
time; you will create a form later in this project for data entry.
Manufacturer Contact Table
Create a new
table
named
Manufacturer Contact Table
. At a minimum, your table should include the following fields:
Manufacturer ID
Manufacturer (e.g., Bayliner)
Manufacturer Address
Sales Representative Name
Phone Number
Email Address
Inventory Table
Create a new
table
named
Inventory Table
. At a minimum, your table should include the following fields:
Inventory ID
Manufacturer ID
Boat Type (e.g., Sailboat)
Model Number
Dealer Cost
MSRP (i.e., Manufacturer Suggested Retail Price)
Quantity in Inventory
Establish Table Relationships
Once the design of the tables has been completed, the next step
is to
establish relationships
between the tables:
Join the Manufacturer Contact Table with the Inventory Table
on common fields.
Enforce referential integrity.
Create a Form
Once the tables have been designed and the relationships have
been established, it is time to enter data. Remember that
each field of each record will need to include data
. You will use
one form
to enter and edit data in the two tables.
Create
one form
named
Manufacturer Form
that can be used to enter data into
both
tables.
Use the form to enter a
minimum of four manufacturers
. Include
your name
in one of the records as a Sales Representative for one of the
manufacturers.
Use the form to enter
at least two different boat types
for
each
manufacturer.
Create the Queries
The ability to extract data from one or more tables is one of the
most important functions provided by a database. You will now
design, save, and run queries to retrieve specific information
from the two tables.
Inventory Query
Create a query named
Inventory Query
that will
SUM
the Quantity in Inventory by each Manufacturer.
Save
and
run
the query.
Sales Rep Query
Create a query named
Sales Rep Query
that will show the Manufacturers and Sales Representatives
from the Manufacturer Contact Table and
all
the fields from the Inventory Table.
The query must also
sort ascending
the data by Sales Representative Last Name.
Save
and
run
the query.
Create a Report
Reports are used to generate printouts from the tables or queries
in a database.
Create a report named
Inventory Report
that lists the items in inventory.
Include the following fields in the report:
Manufacturer
Boat Type
Model Number
MSRP
Quantity in Inventory
Group
the report by Manufacturer.
Format
the report in
Landscape Orientation
so that it fits on one page and all of the fields are fully legible.
After finishing the Report Wizard, remove the
Alternate Row Color
from the report.
Add a
Shape Fill
color of your choice, other than the Office Default, to the
Manufacturer rows.
Required Objects
After creating your database, the
BoatDatabase_MEID.accdb
file should contain the following required objects:
Tables
Inventory Table
Manufacturer Contact Table
Relationship
One-To-Many Relationship Type
Form
Manufacturer Form
Queries
Inventory Query
Sales Rep Query
Report
Inventory Report
Save
and
close
your BoatDatabase_MEID.accdb file.
---------------------------------------------------------------------------
----------------------------------------------------------------
Part 2 - Microsoft Excel 2019
Use Excel to create a workbook containing three worksheets.
The Excel workbook will include Rio Salado Boat and Marine
contact information, manufacturer and inventory information,
and financing information which will also be visually depicted
in a chart.
TIP:
When working in Excel, remember to use
Font
,
Alignment
, and
Number Formatting
features.
Create a
new blank Excel workbook
.
Save the file as
BoatWorkbook_MEID.xlsx
. Be sure to replace “MEID” in the filename with your actual
MEID.
Structure of the Workbook
Your workbook must contain three worksheets:
Information – This worksheet will contain the boat dealership
contact information and available inventory.
Financing – This worksheet will show monthly payments for
boats financed.
MSRP Chart - This worksheet will provide a visual depiction of
the MSRP’s for each model of boat available.
Information Worksheet
Rio Salado Boat and Marine Dealership wants you to create a
new worksheet that will contain the boat dealership’s contact
information and the available inventory for the upcoming sales
promotion.
Rename the first worksheet as
Information
.
Assign the worksheet tab a color of your choice other than the
default.
In the first row, insert the title
Rio Salado Boat and Marine Information
.
Beginning in the third row, create
Row Labels
for the following:
Dealership Name:
Dealership Address:
Dealership Phone:
Sales Promotion Title:
Format
the Row Labels and cells so they appear like the image below.
The image depicts a range of cells that contains four rows and
two columns. The entire range has an Outside Border. The first
column contains the Row Labels from Step 4 and is right-
aligned. The second column contains a Bottom Border for each
cell of the column.
Fill in the information for the Dealership Name (e.g., Rio
Salado Boat and Marine), the Dealership Address, Dealership
Phone, and Sales Promotion Title (you supply this information).
You will use this information for the Word and PowerPoint
parts of the final project as well.
Below the Row Labels,
Import
the
Sales Rep Query
from the BoatDatabase_MEID.accdb file that you created in
Part 1.
Apply a
Table Style
of your choice, other than the default, to the imported table.
Add a
Total Row
to the table to
SUM
the
Dealer Cost
,
MSRP
, and
Quantity in Inventory
columns.
Apply
Conditional Formatting
to highlight the top two MSRPs using a unique cell shading and
font color.
Merge and Center
the title in Row 1 across all columns containing data.
Apply the
Heading 1 cell style
to the title.
Add your name, your MEID, and your course and section
number in the
Footer
.
Set the
Page Orientation
to
Landscape
.
Scale
the worksheet to print on a single page.
Financing Worksheet
Rio Salado Boat and Marine Dealership will be providing
financing to its customers during the upcoming sales promotion.
Add a new blank worksheet to the workbook.
Rename the worksheet as
Financing
.
Assign the worksheet tab a color of your choice other than the
default.
In the first row, insert the title
Rio Salado Boat and Marine Financing Information
.
In the second row, create a new
table
with the following column headers to calculate the monthly
payments for the available inventory (
Hint:
Use all boats from the Information worksheet as data):
Inventory ID
Manufacturer
Boat Type
Model Number
MSRP
Down Payment (Use a
formula
to calculate a cash down payment of
10%
of the MSRP.)
Loan Amount (Use a
formula
to calculate the remaining amount to be financed.)
Annual Interest Rate (Use the value of
4.5%
for all rows.)
Term in Years (Use the value of
10
for all rows.)
Monthly Payment - Use the proper
financial function
to calculate the monthly payment.
Apply a
Table Style
of your choice other than the default.
Sort
the table by
descending MSRP
.
Merge and center
the title in the first row over the table columns in the second
row.
Change the
Font Size
of the title to 24 pt.
Apply a
Fill Color
of your choice, other than the default, to the title cell.
Two rows below the table, enter the following
Row Labels
in Column A and perform the calculations using
functions
in corresponding cells of Column B:
Minimum MSRP
Maximum MSRP
Average MSRP
Add your name, your MEID, and your course and section
number in the
Footer
.
Set the
Page Orientation
to
Landscape
.
Scale
the worksheet to print on a single page.
Insert a
Clustered Column Chart
that includes the
Model Number
and the
MSRP
of each boat.
Move the chart
to a new sheet named
MSRP Chart
.
MSRP Chart
The Rio Salado Boat and Marine Dealership wants a visual
depiction of the range of MSRPs for its inventory of boats.
With the MSRP Chart worksheet active, assign the worksheet
tab a color of your choice other than the default.
Select a
Chart Style
of your choice other than the default.
Insert a descriptive
Chart Title
.
Add horizontal and vertical
Axis Titles
with descriptive text.
Add
Data Labels
.
Add your name, your MEID, and your course and section
number in the
Footer
.
Required Worksheets
Arrange
the worksheets in the following order:
Information
Financing
MSRP Chart
Save
and
close
your BoatWorkbook_MEID.xlsx file.
---------------------------------------------------------------------------
-------------------------------------------------------------------
Part 3 - Microsoft Word 2019
Use Word to create a professional-looking flyer to alert
customers about the upcoming sales promotion for the Rio
Salado Boat and Marine Dealership.
Create a
new blank Word document
. Do not use a template.
Save the file as
BoatDocument_MEID.docx
. Be sure to replace “MEID” in the filename with your actual
MEID.
Document Editing
Design a flyer
from scratch
. The flyer will contain information about the sale of available
inventory:
Choose a
Theme
other than the Office default.
Include a
Page Border
.
Use the dealership information from the Information worksheet
of the BoatWorkbook_MEID.xlsx file that you created in Part 2,
to design a
letterhead
:
First line: Dealership Name
Second line: Street Address
Third line: City, State and Zip Code
Fourth line: Phone Number
Apply the following
formatting
to highlight the letterhead:
Heading style
Center alignment
Paragraph border
Paragraph shading of your choice other than the default
Insert a
minimum of 50 words
of text announcing the sale of available inventory:
Use
your Course End Date
as the date of the sale.
Use
your name
as the contact person.
Use
each
of the following features to make your flyer eye-catching by
applying
formatting
to the text:
At least one instance of a change of
Font Size
and
Font Color
.
Insert at least one instance of
WordArt
text.
Insert at least one
Shape
with a
Fill Color
of your choice, other than the default, and use the
Sales Promotion Title
from the Information worksheet of the
BoatWorkbook_MEID.xlsx file that you created in Part 2 as the
text.
From the Financing worksheet of the BoatWorkbook_MEID.xlsx
file that you created in Part 2,
Copy as Picture
the title and table and paste the picture into your flyer:
Apply
Text Wrapping
for visual appeal.
Apply a
Picture Style
of your choice other than the default.
Reposition or resize flyer elements so that the entire flyer fits
on
one page
.
Insert a
Watermark
indicating that your design is a
Sample
.
Check
Spelling & Grammar
.
Create a
Footer
with your name, your MEID, and your course and section
numbers.
Save
and
close
your BoatDocument_MEID.docx file.
---------------------------------------------------------------------------
-------------------------------------------------------------------
Part 4 - Microsoft PowerPoint 2019
Use PowerPoint to create a presentation that will run
continuously on the boat dealership kiosk to announce the
upcoming sales promotion.
Create a
new blank PowerPoint presentation
.
Save the file as
BoatPresentation_MEID.pptx
. Be sure to replace “MEID” in the filename with your actual
MEID.
Presentation Editing
Apply a
theme
to the presentation other than the Office default.
On the
Title Slide
enter the name of the boat dealership (Rio Salado Boat and
Marine) as the title and the
Sales Promotion Title
from the Information worksheet of the
BoatWorkbook_MEID.xlsx file that you created in Part 2 as the
subtitle.
Create
three
additional slides with appropriate
slide layouts
to showcase the available inventory:
Select one of the boats from the Financing worksheet of the
BoatWorkbook_MEID.xlsx file that you created in Part 2 and
insert an
image
of the boat onto the slide.
Use the
Manufacturer
and
Model Number
of the boat as the slide
title
.
Use the
Boat Type
and
MSRP
of the boat as a
caption
.
Repeat Steps a. through c. for the two other showcase slides.
Insert a
new slide
with an appropriate slide layout for testimonials from three
customers who have purchased boats from the boat dealership:
Use “
Testimonials from Previous Customers
” as the slide
title
.
Make up a
quote
for each of the three customers concerning their experiences
with their purchases.
Make up the
customers’ names
and list the name below each quote; however, use
your name
as one of the customers.
Insert a
new slide
with an appropriate slide layout with a
title
of “
Rio Salado Boat and Marine Family of Employees
” and insert an
image
of the boat dealership employees.
Insert a
new slide
with an appropriate slide layout and add the list of
References
used for research during the creation of all content in the Final
Project. You are required to use APA style formatting for any
website or other source from which you retrieved images or
data. At a minimum, you must include
individual
references for the four images used in your PowerPoint
presentation.
Apply a
transition
between all slides.
Apply an
animation
to the images on each slide so they enter when the slides
change.
In the
Notes pane
of
each
slide:
Identify the
Slide Layout
.
Explain
why you felt the slide layout was appropriate for the slide
content.
In the
Notes Master View
:
Add
your name
and
MEID
to the
header
of the presentation.
Add your
Course
and
Section Numbers
to the
footer
of the presentation.
Make sure that you
Set Up
the slide show to
run continuously
on the boat dealership kiosk.
You should have a total of
seven
slides.
Save
and
close
your BoatPresentation_MEID.pptx file.
Part 1 - Microsoft Access 2019Use Access to create a database to.docx

More Related Content

Similar to Part 1 - Microsoft Access 2019Use Access to create a database to.docx

Part 2Supplier Database (MS Access)As you recall, data is a.docx
Part 2Supplier Database (MS Access)As you recall, data is a.docxPart 2Supplier Database (MS Access)As you recall, data is a.docx
Part 2Supplier Database (MS Access)As you recall, data is a.docxodiliagilby
 
GO16_AC_VOL1_GRADER_CAP_AS - Inventory Supplies (completed solution)
GO16_AC_VOL1_GRADER_CAP_AS - Inventory Supplies (completed solution)GO16_AC_VOL1_GRADER_CAP_AS - Inventory Supplies (completed solution)
GO16_AC_VOL1_GRADER_CAP_AS - Inventory Supplies (completed solution)NinaDobrev22
 
Lesson objectives unit 6 advanced databases
Lesson objectives unit 6 advanced databasesLesson objectives unit 6 advanced databases
Lesson objectives unit 6 advanced databasesGavin McIntyre
 
Excel 2013 Chapter 8: SAM Project 1a Precision Guitars WORKING WITH PIVOTTABL...
Excel 2013 Chapter 8: SAM Project 1a Precision Guitars WORKING WITH PIVOTTABL...Excel 2013 Chapter 8: SAM Project 1a Precision Guitars WORKING WITH PIVOTTABL...
Excel 2013 Chapter 8: SAM Project 1a Precision Guitars WORKING WITH PIVOTTABL...AlexHunetr
 
CIS 310 ACCESS AssignmentObjective of this assignment is to pr.docx
CIS 310 ACCESS AssignmentObjective of this assignment is to pr.docxCIS 310 ACCESS AssignmentObjective of this assignment is to pr.docx
CIS 310 ACCESS AssignmentObjective of this assignment is to pr.docxclarebernice
 
AimTo give you practical experience in database modelling, no.docx
AimTo give you practical experience in database modelling, no.docxAimTo give you practical experience in database modelling, no.docx
AimTo give you practical experience in database modelling, no.docxsimonlbentley59018
 
Excel Project 2 – MS Excel Summer 2018 Use the project.docx
Excel Project 2 – MS Excel Summer 2018 Use the project.docxExcel Project 2 – MS Excel Summer 2018 Use the project.docx
Excel Project 2 – MS Excel Summer 2018 Use the project.docxelbanglis
 
Excel Project 1 – MS Excel (Summer 2018) Use the project descripti.docx
Excel Project 1 – MS Excel (Summer 2018) Use the project descripti.docxExcel Project 1 – MS Excel (Summer 2018) Use the project descripti.docx
Excel Project 1 – MS Excel (Summer 2018) Use the project descripti.docxelbanglis
 
Excel Project 1 – MS Excel (Summer 2018) Use the project descripti.docx
Excel Project 1 – MS Excel (Summer 2018) Use the project descripti.docxExcel Project 1 – MS Excel (Summer 2018) Use the project descripti.docx
Excel Project 1 – MS Excel (Summer 2018) Use the project descripti.docxcravennichole326
 
Excel Project 1 – MS Excel (Summer 2019) Use the foll.docx
Excel Project 1 – MS Excel (Summer 2019)  Use the foll.docxExcel Project 1 – MS Excel (Summer 2019)  Use the foll.docx
Excel Project 1 – MS Excel (Summer 2019) Use the foll.docxcravennichole326
 
Part 1 - Microsoft ExcelUse Excel to create a workbook containin.docx
Part 1 - Microsoft ExcelUse Excel to create a workbook containin.docxPart 1 - Microsoft ExcelUse Excel to create a workbook containin.docx
Part 1 - Microsoft ExcelUse Excel to create a workbook containin.docxPOLY33
 
Excel Project 1 – MS Excel Use the project description HER.docx
Excel Project 1 – MS Excel Use the project description HER.docxExcel Project 1 – MS Excel Use the project description HER.docx
Excel Project 1 – MS Excel Use the project description HER.docxSANSKAR20
 
0417 s16 qp_22
0417 s16 qp_220417 s16 qp_22
0417 s16 qp_22Omniya Jay
 
Ifsm 201 Future Our Mission/newtonhelp.com
Ifsm 201 Future Our Mission/newtonhelp.comIfsm 201 Future Our Mission/newtonhelp.com
Ifsm 201 Future Our Mission/newtonhelp.comamaranthbeg39
 
Excel Project 3 – MS Excel (Fall 2018)Use the project descriptio
Excel Project 3 – MS Excel (Fall 2018)Use the project descriptioExcel Project 3 – MS Excel (Fall 2018)Use the project descriptio
Excel Project 3 – MS Excel (Fall 2018)Use the project descriptiogalinagrabow44ms
 
Spring 2020 excel project #1 instructions
Spring 2020 excel project #1   instructionsSpring 2020 excel project #1   instructions
Spring 2020 excel project #1 instructionsAnetteNsah
 
Illustrated Access 2013 Unit A SAM Project 1aIllustrated .docx
Illustrated Access 2013  Unit A SAM Project 1aIllustrated .docxIllustrated Access 2013  Unit A SAM Project 1aIllustrated .docx
Illustrated Access 2013 Unit A SAM Project 1aIllustrated .docxwilcockiris
 

Similar to Part 1 - Microsoft Access 2019Use Access to create a database to.docx (20)

Part 2Supplier Database (MS Access)As you recall, data is a.docx
Part 2Supplier Database (MS Access)As you recall, data is a.docxPart 2Supplier Database (MS Access)As you recall, data is a.docx
Part 2Supplier Database (MS Access)As you recall, data is a.docx
 
GO16_AC_VOL1_GRADER_CAP_AS - Inventory Supplies (completed solution)
GO16_AC_VOL1_GRADER_CAP_AS - Inventory Supplies (completed solution)GO16_AC_VOL1_GRADER_CAP_AS - Inventory Supplies (completed solution)
GO16_AC_VOL1_GRADER_CAP_AS - Inventory Supplies (completed solution)
 
Lesson objectives unit 6 advanced databases
Lesson objectives unit 6 advanced databasesLesson objectives unit 6 advanced databases
Lesson objectives unit 6 advanced databases
 
Excel 2013 Chapter 8: SAM Project 1a Precision Guitars WORKING WITH PIVOTTABL...
Excel 2013 Chapter 8: SAM Project 1a Precision Guitars WORKING WITH PIVOTTABL...Excel 2013 Chapter 8: SAM Project 1a Precision Guitars WORKING WITH PIVOTTABL...
Excel 2013 Chapter 8: SAM Project 1a Precision Guitars WORKING WITH PIVOTTABL...
 
CIS 310 ACCESS AssignmentObjective of this assignment is to pr.docx
CIS 310 ACCESS AssignmentObjective of this assignment is to pr.docxCIS 310 ACCESS AssignmentObjective of this assignment is to pr.docx
CIS 310 ACCESS AssignmentObjective of this assignment is to pr.docx
 
AimTo give you practical experience in database modelling, no.docx
AimTo give you practical experience in database modelling, no.docxAimTo give you practical experience in database modelling, no.docx
AimTo give you practical experience in database modelling, no.docx
 
Excel Project 2 – MS Excel Summer 2018 Use the project.docx
Excel Project 2 – MS Excel Summer 2018 Use the project.docxExcel Project 2 – MS Excel Summer 2018 Use the project.docx
Excel Project 2 – MS Excel Summer 2018 Use the project.docx
 
Excel Project 1 – MS Excel (Summer 2018) Use the project descripti.docx
Excel Project 1 – MS Excel (Summer 2018) Use the project descripti.docxExcel Project 1 – MS Excel (Summer 2018) Use the project descripti.docx
Excel Project 1 – MS Excel (Summer 2018) Use the project descripti.docx
 
Excel Project 1 – MS Excel (Summer 2018) Use the project descripti.docx
Excel Project 1 – MS Excel (Summer 2018) Use the project descripti.docxExcel Project 1 – MS Excel (Summer 2018) Use the project descripti.docx
Excel Project 1 – MS Excel (Summer 2018) Use the project descripti.docx
 
Bdc
BdcBdc
Bdc
 
It ready dw_day4_rev00
It ready dw_day4_rev00It ready dw_day4_rev00
It ready dw_day4_rev00
 
Excel Project 1 – MS Excel (Summer 2019) Use the foll.docx
Excel Project 1 – MS Excel (Summer 2019)  Use the foll.docxExcel Project 1 – MS Excel (Summer 2019)  Use the foll.docx
Excel Project 1 – MS Excel (Summer 2019) Use the foll.docx
 
Bdc
BdcBdc
Bdc
 
Part 1 - Microsoft ExcelUse Excel to create a workbook containin.docx
Part 1 - Microsoft ExcelUse Excel to create a workbook containin.docxPart 1 - Microsoft ExcelUse Excel to create a workbook containin.docx
Part 1 - Microsoft ExcelUse Excel to create a workbook containin.docx
 
Excel Project 1 – MS Excel Use the project description HER.docx
Excel Project 1 – MS Excel Use the project description HER.docxExcel Project 1 – MS Excel Use the project description HER.docx
Excel Project 1 – MS Excel Use the project description HER.docx
 
0417 s16 qp_22
0417 s16 qp_220417 s16 qp_22
0417 s16 qp_22
 
Ifsm 201 Future Our Mission/newtonhelp.com
Ifsm 201 Future Our Mission/newtonhelp.comIfsm 201 Future Our Mission/newtonhelp.com
Ifsm 201 Future Our Mission/newtonhelp.com
 
Excel Project 3 – MS Excel (Fall 2018)Use the project descriptio
Excel Project 3 – MS Excel (Fall 2018)Use the project descriptioExcel Project 3 – MS Excel (Fall 2018)Use the project descriptio
Excel Project 3 – MS Excel (Fall 2018)Use the project descriptio
 
Spring 2020 excel project #1 instructions
Spring 2020 excel project #1   instructionsSpring 2020 excel project #1   instructions
Spring 2020 excel project #1 instructions
 
Illustrated Access 2013 Unit A SAM Project 1aIllustrated .docx
Illustrated Access 2013  Unit A SAM Project 1aIllustrated .docxIllustrated Access 2013  Unit A SAM Project 1aIllustrated .docx
Illustrated Access 2013 Unit A SAM Project 1aIllustrated .docx
 

More from honey690131

PaperSelect one of the quality topics in healthcare from th.docx
PaperSelect one of the quality topics in healthcare from th.docxPaperSelect one of the quality topics in healthcare from th.docx
PaperSelect one of the quality topics in healthcare from th.docxhoney690131
 
ParkinsonsPathophysiology, progression of disease, complication.docx
ParkinsonsPathophysiology, progression of disease, complication.docxParkinsonsPathophysiology, progression of disease, complication.docx
ParkinsonsPathophysiology, progression of disease, complication.docxhoney690131
 
Parenting Practices among DepressedMothers in the Child Welf.docx
Parenting Practices among DepressedMothers in the Child Welf.docxParenting Practices among DepressedMothers in the Child Welf.docx
Parenting Practices among DepressedMothers in the Child Welf.docxhoney690131
 
Parental InfluencesMerging science and business, selective bre.docx
Parental InfluencesMerging science and business, selective bre.docxParental InfluencesMerging science and business, selective bre.docx
Parental InfluencesMerging science and business, selective bre.docxhoney690131
 
Paragraph Structure with Use of Text(P) Topic Sentence-(I).docx
Paragraph Structure with Use of Text(P) Topic Sentence-(I).docxParagraph Structure with Use of Text(P) Topic Sentence-(I).docx
Paragraph Structure with Use of Text(P) Topic Sentence-(I).docxhoney690131
 
Paper should explain the difficulties on the Use of government trave.docx
Paper should explain the difficulties on the Use of government trave.docxPaper should explain the difficulties on the Use of government trave.docx
Paper should explain the difficulties on the Use of government trave.docxhoney690131
 
paper should be between 750 – 1500 words. APA formatting is required.docx
paper should be between 750 – 1500 words. APA formatting is required.docxpaper should be between 750 – 1500 words. APA formatting is required.docx
paper should be between 750 – 1500 words. APA formatting is required.docxhoney690131
 
Paper Requirements 4 pages (including title page, 2 pages .docx
Paper Requirements 4 pages (including title page, 2 pages .docxPaper Requirements 4 pages (including title page, 2 pages .docx
Paper Requirements 4 pages (including title page, 2 pages .docxhoney690131
 
Paper RequirementsRequired topic headings for your paper shou.docx
Paper RequirementsRequired topic headings for your paper shou.docxPaper RequirementsRequired topic headings for your paper shou.docx
Paper RequirementsRequired topic headings for your paper shou.docxhoney690131
 
Paper must be double spaced, with 12 point font and include section .docx
Paper must be double spaced, with 12 point font and include section .docxPaper must be double spaced, with 12 point font and include section .docx
Paper must be double spaced, with 12 point font and include section .docxhoney690131
 
Paper OrganizationStart with a title page and organize your pa.docx
Paper OrganizationStart with a title page and organize your pa.docxPaper OrganizationStart with a title page and organize your pa.docx
Paper OrganizationStart with a title page and organize your pa.docxhoney690131
 
Paper on topic  Date visualization A critical evaluation of its ar.docx
Paper on topic  Date visualization A critical evaluation of its ar.docxPaper on topic  Date visualization A critical evaluation of its ar.docx
Paper on topic  Date visualization A critical evaluation of its ar.docxhoney690131
 
PAPER EXPECTATIONSFollow the instructions.Make your ideas .docx
PAPER EXPECTATIONSFollow the instructions.Make your ideas .docxPAPER EXPECTATIONSFollow the instructions.Make your ideas .docx
PAPER EXPECTATIONSFollow the instructions.Make your ideas .docxhoney690131
 
Paper Instructions 5) Paper should be 5-7 pages (excluding title pag.docx
Paper Instructions 5) Paper should be 5-7 pages (excluding title pag.docxPaper Instructions 5) Paper should be 5-7 pages (excluding title pag.docx
Paper Instructions 5) Paper should be 5-7 pages (excluding title pag.docxhoney690131
 
Paper format and information4-5 pages in length.Papers mu.docx
Paper format and information4-5 pages in length.Papers mu.docxPaper format and information4-5 pages in length.Papers mu.docx
Paper format and information4-5 pages in length.Papers mu.docxhoney690131
 
Paper in Health care quality management strategies - recent arti.docx
Paper in Health care quality management strategies - recent arti.docxPaper in Health care quality management strategies - recent arti.docx
Paper in Health care quality management strategies - recent arti.docxhoney690131
 
Paper 2 Assignment POT 2002.Assignment Write a 1000 wor.docx
Paper 2 Assignment POT 2002.Assignment Write a 1000 wor.docxPaper 2 Assignment POT 2002.Assignment Write a 1000 wor.docx
Paper 2 Assignment POT 2002.Assignment Write a 1000 wor.docxhoney690131
 
Paper detailsUnit 4 Discussion Prompt1. What is the .docx
Paper detailsUnit 4 Discussion Prompt1. What is the .docxPaper detailsUnit 4 Discussion Prompt1. What is the .docx
Paper detailsUnit 4 Discussion Prompt1. What is the .docxhoney690131
 
Paper detailsIn preparing a report or a presentation for you.docx
Paper detailsIn preparing a report or a presentation for you.docxPaper detailsIn preparing a report or a presentation for you.docx
Paper detailsIn preparing a report or a presentation for you.docxhoney690131
 
PAINTINGPainting continues to be a popular, and relevant art.docx
PAINTINGPainting continues to be a popular, and relevant art.docxPAINTINGPainting continues to be a popular, and relevant art.docx
PAINTINGPainting continues to be a popular, and relevant art.docxhoney690131
 

More from honey690131 (20)

PaperSelect one of the quality topics in healthcare from th.docx
PaperSelect one of the quality topics in healthcare from th.docxPaperSelect one of the quality topics in healthcare from th.docx
PaperSelect one of the quality topics in healthcare from th.docx
 
ParkinsonsPathophysiology, progression of disease, complication.docx
ParkinsonsPathophysiology, progression of disease, complication.docxParkinsonsPathophysiology, progression of disease, complication.docx
ParkinsonsPathophysiology, progression of disease, complication.docx
 
Parenting Practices among DepressedMothers in the Child Welf.docx
Parenting Practices among DepressedMothers in the Child Welf.docxParenting Practices among DepressedMothers in the Child Welf.docx
Parenting Practices among DepressedMothers in the Child Welf.docx
 
Parental InfluencesMerging science and business, selective bre.docx
Parental InfluencesMerging science and business, selective bre.docxParental InfluencesMerging science and business, selective bre.docx
Parental InfluencesMerging science and business, selective bre.docx
 
Paragraph Structure with Use of Text(P) Topic Sentence-(I).docx
Paragraph Structure with Use of Text(P) Topic Sentence-(I).docxParagraph Structure with Use of Text(P) Topic Sentence-(I).docx
Paragraph Structure with Use of Text(P) Topic Sentence-(I).docx
 
Paper should explain the difficulties on the Use of government trave.docx
Paper should explain the difficulties on the Use of government trave.docxPaper should explain the difficulties on the Use of government trave.docx
Paper should explain the difficulties on the Use of government trave.docx
 
paper should be between 750 – 1500 words. APA formatting is required.docx
paper should be between 750 – 1500 words. APA formatting is required.docxpaper should be between 750 – 1500 words. APA formatting is required.docx
paper should be between 750 – 1500 words. APA formatting is required.docx
 
Paper Requirements 4 pages (including title page, 2 pages .docx
Paper Requirements 4 pages (including title page, 2 pages .docxPaper Requirements 4 pages (including title page, 2 pages .docx
Paper Requirements 4 pages (including title page, 2 pages .docx
 
Paper RequirementsRequired topic headings for your paper shou.docx
Paper RequirementsRequired topic headings for your paper shou.docxPaper RequirementsRequired topic headings for your paper shou.docx
Paper RequirementsRequired topic headings for your paper shou.docx
 
Paper must be double spaced, with 12 point font and include section .docx
Paper must be double spaced, with 12 point font and include section .docxPaper must be double spaced, with 12 point font and include section .docx
Paper must be double spaced, with 12 point font and include section .docx
 
Paper OrganizationStart with a title page and organize your pa.docx
Paper OrganizationStart with a title page and organize your pa.docxPaper OrganizationStart with a title page and organize your pa.docx
Paper OrganizationStart with a title page and organize your pa.docx
 
Paper on topic  Date visualization A critical evaluation of its ar.docx
Paper on topic  Date visualization A critical evaluation of its ar.docxPaper on topic  Date visualization A critical evaluation of its ar.docx
Paper on topic  Date visualization A critical evaluation of its ar.docx
 
PAPER EXPECTATIONSFollow the instructions.Make your ideas .docx
PAPER EXPECTATIONSFollow the instructions.Make your ideas .docxPAPER EXPECTATIONSFollow the instructions.Make your ideas .docx
PAPER EXPECTATIONSFollow the instructions.Make your ideas .docx
 
Paper Instructions 5) Paper should be 5-7 pages (excluding title pag.docx
Paper Instructions 5) Paper should be 5-7 pages (excluding title pag.docxPaper Instructions 5) Paper should be 5-7 pages (excluding title pag.docx
Paper Instructions 5) Paper should be 5-7 pages (excluding title pag.docx
 
Paper format and information4-5 pages in length.Papers mu.docx
Paper format and information4-5 pages in length.Papers mu.docxPaper format and information4-5 pages in length.Papers mu.docx
Paper format and information4-5 pages in length.Papers mu.docx
 
Paper in Health care quality management strategies - recent arti.docx
Paper in Health care quality management strategies - recent arti.docxPaper in Health care quality management strategies - recent arti.docx
Paper in Health care quality management strategies - recent arti.docx
 
Paper 2 Assignment POT 2002.Assignment Write a 1000 wor.docx
Paper 2 Assignment POT 2002.Assignment Write a 1000 wor.docxPaper 2 Assignment POT 2002.Assignment Write a 1000 wor.docx
Paper 2 Assignment POT 2002.Assignment Write a 1000 wor.docx
 
Paper detailsUnit 4 Discussion Prompt1. What is the .docx
Paper detailsUnit 4 Discussion Prompt1. What is the .docxPaper detailsUnit 4 Discussion Prompt1. What is the .docx
Paper detailsUnit 4 Discussion Prompt1. What is the .docx
 
Paper detailsIn preparing a report or a presentation for you.docx
Paper detailsIn preparing a report or a presentation for you.docxPaper detailsIn preparing a report or a presentation for you.docx
Paper detailsIn preparing a report or a presentation for you.docx
 
PAINTINGPainting continues to be a popular, and relevant art.docx
PAINTINGPainting continues to be a popular, and relevant art.docxPAINTINGPainting continues to be a popular, and relevant art.docx
PAINTINGPainting continues to be a popular, and relevant art.docx
 

Recently uploaded

EPANDING THE CONTENT OF AN OUTLINE using notes.pptx
EPANDING THE CONTENT OF AN OUTLINE using notes.pptxEPANDING THE CONTENT OF AN OUTLINE using notes.pptx
EPANDING THE CONTENT OF AN OUTLINE using notes.pptxRaymartEstabillo3
 
Crayon Activity Handout For the Crayon A
Crayon Activity Handout For the Crayon ACrayon Activity Handout For the Crayon A
Crayon Activity Handout For the Crayon AUnboundStockton
 
Meghan Sutherland In Media Res Media Component
Meghan Sutherland In Media Res Media ComponentMeghan Sutherland In Media Res Media Component
Meghan Sutherland In Media Res Media ComponentInMediaRes1
 
Framing an Appropriate Research Question 6b9b26d93da94caf993c038d9efcdedb.pdf
Framing an Appropriate Research Question 6b9b26d93da94caf993c038d9efcdedb.pdfFraming an Appropriate Research Question 6b9b26d93da94caf993c038d9efcdedb.pdf
Framing an Appropriate Research Question 6b9b26d93da94caf993c038d9efcdedb.pdfUjwalaBharambe
 
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptx
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptxPOINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptx
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptxSayali Powar
 
How to Make a Pirate ship Primary Education.pptx
How to Make a Pirate ship Primary Education.pptxHow to Make a Pirate ship Primary Education.pptx
How to Make a Pirate ship Primary Education.pptxmanuelaromero2013
 
Presiding Officer Training module 2024 lok sabha elections
Presiding Officer Training module 2024 lok sabha electionsPresiding Officer Training module 2024 lok sabha elections
Presiding Officer Training module 2024 lok sabha electionsanshu789521
 
Painted Grey Ware.pptx, PGW Culture of India
Painted Grey Ware.pptx, PGW Culture of IndiaPainted Grey Ware.pptx, PGW Culture of India
Painted Grey Ware.pptx, PGW Culture of IndiaVirag Sontakke
 
Proudly South Africa powerpoint Thorisha.pptx
Proudly South Africa powerpoint Thorisha.pptxProudly South Africa powerpoint Thorisha.pptx
Proudly South Africa powerpoint Thorisha.pptxthorishapillay1
 
Hierarchy of management that covers different levels of management
Hierarchy of management that covers different levels of managementHierarchy of management that covers different levels of management
Hierarchy of management that covers different levels of managementmkooblal
 
Solving Puzzles Benefits Everyone (English).pptx
Solving Puzzles Benefits Everyone (English).pptxSolving Puzzles Benefits Everyone (English).pptx
Solving Puzzles Benefits Everyone (English).pptxOH TEIK BIN
 
History Class XII Ch. 3 Kinship, Caste and Class (1).pptx
History Class XII Ch. 3 Kinship, Caste and Class (1).pptxHistory Class XII Ch. 3 Kinship, Caste and Class (1).pptx
History Class XII Ch. 3 Kinship, Caste and Class (1).pptxsocialsciencegdgrohi
 
ECONOMIC CONTEXT - PAPER 1 Q3: NEWSPAPERS.pptx
ECONOMIC CONTEXT - PAPER 1 Q3: NEWSPAPERS.pptxECONOMIC CONTEXT - PAPER 1 Q3: NEWSPAPERS.pptx
ECONOMIC CONTEXT - PAPER 1 Q3: NEWSPAPERS.pptxiammrhaywood
 
Computed Fields and api Depends in the Odoo 17
Computed Fields and api Depends in the Odoo 17Computed Fields and api Depends in the Odoo 17
Computed Fields and api Depends in the Odoo 17Celine George
 
Introduction to AI in Higher Education_draft.pptx
Introduction to AI in Higher Education_draft.pptxIntroduction to AI in Higher Education_draft.pptx
Introduction to AI in Higher Education_draft.pptxpboyjonauth
 
भारत-रोम व्यापार.pptx, Indo-Roman Trade,
भारत-रोम व्यापार.pptx, Indo-Roman Trade,भारत-रोम व्यापार.pptx, Indo-Roman Trade,
भारत-रोम व्यापार.pptx, Indo-Roman Trade,Virag Sontakke
 
Capitol Tech U Doctoral Presentation - April 2024.pptx
Capitol Tech U Doctoral Presentation - April 2024.pptxCapitol Tech U Doctoral Presentation - April 2024.pptx
Capitol Tech U Doctoral Presentation - April 2024.pptxCapitolTechU
 
Full Stack Web Development Course for Beginners
Full Stack Web Development Course  for BeginnersFull Stack Web Development Course  for Beginners
Full Stack Web Development Course for BeginnersSabitha Banu
 
ECONOMIC CONTEXT - LONG FORM TV DRAMA - PPT
ECONOMIC CONTEXT - LONG FORM TV DRAMA - PPTECONOMIC CONTEXT - LONG FORM TV DRAMA - PPT
ECONOMIC CONTEXT - LONG FORM TV DRAMA - PPTiammrhaywood
 
Organic Name Reactions for the students and aspirants of Chemistry12th.pptx
Organic Name Reactions  for the students and aspirants of Chemistry12th.pptxOrganic Name Reactions  for the students and aspirants of Chemistry12th.pptx
Organic Name Reactions for the students and aspirants of Chemistry12th.pptxVS Mahajan Coaching Centre
 

Recently uploaded (20)

EPANDING THE CONTENT OF AN OUTLINE using notes.pptx
EPANDING THE CONTENT OF AN OUTLINE using notes.pptxEPANDING THE CONTENT OF AN OUTLINE using notes.pptx
EPANDING THE CONTENT OF AN OUTLINE using notes.pptx
 
Crayon Activity Handout For the Crayon A
Crayon Activity Handout For the Crayon ACrayon Activity Handout For the Crayon A
Crayon Activity Handout For the Crayon A
 
Meghan Sutherland In Media Res Media Component
Meghan Sutherland In Media Res Media ComponentMeghan Sutherland In Media Res Media Component
Meghan Sutherland In Media Res Media Component
 
Framing an Appropriate Research Question 6b9b26d93da94caf993c038d9efcdedb.pdf
Framing an Appropriate Research Question 6b9b26d93da94caf993c038d9efcdedb.pdfFraming an Appropriate Research Question 6b9b26d93da94caf993c038d9efcdedb.pdf
Framing an Appropriate Research Question 6b9b26d93da94caf993c038d9efcdedb.pdf
 
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptx
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptxPOINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptx
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptx
 
How to Make a Pirate ship Primary Education.pptx
How to Make a Pirate ship Primary Education.pptxHow to Make a Pirate ship Primary Education.pptx
How to Make a Pirate ship Primary Education.pptx
 
Presiding Officer Training module 2024 lok sabha elections
Presiding Officer Training module 2024 lok sabha electionsPresiding Officer Training module 2024 lok sabha elections
Presiding Officer Training module 2024 lok sabha elections
 
Painted Grey Ware.pptx, PGW Culture of India
Painted Grey Ware.pptx, PGW Culture of IndiaPainted Grey Ware.pptx, PGW Culture of India
Painted Grey Ware.pptx, PGW Culture of India
 
Proudly South Africa powerpoint Thorisha.pptx
Proudly South Africa powerpoint Thorisha.pptxProudly South Africa powerpoint Thorisha.pptx
Proudly South Africa powerpoint Thorisha.pptx
 
Hierarchy of management that covers different levels of management
Hierarchy of management that covers different levels of managementHierarchy of management that covers different levels of management
Hierarchy of management that covers different levels of management
 
Solving Puzzles Benefits Everyone (English).pptx
Solving Puzzles Benefits Everyone (English).pptxSolving Puzzles Benefits Everyone (English).pptx
Solving Puzzles Benefits Everyone (English).pptx
 
History Class XII Ch. 3 Kinship, Caste and Class (1).pptx
History Class XII Ch. 3 Kinship, Caste and Class (1).pptxHistory Class XII Ch. 3 Kinship, Caste and Class (1).pptx
History Class XII Ch. 3 Kinship, Caste and Class (1).pptx
 
ECONOMIC CONTEXT - PAPER 1 Q3: NEWSPAPERS.pptx
ECONOMIC CONTEXT - PAPER 1 Q3: NEWSPAPERS.pptxECONOMIC CONTEXT - PAPER 1 Q3: NEWSPAPERS.pptx
ECONOMIC CONTEXT - PAPER 1 Q3: NEWSPAPERS.pptx
 
Computed Fields and api Depends in the Odoo 17
Computed Fields and api Depends in the Odoo 17Computed Fields and api Depends in the Odoo 17
Computed Fields and api Depends in the Odoo 17
 
Introduction to AI in Higher Education_draft.pptx
Introduction to AI in Higher Education_draft.pptxIntroduction to AI in Higher Education_draft.pptx
Introduction to AI in Higher Education_draft.pptx
 
भारत-रोम व्यापार.pptx, Indo-Roman Trade,
भारत-रोम व्यापार.pptx, Indo-Roman Trade,भारत-रोम व्यापार.pptx, Indo-Roman Trade,
भारत-रोम व्यापार.pptx, Indo-Roman Trade,
 
Capitol Tech U Doctoral Presentation - April 2024.pptx
Capitol Tech U Doctoral Presentation - April 2024.pptxCapitol Tech U Doctoral Presentation - April 2024.pptx
Capitol Tech U Doctoral Presentation - April 2024.pptx
 
Full Stack Web Development Course for Beginners
Full Stack Web Development Course  for BeginnersFull Stack Web Development Course  for Beginners
Full Stack Web Development Course for Beginners
 
ECONOMIC CONTEXT - LONG FORM TV DRAMA - PPT
ECONOMIC CONTEXT - LONG FORM TV DRAMA - PPTECONOMIC CONTEXT - LONG FORM TV DRAMA - PPT
ECONOMIC CONTEXT - LONG FORM TV DRAMA - PPT
 
Organic Name Reactions for the students and aspirants of Chemistry12th.pptx
Organic Name Reactions  for the students and aspirants of Chemistry12th.pptxOrganic Name Reactions  for the students and aspirants of Chemistry12th.pptx
Organic Name Reactions for the students and aspirants of Chemistry12th.pptx
 

Part 1 - Microsoft Access 2019Use Access to create a database to.docx

  • 1. Part 1 - Microsoft Access 2019 Use Access to create a database to store and retrieve Manufacturer Contact and Inventory information for Rio Salado Boat and Marine dealership. Create a new blank Access database . Save the file as BoatDatabase_MEID.accdb . Be sure to replace “MEID” in the filename with your actual MEID. Structure of the Database Read the requirements for the database below and understand how the database should work before you create the design. Remember to follow the best practices presented in TestOut and the online lesson content for creating professional Access databases. Create the Tables You will create new tables that contain information about the Rio Salado Boat and Marine Dealership’s manufacturers and inventory. When creating fields for your tables, it is important to break down your data into the smallest chunks you can ( fine data granularity ) to make it easier to extract data from the database later. You will also need to join the tables on common fields later in the project. For this project, assume a manufacturer can supply the
  • 2. boat dealership with multiple types of boats for the dealership’s inventory. NOTE: Remember to assign the most appropriate data type to each of the fields and that one of the fields in each of your tables must be set as the Primary Key . You do not need to enter data records into your tables at this time; you will create a form later in this project for data entry. Manufacturer Contact Table Create a new table named Manufacturer Contact Table . At a minimum, your table should include the following fields: Manufacturer ID Manufacturer (e.g., Bayliner) Manufacturer Address Sales Representative Name Phone Number Email Address Inventory Table Create a new
  • 3. table named Inventory Table . At a minimum, your table should include the following fields: Inventory ID Manufacturer ID Boat Type (e.g., Sailboat) Model Number Dealer Cost MSRP (i.e., Manufacturer Suggested Retail Price) Quantity in Inventory Establish Table Relationships Once the design of the tables has been completed, the next step is to establish relationships between the tables: Join the Manufacturer Contact Table with the Inventory Table on common fields. Enforce referential integrity. Create a Form
  • 4. Once the tables have been designed and the relationships have been established, it is time to enter data. Remember that each field of each record will need to include data . You will use one form to enter and edit data in the two tables. Create one form named Manufacturer Form that can be used to enter data into both tables. Use the form to enter a minimum of four manufacturers . Include your name in one of the records as a Sales Representative for one of the manufacturers. Use the form to enter at least two different boat types for each manufacturer. Create the Queries The ability to extract data from one or more tables is one of the most important functions provided by a database. You will now design, save, and run queries to retrieve specific information
  • 5. from the two tables. Inventory Query Create a query named Inventory Query that will SUM the Quantity in Inventory by each Manufacturer. Save and run the query. Sales Rep Query Create a query named Sales Rep Query that will show the Manufacturers and Sales Representatives from the Manufacturer Contact Table and all the fields from the Inventory Table. The query must also sort ascending the data by Sales Representative Last Name. Save and run the query.
  • 6. Create a Report Reports are used to generate printouts from the tables or queries in a database. Create a report named Inventory Report that lists the items in inventory. Include the following fields in the report: Manufacturer Boat Type Model Number MSRP Quantity in Inventory Group the report by Manufacturer. Format the report in Landscape Orientation so that it fits on one page and all of the fields are fully legible. After finishing the Report Wizard, remove the Alternate Row Color
  • 7. from the report. Add a Shape Fill color of your choice, other than the Office Default, to the Manufacturer rows. Required Objects After creating your database, the BoatDatabase_MEID.accdb file should contain the following required objects: Tables Inventory Table Manufacturer Contact Table Relationship One-To-Many Relationship Type Form Manufacturer Form
  • 8. Queries Inventory Query Sales Rep Query Report Inventory Report Save and close your BoatDatabase_MEID.accdb file. --------------------------------------------------------------------------- ---------------------------------------------------------------- Part 2 - Microsoft Excel 2019 Use Excel to create a workbook containing three worksheets. The Excel workbook will include Rio Salado Boat and Marine contact information, manufacturer and inventory information, and financing information which will also be visually depicted in a chart. TIP:
  • 9. When working in Excel, remember to use Font , Alignment , and Number Formatting features. Create a new blank Excel workbook . Save the file as BoatWorkbook_MEID.xlsx . Be sure to replace “MEID” in the filename with your actual MEID. Structure of the Workbook Your workbook must contain three worksheets: Information – This worksheet will contain the boat dealership contact information and available inventory. Financing – This worksheet will show monthly payments for boats financed. MSRP Chart - This worksheet will provide a visual depiction of the MSRP’s for each model of boat available. Information Worksheet
  • 10. Rio Salado Boat and Marine Dealership wants you to create a new worksheet that will contain the boat dealership’s contact information and the available inventory for the upcoming sales promotion. Rename the first worksheet as Information . Assign the worksheet tab a color of your choice other than the default. In the first row, insert the title Rio Salado Boat and Marine Information . Beginning in the third row, create Row Labels for the following: Dealership Name: Dealership Address: Dealership Phone: Sales Promotion Title: Format the Row Labels and cells so they appear like the image below. The image depicts a range of cells that contains four rows and two columns. The entire range has an Outside Border. The first
  • 11. column contains the Row Labels from Step 4 and is right- aligned. The second column contains a Bottom Border for each cell of the column. Fill in the information for the Dealership Name (e.g., Rio Salado Boat and Marine), the Dealership Address, Dealership Phone, and Sales Promotion Title (you supply this information). You will use this information for the Word and PowerPoint parts of the final project as well. Below the Row Labels, Import the Sales Rep Query from the BoatDatabase_MEID.accdb file that you created in Part 1. Apply a Table Style of your choice, other than the default, to the imported table. Add a Total Row to the table to SUM the Dealer Cost , MSRP , and Quantity in Inventory columns.
  • 12. Apply Conditional Formatting to highlight the top two MSRPs using a unique cell shading and font color. Merge and Center the title in Row 1 across all columns containing data. Apply the Heading 1 cell style to the title. Add your name, your MEID, and your course and section number in the Footer . Set the Page Orientation to Landscape . Scale the worksheet to print on a single page. Financing Worksheet Rio Salado Boat and Marine Dealership will be providing financing to its customers during the upcoming sales promotion. Add a new blank worksheet to the workbook. Rename the worksheet as
  • 13. Financing . Assign the worksheet tab a color of your choice other than the default. In the first row, insert the title Rio Salado Boat and Marine Financing Information . In the second row, create a new table with the following column headers to calculate the monthly payments for the available inventory ( Hint: Use all boats from the Information worksheet as data): Inventory ID Manufacturer Boat Type Model Number MSRP Down Payment (Use a formula to calculate a cash down payment of 10% of the MSRP.) Loan Amount (Use a formula
  • 14. to calculate the remaining amount to be financed.) Annual Interest Rate (Use the value of 4.5% for all rows.) Term in Years (Use the value of 10 for all rows.) Monthly Payment - Use the proper financial function to calculate the monthly payment. Apply a Table Style of your choice other than the default. Sort the table by descending MSRP . Merge and center the title in the first row over the table columns in the second row. Change the Font Size of the title to 24 pt. Apply a Fill Color of your choice, other than the default, to the title cell.
  • 15. Two rows below the table, enter the following Row Labels in Column A and perform the calculations using functions in corresponding cells of Column B: Minimum MSRP Maximum MSRP Average MSRP Add your name, your MEID, and your course and section number in the Footer . Set the Page Orientation to Landscape . Scale the worksheet to print on a single page. Insert a Clustered Column Chart that includes the Model Number and the MSRP
  • 16. of each boat. Move the chart to a new sheet named MSRP Chart . MSRP Chart The Rio Salado Boat and Marine Dealership wants a visual depiction of the range of MSRPs for its inventory of boats. With the MSRP Chart worksheet active, assign the worksheet tab a color of your choice other than the default. Select a Chart Style of your choice other than the default. Insert a descriptive Chart Title . Add horizontal and vertical Axis Titles with descriptive text. Add Data Labels . Add your name, your MEID, and your course and section number in the Footer
  • 17. . Required Worksheets Arrange the worksheets in the following order: Information Financing MSRP Chart Save and close your BoatWorkbook_MEID.xlsx file. --------------------------------------------------------------------------- ------------------------------------------------------------------- Part 3 - Microsoft Word 2019 Use Word to create a professional-looking flyer to alert customers about the upcoming sales promotion for the Rio Salado Boat and Marine Dealership. Create a new blank Word document . Do not use a template. Save the file as
  • 18. BoatDocument_MEID.docx . Be sure to replace “MEID” in the filename with your actual MEID. Document Editing Design a flyer from scratch . The flyer will contain information about the sale of available inventory: Choose a Theme other than the Office default. Include a Page Border . Use the dealership information from the Information worksheet of the BoatWorkbook_MEID.xlsx file that you created in Part 2, to design a letterhead : First line: Dealership Name Second line: Street Address Third line: City, State and Zip Code
  • 19. Fourth line: Phone Number Apply the following formatting to highlight the letterhead: Heading style Center alignment Paragraph border Paragraph shading of your choice other than the default Insert a minimum of 50 words of text announcing the sale of available inventory: Use your Course End Date as the date of the sale. Use your name as the contact person. Use
  • 20. each of the following features to make your flyer eye-catching by applying formatting to the text: At least one instance of a change of Font Size and Font Color . Insert at least one instance of WordArt text. Insert at least one Shape with a Fill Color of your choice, other than the default, and use the Sales Promotion Title from the Information worksheet of the BoatWorkbook_MEID.xlsx file that you created in Part 2 as the text. From the Financing worksheet of the BoatWorkbook_MEID.xlsx file that you created in Part 2, Copy as Picture the title and table and paste the picture into your flyer: Apply
  • 21. Text Wrapping for visual appeal. Apply a Picture Style of your choice other than the default. Reposition or resize flyer elements so that the entire flyer fits on one page . Insert a Watermark indicating that your design is a Sample . Check Spelling & Grammar . Create a Footer with your name, your MEID, and your course and section numbers. Save and close your BoatDocument_MEID.docx file. ---------------------------------------------------------------------------
  • 22. ------------------------------------------------------------------- Part 4 - Microsoft PowerPoint 2019 Use PowerPoint to create a presentation that will run continuously on the boat dealership kiosk to announce the upcoming sales promotion. Create a new blank PowerPoint presentation . Save the file as BoatPresentation_MEID.pptx . Be sure to replace “MEID” in the filename with your actual MEID. Presentation Editing Apply a theme to the presentation other than the Office default. On the Title Slide enter the name of the boat dealership (Rio Salado Boat and Marine) as the title and the Sales Promotion Title from the Information worksheet of the BoatWorkbook_MEID.xlsx file that you created in Part 2 as the subtitle. Create
  • 23. three additional slides with appropriate slide layouts to showcase the available inventory: Select one of the boats from the Financing worksheet of the BoatWorkbook_MEID.xlsx file that you created in Part 2 and insert an image of the boat onto the slide. Use the Manufacturer and Model Number of the boat as the slide title . Use the Boat Type and MSRP of the boat as a caption . Repeat Steps a. through c. for the two other showcase slides. Insert a new slide with an appropriate slide layout for testimonials from three customers who have purchased boats from the boat dealership:
  • 24. Use “ Testimonials from Previous Customers ” as the slide title . Make up a quote for each of the three customers concerning their experiences with their purchases. Make up the customers’ names and list the name below each quote; however, use your name as one of the customers. Insert a new slide with an appropriate slide layout with a title of “ Rio Salado Boat and Marine Family of Employees ” and insert an image of the boat dealership employees. Insert a new slide with an appropriate slide layout and add the list of References used for research during the creation of all content in the Final
  • 25. Project. You are required to use APA style formatting for any website or other source from which you retrieved images or data. At a minimum, you must include individual references for the four images used in your PowerPoint presentation. Apply a transition between all slides. Apply an animation to the images on each slide so they enter when the slides change. In the Notes pane of each slide: Identify the Slide Layout . Explain why you felt the slide layout was appropriate for the slide content. In the Notes Master View :
  • 26. Add your name and MEID to the header of the presentation. Add your Course and Section Numbers to the footer of the presentation. Make sure that you Set Up the slide show to run continuously on the boat dealership kiosk. You should have a total of seven slides. Save and close your BoatPresentation_MEID.pptx file.