SlideShare a Scribd company logo
1 of 11
Download to read offline
Buy here:
http://homeworknumber.one/products.php?product=GO
16_AC_VOL1_GRADER_CAP_AS-%252d-Inventory-Su
pplies-%28completed-solution%29
GO16_AC_VOL1_GRADER_CAP_AS - Inventory Supplies
Project Description:
In this project, you will apply skills you practiced from the Objectives in Access Chapters 1
through 3. You will create a database for Frank Osei, Vice President of Finance, that
contains inventory and supplier information. In addition, you will create queries that answer
specific questions relating to the inventory items and suppliers, forms for entering and
updating information, and reports.
Instructions:
For the purpose of grading the project you are required to perform the following tasks:
Step Instructions Points
Possible
1 Start Access. Download, open, and save the database
named​go_acc_grader_capstone_Inventory_Suppliers.accd
b​.
0
2 Open the Cap1 Inventory table in Design View. Rename
the ID field to ​Item ID​and change the Data Type to Short
Text. Continue adding the following fields as Short Text
except for Retail Price, which should have a Currency Data
Type:
Item Name
Retail Price
Category
Sport
Supplier ID
7
3 Switch to Datasheet view. Enter the following two records
into Cap1 Inventory:
Item ID: ​106555
Item Name: ​Snowboard
Retail Price: ​256.99
Category: ​Equipment
Sport: ​Skiing
Supplier ID: ​SUPP-06
Item ID: ​106556
Item Name: ​Wool Socks
5
Retail Price: ​12.59
Category:​Socks and Gloves
Sport:​Skiing
Supplier ID:​SUPP-04
4 Close the table. Append a copy of the records from the
downloaded ​aCap1_Inventory​workbook to the Cap1
Inventory table. Accept all defaults in the wizard and do not
save the Import steps. Open the table, verify there are 25
records, and apply Best Fit to all fields. Save and close the
table.
4
5 Import the source data from the downloaded
aCap1_Suppliers​workbook into a new table in the current
database. In the wizard, click the First Row Contains
Column Headings option and set the primary key to
Supplier ID. Name the table ​Cap1 Suppliers​.
6
6 Open the Cap1 Suppliers table in Design view. Delete the
Fax Number field and save the table. Switch to Datasheet
view and apply Best Fit to all of the fields. Save and close
the table.
4
7 On the Navigation Pane, group the objects by Tables and
Related Views.
2
8 Create a relationship between the two tables in the
database using Supplier ID as the common field. Enforce
Referential Integrity and select both Cascade options. One
supplier can supply many inventory items.
6
9 Create a relationship report. Save the report
with​Relationships​as the name. Close the Relationships
window.
4
10 Create a query in Design view, using your Cap1 Inventory
table to answer the question ​What is the item name (in
alphabetical order), retail price, and category for the sport
of hiking?​Add the fields in that order. Do not display the
6
Sport field in the query results. Run the query, save it as
Cap1 Hiking Query​, then close the query. Seven records
match the criteria.
11 Create a copy of Cap1 Hiking Query named ​Cap1 Hiking
and Biking Shoes Query​. Redesign the query design to
answer the question ​What is the sport, item name, retail
price, and supplier ID for the category of shoes where the
sport is hiking or biking?​Arrange the fields in the order in
which they're mentioned in the question. Sort the records
first in ascending order by Sport and then in ascending
order by Item Name. Do not display the Category field in
the query results, but display the Sport field. Run and then
close the query. Six records match the criteria.
8
12 Create a query in Design view, using both tables to answer
the question ​What is the category, item name, company,
and phone number for a category that begins with the letter
S for the sport of fitness?​Add the fields in that order. Sort
the records first in ascending order by the Category field
and then in ascending order by the Item Name field. Do not
display the Sport in the query results. Run the query, save
8
it as ​Cap1 Fitness S Category Query​, and then close it.
Four records match the criteria.
13 Create a query in Design view, using the Cap1 Inventory
table to answer the question ​For the supplier ID of
SUPP-06, for each item name and retail price, what is the
markup for each item if marked up 10%, and what is the
final price?​Add the fields in that order. Name the first
calculated field ​Markup​and name the second calculated
field ​Final Price​. Run the query and apply Best Fit to all of
the fields. All numeric fields should be formatted as
Currency, 2 Decimal Places. Save the query as​Cap1
SUPP-06 Markup Query​and close it.
6
14 Use the Query Wizard to create a crosstab query using the
Cap1 Inventory table. Set the Category field as the row
headings, and set the Sport field as the column headings.
Count the Item ID field, name the query ​Cap1 Crosstab
Query​,and then finish the query. Run the query and apply
Best Fit to all of the fields. Save and close the query.
7
15 Create a query in Design view using the Cap1 Inventory
table that prompts you to enter the Sport, and then answers
the question​What is the sport, category, item name, and
retail price for inventory items, sorted first in ascending
order by category and then in ascending order by the item
name?​Add the fields in that order. The query should
prompt an individual to ​Enter the Sport​. Run the query and
type ​hiking​when prompted for the criteria. Seven records
match the criteria. Save the query as​Cap1 Parameter
Query​and close it.
7
16 Based on the Cap1 Suppliers table, use the Form tool to
create a form. Switch to Form view and use the form to add
a new record as follows:
Supplier ID: ​SUPP-12
Company: ​Beach Water Sports Inc
Email Address: ​info@watersports.biz
7
Phone: ​(305) 555-6543
Address: ​14 South Beach Rd
City: ​Miami
State: ​FL
Postal Code: ​33125
Use the Filter By Form tool to create a filter that displays
records with a State of ​CO​or ​FL​. After verifying that three
records match this criteria, toggle the filter to display all 12
records. Save the form as ​Cap1 Supplier Form​and close
it.
17 Based on your Cap1 Suppliers table, use the Report tool to
create a new report. Delete the following fields from the
report: Supplier ID, Address, City, State, and Postal Code.
Clear the Report Footer. Apply the Facet theme to this
object only. Sort the Company field in ascending order. For
the Phone field, change the Width property to ​1.25​. For the
5
Company field, change the Left property to ​1​and then
close the Property Sheet. Save the report as ​Cap1
Suppliers Report​and then close the report.
18 Use the Report Wizard to create a report based on the
Cap1 Inventory table. Add the following fields to the report:
Category, Item Name, and Retail Price, in that order. Group
by the Category field. Sort in ascending order by the Item
Name field. Find the Average of the Retail Price field. Be
sure that the Layout is Stepped and that the Orientation is
Portrait. For the report title, type ​Cap1 Avg Price by
Category Report​and then switch to Layout view. Delete
the controls that begin with Summary for 'Category.' Under
Item Name, click any text box control and set the Width
property to ​2.75​. At the bottom of the report, in the last
column, select the last two controls that display the #
symbols. Set the Width property to ​1​. For the Retail Price
label control, set the Left property to ​6​. Save and close the
report.
8
19 Close all database objects. Close the database and then
exit Access. Submit the database as directed.
0
Total Points 100

More Related Content

Similar to GO16_AC_VOL1_GRADER_CAP_AS - Inventory Supplies (completed solution)

Part 2Provider Database (MS Access)Use the project description HE.docx
Part 2Provider Database (MS Access)Use the project description HE.docxPart 2Provider Database (MS Access)Use the project description HE.docx
Part 2Provider Database (MS Access)Use the project description HE.docxdanhaley45372
 
Part 2Provider Database (MS Access)Use the project description HE.docx
Part 2Provider Database (MS Access)Use the project description HE.docxPart 2Provider Database (MS Access)Use the project description HE.docx
Part 2Provider Database (MS Access)Use the project description HE.docxherbertwilson5999
 
Exp19_Access_Ch02_Capstone - International Foodies 1.0Projec.docx
Exp19_Access_Ch02_Capstone - International Foodies 1.0Projec.docxExp19_Access_Ch02_Capstone - International Foodies 1.0Projec.docx
Exp19_Access_Ch02_Capstone - International Foodies 1.0Projec.docxdelciegreeks
 
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
 
Case Study Part 2 - Provider Database (Access) AssignmentsPart.docx
Case Study Part 2 - Provider Database (Access) AssignmentsPart.docxCase Study Part 2 - Provider Database (Access) AssignmentsPart.docx
Case Study Part 2 - Provider Database (Access) AssignmentsPart.docxmichelljubborjudd
 
Crm quote process ppt
Crm quote process pptCrm quote process ppt
Crm quote process pptKris
 
Crm quote process ppt
Crm quote process pptCrm quote process ppt
Crm quote process pptKris
 
Computer Assignment #2 Company Database GuideCustomer Table Da.docx
Computer Assignment #2 Company Database GuideCustomer Table Da.docxComputer Assignment #2 Company Database GuideCustomer Table Da.docx
Computer Assignment #2 Company Database GuideCustomer Table Da.docxzollyjenkins
 
exploring_a03_grader_h3.accdb (solution)
exploring_a03_grader_h3.accdb (solution)exploring_a03_grader_h3.accdb (solution)
exploring_a03_grader_h3.accdb (solution)JackCandtona
 
Part 2Provider Database (MS Access)For a review of the complete r.docx
Part 2Provider Database (MS Access)For a review of the complete r.docxPart 2Provider Database (MS Access)For a review of the complete r.docx
Part 2Provider Database (MS Access)For a review of the complete r.docxherbertwilson5999
 
Part 2Provider Database (Open Office Database)Use the project des.docx
Part 2Provider Database (Open Office Database)Use the project des.docxPart 2Provider Database (Open Office Database)Use the project des.docx
Part 2Provider Database (Open Office Database)Use the project des.docxdanhaley45372
 
Business objects activities web intelligence
Business objects activities web intelligenceBusiness objects activities web intelligence
Business objects activities web intelligenceDmitry Anoshin
 
Part 2Provider Database (Open Office Database)Use the project.docx
Part 2Provider Database (Open Office Database)Use the project.docxPart 2Provider Database (Open Office Database)Use the project.docx
Part 2Provider Database (Open Office Database)Use the project.docxdewhirstichabod
 
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
 
Grader - InstructionsExcel 2019 ProjectExcel_7G_Loan_Flowers_Staf.docx
Grader - InstructionsExcel 2019 ProjectExcel_7G_Loan_Flowers_Staf.docxGrader - InstructionsExcel 2019 ProjectExcel_7G_Loan_Flowers_Staf.docx
Grader - InstructionsExcel 2019 ProjectExcel_7G_Loan_Flowers_Staf.docxgreg1eden90113
 
EX19_AC_CH03_GRADER_HOE_AS_InstructionsGrader - Instructi
EX19_AC_CH03_GRADER_HOE_AS_InstructionsGrader - InstructiEX19_AC_CH03_GRADER_HOE_AS_InstructionsGrader - Instructi
EX19_AC_CH03_GRADER_HOE_AS_InstructionsGrader - InstructiBetseyCalderon89
 
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
 
InstructionsThe ScenarioTony Spacken, Sales Manager, has an.docx
InstructionsThe ScenarioTony Spacken, Sales Manager, has an.docxInstructionsThe ScenarioTony Spacken, Sales Manager, has an.docx
InstructionsThe ScenarioTony Spacken, Sales Manager, has an.docxvanesaburnand
 

Similar to GO16_AC_VOL1_GRADER_CAP_AS - Inventory Supplies (completed solution) (20)

Part 2Provider Database (MS Access)Use the project description HE.docx
Part 2Provider Database (MS Access)Use the project description HE.docxPart 2Provider Database (MS Access)Use the project description HE.docx
Part 2Provider Database (MS Access)Use the project description HE.docx
 
Part 2Provider Database (MS Access)Use the project description HE.docx
Part 2Provider Database (MS Access)Use the project description HE.docxPart 2Provider Database (MS Access)Use the project description HE.docx
Part 2Provider Database (MS Access)Use the project description HE.docx
 
Exp19_Access_Ch02_Capstone - International Foodies 1.0Projec.docx
Exp19_Access_Ch02_Capstone - International Foodies 1.0Projec.docxExp19_Access_Ch02_Capstone - International Foodies 1.0Projec.docx
Exp19_Access_Ch02_Capstone - International Foodies 1.0Projec.docx
 
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
 
Case Study Part 2 - Provider Database (Access) AssignmentsPart.docx
Case Study Part 2 - Provider Database (Access) AssignmentsPart.docxCase Study Part 2 - Provider Database (Access) AssignmentsPart.docx
Case Study Part 2 - Provider Database (Access) AssignmentsPart.docx
 
Crm quote process ppt
Crm quote process pptCrm quote process ppt
Crm quote process ppt
 
Crm quote process ppt
Crm quote process pptCrm quote process ppt
Crm quote process ppt
 
Computer Assignment #2 Company Database GuideCustomer Table Da.docx
Computer Assignment #2 Company Database GuideCustomer Table Da.docxComputer Assignment #2 Company Database GuideCustomer Table Da.docx
Computer Assignment #2 Company Database GuideCustomer Table Da.docx
 
exploring_a03_grader_h3.accdb (solution)
exploring_a03_grader_h3.accdb (solution)exploring_a03_grader_h3.accdb (solution)
exploring_a03_grader_h3.accdb (solution)
 
Part 2Provider Database (MS Access)For a review of the complete r.docx
Part 2Provider Database (MS Access)For a review of the complete r.docxPart 2Provider Database (MS Access)For a review of the complete r.docx
Part 2Provider Database (MS Access)For a review of the complete r.docx
 
Part 2Provider Database (Open Office Database)Use the project des.docx
Part 2Provider Database (Open Office Database)Use the project des.docxPart 2Provider Database (Open Office Database)Use the project des.docx
Part 2Provider Database (Open Office Database)Use the project des.docx
 
Business objects activities web intelligence
Business objects activities web intelligenceBusiness objects activities web intelligence
Business objects activities web intelligence
 
Part 2Provider Database (Open Office Database)Use the project.docx
Part 2Provider Database (Open Office Database)Use the project.docxPart 2Provider Database (Open Office Database)Use the project.docx
Part 2Provider Database (Open Office Database)Use the project.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.docx
 
Grader - InstructionsExcel 2019 ProjectExcel_7G_Loan_Flowers_Staf.docx
Grader - InstructionsExcel 2019 ProjectExcel_7G_Loan_Flowers_Staf.docxGrader - InstructionsExcel 2019 ProjectExcel_7G_Loan_Flowers_Staf.docx
Grader - InstructionsExcel 2019 ProjectExcel_7G_Loan_Flowers_Staf.docx
 
Tableau 6.pptx
Tableau 6.pptxTableau 6.pptx
Tableau 6.pptx
 
ggg
 ggg ggg
ggg
 
EX19_AC_CH03_GRADER_HOE_AS_InstructionsGrader - Instructi
EX19_AC_CH03_GRADER_HOE_AS_InstructionsGrader - InstructiEX19_AC_CH03_GRADER_HOE_AS_InstructionsGrader - Instructi
EX19_AC_CH03_GRADER_HOE_AS_InstructionsGrader - Instructi
 
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
 
InstructionsThe ScenarioTony Spacken, Sales Manager, has an.docx
InstructionsThe ScenarioTony Spacken, Sales Manager, has an.docxInstructionsThe ScenarioTony Spacken, Sales Manager, has an.docx
InstructionsThe ScenarioTony Spacken, Sales Manager, has an.docx
 

More from NinaDobrev22

EX16_WD_CH03_GRADER_CAP_AS (completed solution)
EX16_WD_CH03_GRADER_CAP_AS (completed solution)EX16_WD_CH03_GRADER_CAP_AS (completed solution)
EX16_WD_CH03_GRADER_CAP_AS (completed solution)NinaDobrev22
 
EX16_WD_CH03_GRADER_CAP_AS - Weather 1.0 (completed solution)
EX16_WD_CH03_GRADER_CAP_AS - Weather 1.0 (completed solution)EX16_WD_CH03_GRADER_CAP_AS - Weather 1.0 (completed solution)
EX16_WD_CH03_GRADER_CAP_AS - Weather 1.0 (completed solution)NinaDobrev22
 
EX16_AC_CH06_GRADER_CAP_AS - Drivers and Insurance (completed solution)
EX16_AC_CH06_GRADER_CAP_AS - Drivers and Insurance (completed solution)EX16_AC_CH06_GRADER_CAP_AS - Drivers and Insurance (completed solution)
EX16_AC_CH06_GRADER_CAP_AS - Drivers and Insurance (completed solution)NinaDobrev22
 
Chapter 5 Capstone Project (completed solution)
Chapter 5 Capstone Project (completed solution)Chapter 5 Capstone Project (completed solution)
Chapter 5 Capstone Project (completed solution)NinaDobrev22
 
Excel 2 Update (completed solution)
Excel 2 Update (completed solution)Excel 2 Update (completed solution)
Excel 2 Update (completed solution)NinaDobrev22
 
EX16_WD_CH01_GRADER_CAP_HW (completed solution)
EX16_WD_CH01_GRADER_CAP_HW (completed solution)EX16_WD_CH01_GRADER_CAP_HW (completed solution)
EX16_WD_CH01_GRADER_CAP_HW (completed solution)NinaDobrev22
 
GO16_WD_CH02_GRADER_2E_HW - Job Listings 1.0 (completed solution)
GO16_WD_CH02_GRADER_2E_HW - Job Listings 1.0 (completed solution)GO16_WD_CH02_GRADER_2E_HW - Job Listings 1.0 (completed solution)
GO16_WD_CH02_GRADER_2E_HW - Job Listings 1.0 (completed solution)NinaDobrev22
 
go16_xl_ch01_grader_1a_hw.xlsx (completed solution)
go16_xl_ch01_grader_1a_hw.xlsx (completed solution)go16_xl_ch01_grader_1a_hw.xlsx (completed solution)
go16_xl_ch01_grader_1a_hw.xlsx (completed solution)NinaDobrev22
 
GO16_XL_CH01_GRADER_1E_HW - Gym Sales 1.1 (completed solution)
GO16_XL_CH01_GRADER_1E_HW - Gym Sales 1.1 (completed solution)GO16_XL_CH01_GRADER_1E_HW - Gym Sales 1.1 (completed solution)
GO16_XL_CH01_GRADER_1E_HW - Gym Sales 1.1 (completed solution)NinaDobrev22
 
GO16_AC_CH01_GRADER_1G_AS - Open Houses (completed solution)
GO16_AC_CH01_GRADER_1G_AS - Open Houses (completed solution)GO16_AC_CH01_GRADER_1G_AS - Open Houses (completed solution)
GO16_AC_CH01_GRADER_1G_AS - Open Houses (completed solution)NinaDobrev22
 

More from NinaDobrev22 (10)

EX16_WD_CH03_GRADER_CAP_AS (completed solution)
EX16_WD_CH03_GRADER_CAP_AS (completed solution)EX16_WD_CH03_GRADER_CAP_AS (completed solution)
EX16_WD_CH03_GRADER_CAP_AS (completed solution)
 
EX16_WD_CH03_GRADER_CAP_AS - Weather 1.0 (completed solution)
EX16_WD_CH03_GRADER_CAP_AS - Weather 1.0 (completed solution)EX16_WD_CH03_GRADER_CAP_AS - Weather 1.0 (completed solution)
EX16_WD_CH03_GRADER_CAP_AS - Weather 1.0 (completed solution)
 
EX16_AC_CH06_GRADER_CAP_AS - Drivers and Insurance (completed solution)
EX16_AC_CH06_GRADER_CAP_AS - Drivers and Insurance (completed solution)EX16_AC_CH06_GRADER_CAP_AS - Drivers and Insurance (completed solution)
EX16_AC_CH06_GRADER_CAP_AS - Drivers and Insurance (completed solution)
 
Chapter 5 Capstone Project (completed solution)
Chapter 5 Capstone Project (completed solution)Chapter 5 Capstone Project (completed solution)
Chapter 5 Capstone Project (completed solution)
 
Excel 2 Update (completed solution)
Excel 2 Update (completed solution)Excel 2 Update (completed solution)
Excel 2 Update (completed solution)
 
EX16_WD_CH01_GRADER_CAP_HW (completed solution)
EX16_WD_CH01_GRADER_CAP_HW (completed solution)EX16_WD_CH01_GRADER_CAP_HW (completed solution)
EX16_WD_CH01_GRADER_CAP_HW (completed solution)
 
GO16_WD_CH02_GRADER_2E_HW - Job Listings 1.0 (completed solution)
GO16_WD_CH02_GRADER_2E_HW - Job Listings 1.0 (completed solution)GO16_WD_CH02_GRADER_2E_HW - Job Listings 1.0 (completed solution)
GO16_WD_CH02_GRADER_2E_HW - Job Listings 1.0 (completed solution)
 
go16_xl_ch01_grader_1a_hw.xlsx (completed solution)
go16_xl_ch01_grader_1a_hw.xlsx (completed solution)go16_xl_ch01_grader_1a_hw.xlsx (completed solution)
go16_xl_ch01_grader_1a_hw.xlsx (completed solution)
 
GO16_XL_CH01_GRADER_1E_HW - Gym Sales 1.1 (completed solution)
GO16_XL_CH01_GRADER_1E_HW - Gym Sales 1.1 (completed solution)GO16_XL_CH01_GRADER_1E_HW - Gym Sales 1.1 (completed solution)
GO16_XL_CH01_GRADER_1E_HW - Gym Sales 1.1 (completed solution)
 
GO16_AC_CH01_GRADER_1G_AS - Open Houses (completed solution)
GO16_AC_CH01_GRADER_1G_AS - Open Houses (completed solution)GO16_AC_CH01_GRADER_1G_AS - Open Houses (completed solution)
GO16_AC_CH01_GRADER_1G_AS - Open Houses (completed solution)
 

Recently uploaded

Rearing technique of lac insect and their management
Rearing technique of lac insect and their managementRearing technique of lac insect and their management
Rearing technique of lac insect and their managementSaurabhTiwari264113
 
Dombivli Call Girls, 9892124323, Kharghar Call Girls, chembur Call Girls, Vas...
Dombivli Call Girls, 9892124323, Kharghar Call Girls, chembur Call Girls, Vas...Dombivli Call Girls, 9892124323, Kharghar Call Girls, chembur Call Girls, Vas...
Dombivli Call Girls, 9892124323, Kharghar Call Girls, chembur Call Girls, Vas...Pooja Nehwal
 
reStartEvents 5:9 DC metro & Beyond V-Career Fair Employer Directory.pdf
reStartEvents 5:9 DC metro & Beyond V-Career Fair Employer Directory.pdfreStartEvents 5:9 DC metro & Beyond V-Career Fair Employer Directory.pdf
reStartEvents 5:9 DC metro & Beyond V-Career Fair Employer Directory.pdfKen Fuller
 
➥🔝 7737669865 🔝▻ Tirupati Call-girls in Women Seeking Men 🔝Tirupati🔝 Escor...
➥🔝 7737669865 🔝▻ Tirupati Call-girls in Women Seeking Men  🔝Tirupati🔝   Escor...➥🔝 7737669865 🔝▻ Tirupati Call-girls in Women Seeking Men  🔝Tirupati🔝   Escor...
➥🔝 7737669865 🔝▻ Tirupati Call-girls in Women Seeking Men 🔝Tirupati🔝 Escor...amitlee9823
 
Vip Mumbai Call Girls Ghatkopar Call On 9920725232 With Body to body massage ...
Vip Mumbai Call Girls Ghatkopar Call On 9920725232 With Body to body massage ...Vip Mumbai Call Girls Ghatkopar Call On 9920725232 With Body to body massage ...
Vip Mumbai Call Girls Ghatkopar Call On 9920725232 With Body to body massage ...amitlee9823
 
Nandini Layout Call Girls: 🍓 7737669865 🍓 High Profile Model Escorts | Bangal...
Nandini Layout Call Girls: 🍓 7737669865 🍓 High Profile Model Escorts | Bangal...Nandini Layout Call Girls: 🍓 7737669865 🍓 High Profile Model Escorts | Bangal...
Nandini Layout Call Girls: 🍓 7737669865 🍓 High Profile Model Escorts | Bangal...amitlee9823
 
Internship Report].pdf iiwmoosmsosmshkssmk
Internship Report].pdf iiwmoosmsosmshkssmkInternship Report].pdf iiwmoosmsosmshkssmk
Internship Report].pdf iiwmoosmsosmshkssmkSujalTamhane
 
Call Girls In Kengeri Satellite Town ☎ 7737669865 🥵 Book Your One night Stand
Call Girls In Kengeri Satellite Town ☎ 7737669865 🥵 Book Your One night StandCall Girls In Kengeri Satellite Town ☎ 7737669865 🥵 Book Your One night Stand
Call Girls In Kengeri Satellite Town ☎ 7737669865 🥵 Book Your One night Standamitlee9823
 
Personal Brand Exploration - Fernando Negron
Personal Brand Exploration - Fernando NegronPersonal Brand Exploration - Fernando Negron
Personal Brand Exploration - Fernando Negronnegronf24
 
Dubai Call Girls Starlet O525547819 Call Girls Dubai Showen Dating
Dubai Call Girls Starlet O525547819 Call Girls Dubai Showen DatingDubai Call Girls Starlet O525547819 Call Girls Dubai Showen Dating
Dubai Call Girls Starlet O525547819 Call Girls Dubai Showen Datingkojalkojal131
 
Top Rated Pune Call Girls Warje ⟟ 6297143586 ⟟ Call Me For Genuine Sex Servi...
Top Rated  Pune Call Girls Warje ⟟ 6297143586 ⟟ Call Me For Genuine Sex Servi...Top Rated  Pune Call Girls Warje ⟟ 6297143586 ⟟ Call Me For Genuine Sex Servi...
Top Rated Pune Call Girls Warje ⟟ 6297143586 ⟟ Call Me For Genuine Sex Servi...Call Girls in Nagpur High Profile
 
0425-GDSC-TMU.pdf0425-GDSC-TMU.pdf0425-GDSC-TMU.pdf0425-GDSC-TMU.pdf
0425-GDSC-TMU.pdf0425-GDSC-TMU.pdf0425-GDSC-TMU.pdf0425-GDSC-TMU.pdf0425-GDSC-TMU.pdf0425-GDSC-TMU.pdf0425-GDSC-TMU.pdf0425-GDSC-TMU.pdf
0425-GDSC-TMU.pdf0425-GDSC-TMU.pdf0425-GDSC-TMU.pdf0425-GDSC-TMU.pdfssuserded2d4
 
Joshua Minker Brand Exploration Sports Broadcaster .pptx
Joshua Minker Brand Exploration Sports Broadcaster .pptxJoshua Minker Brand Exploration Sports Broadcaster .pptx
Joshua Minker Brand Exploration Sports Broadcaster .pptxsportsworldproductio
 
Call Girls Hosur Just Call 👗 7737669865 👗 Top Class Call Girl Service Bangalore
Call Girls Hosur Just Call 👗 7737669865 👗 Top Class Call Girl Service BangaloreCall Girls Hosur Just Call 👗 7737669865 👗 Top Class Call Girl Service Bangalore
Call Girls Hosur Just Call 👗 7737669865 👗 Top Class Call Girl Service Bangaloreamitlee9823
 
CFO_SB_Career History_Multi Sector Experience
CFO_SB_Career History_Multi Sector ExperienceCFO_SB_Career History_Multi Sector Experience
CFO_SB_Career History_Multi Sector ExperienceSanjay Bokadia
 
Toxicokinetics studies.. (toxicokinetics evaluation in preclinical studies)
Toxicokinetics studies.. (toxicokinetics evaluation in preclinical studies)Toxicokinetics studies.. (toxicokinetics evaluation in preclinical studies)
Toxicokinetics studies.. (toxicokinetics evaluation in preclinical studies)sonalinghatmal
 
Gabriel_Carter_EXPOLRATIONpp.pptx........
Gabriel_Carter_EXPOLRATIONpp.pptx........Gabriel_Carter_EXPOLRATIONpp.pptx........
Gabriel_Carter_EXPOLRATIONpp.pptx........deejay178
 
Call Girls Devanahalli Just Call 👗 7737669865 👗 Top Class Call Girl Service B...
Call Girls Devanahalli Just Call 👗 7737669865 👗 Top Class Call Girl Service B...Call Girls Devanahalli Just Call 👗 7737669865 👗 Top Class Call Girl Service B...
Call Girls Devanahalli Just Call 👗 7737669865 👗 Top Class Call Girl Service B...amitlee9823
 
Hyderabad 💫✅💃 24×7 BEST GENUINE PERSON LOW PRICE CALL GIRL SERVICE FULL SATIS...
Hyderabad 💫✅💃 24×7 BEST GENUINE PERSON LOW PRICE CALL GIRL SERVICE FULL SATIS...Hyderabad 💫✅💃 24×7 BEST GENUINE PERSON LOW PRICE CALL GIRL SERVICE FULL SATIS...
Hyderabad 💫✅💃 24×7 BEST GENUINE PERSON LOW PRICE CALL GIRL SERVICE FULL SATIS...sonalitrivedi431
 
Resumes, Cover Letters, and Applying Online
Resumes, Cover Letters, and Applying OnlineResumes, Cover Letters, and Applying Online
Resumes, Cover Letters, and Applying OnlineBruce Bennett
 

Recently uploaded (20)

Rearing technique of lac insect and their management
Rearing technique of lac insect and their managementRearing technique of lac insect and their management
Rearing technique of lac insect and their management
 
Dombivli Call Girls, 9892124323, Kharghar Call Girls, chembur Call Girls, Vas...
Dombivli Call Girls, 9892124323, Kharghar Call Girls, chembur Call Girls, Vas...Dombivli Call Girls, 9892124323, Kharghar Call Girls, chembur Call Girls, Vas...
Dombivli Call Girls, 9892124323, Kharghar Call Girls, chembur Call Girls, Vas...
 
reStartEvents 5:9 DC metro & Beyond V-Career Fair Employer Directory.pdf
reStartEvents 5:9 DC metro & Beyond V-Career Fair Employer Directory.pdfreStartEvents 5:9 DC metro & Beyond V-Career Fair Employer Directory.pdf
reStartEvents 5:9 DC metro & Beyond V-Career Fair Employer Directory.pdf
 
➥🔝 7737669865 🔝▻ Tirupati Call-girls in Women Seeking Men 🔝Tirupati🔝 Escor...
➥🔝 7737669865 🔝▻ Tirupati Call-girls in Women Seeking Men  🔝Tirupati🔝   Escor...➥🔝 7737669865 🔝▻ Tirupati Call-girls in Women Seeking Men  🔝Tirupati🔝   Escor...
➥🔝 7737669865 🔝▻ Tirupati Call-girls in Women Seeking Men 🔝Tirupati🔝 Escor...
 
Vip Mumbai Call Girls Ghatkopar Call On 9920725232 With Body to body massage ...
Vip Mumbai Call Girls Ghatkopar Call On 9920725232 With Body to body massage ...Vip Mumbai Call Girls Ghatkopar Call On 9920725232 With Body to body massage ...
Vip Mumbai Call Girls Ghatkopar Call On 9920725232 With Body to body massage ...
 
Nandini Layout Call Girls: 🍓 7737669865 🍓 High Profile Model Escorts | Bangal...
Nandini Layout Call Girls: 🍓 7737669865 🍓 High Profile Model Escorts | Bangal...Nandini Layout Call Girls: 🍓 7737669865 🍓 High Profile Model Escorts | Bangal...
Nandini Layout Call Girls: 🍓 7737669865 🍓 High Profile Model Escorts | Bangal...
 
Internship Report].pdf iiwmoosmsosmshkssmk
Internship Report].pdf iiwmoosmsosmshkssmkInternship Report].pdf iiwmoosmsosmshkssmk
Internship Report].pdf iiwmoosmsosmshkssmk
 
Call Girls In Kengeri Satellite Town ☎ 7737669865 🥵 Book Your One night Stand
Call Girls In Kengeri Satellite Town ☎ 7737669865 🥵 Book Your One night StandCall Girls In Kengeri Satellite Town ☎ 7737669865 🥵 Book Your One night Stand
Call Girls In Kengeri Satellite Town ☎ 7737669865 🥵 Book Your One night Stand
 
Personal Brand Exploration - Fernando Negron
Personal Brand Exploration - Fernando NegronPersonal Brand Exploration - Fernando Negron
Personal Brand Exploration - Fernando Negron
 
Dubai Call Girls Starlet O525547819 Call Girls Dubai Showen Dating
Dubai Call Girls Starlet O525547819 Call Girls Dubai Showen DatingDubai Call Girls Starlet O525547819 Call Girls Dubai Showen Dating
Dubai Call Girls Starlet O525547819 Call Girls Dubai Showen Dating
 
Top Rated Pune Call Girls Warje ⟟ 6297143586 ⟟ Call Me For Genuine Sex Servi...
Top Rated  Pune Call Girls Warje ⟟ 6297143586 ⟟ Call Me For Genuine Sex Servi...Top Rated  Pune Call Girls Warje ⟟ 6297143586 ⟟ Call Me For Genuine Sex Servi...
Top Rated Pune Call Girls Warje ⟟ 6297143586 ⟟ Call Me For Genuine Sex Servi...
 
0425-GDSC-TMU.pdf0425-GDSC-TMU.pdf0425-GDSC-TMU.pdf0425-GDSC-TMU.pdf
0425-GDSC-TMU.pdf0425-GDSC-TMU.pdf0425-GDSC-TMU.pdf0425-GDSC-TMU.pdf0425-GDSC-TMU.pdf0425-GDSC-TMU.pdf0425-GDSC-TMU.pdf0425-GDSC-TMU.pdf
0425-GDSC-TMU.pdf0425-GDSC-TMU.pdf0425-GDSC-TMU.pdf0425-GDSC-TMU.pdf
 
Joshua Minker Brand Exploration Sports Broadcaster .pptx
Joshua Minker Brand Exploration Sports Broadcaster .pptxJoshua Minker Brand Exploration Sports Broadcaster .pptx
Joshua Minker Brand Exploration Sports Broadcaster .pptx
 
Call Girls Hosur Just Call 👗 7737669865 👗 Top Class Call Girl Service Bangalore
Call Girls Hosur Just Call 👗 7737669865 👗 Top Class Call Girl Service BangaloreCall Girls Hosur Just Call 👗 7737669865 👗 Top Class Call Girl Service Bangalore
Call Girls Hosur Just Call 👗 7737669865 👗 Top Class Call Girl Service Bangalore
 
CFO_SB_Career History_Multi Sector Experience
CFO_SB_Career History_Multi Sector ExperienceCFO_SB_Career History_Multi Sector Experience
CFO_SB_Career History_Multi Sector Experience
 
Toxicokinetics studies.. (toxicokinetics evaluation in preclinical studies)
Toxicokinetics studies.. (toxicokinetics evaluation in preclinical studies)Toxicokinetics studies.. (toxicokinetics evaluation in preclinical studies)
Toxicokinetics studies.. (toxicokinetics evaluation in preclinical studies)
 
Gabriel_Carter_EXPOLRATIONpp.pptx........
Gabriel_Carter_EXPOLRATIONpp.pptx........Gabriel_Carter_EXPOLRATIONpp.pptx........
Gabriel_Carter_EXPOLRATIONpp.pptx........
 
Call Girls Devanahalli Just Call 👗 7737669865 👗 Top Class Call Girl Service B...
Call Girls Devanahalli Just Call 👗 7737669865 👗 Top Class Call Girl Service B...Call Girls Devanahalli Just Call 👗 7737669865 👗 Top Class Call Girl Service B...
Call Girls Devanahalli Just Call 👗 7737669865 👗 Top Class Call Girl Service B...
 
Hyderabad 💫✅💃 24×7 BEST GENUINE PERSON LOW PRICE CALL GIRL SERVICE FULL SATIS...
Hyderabad 💫✅💃 24×7 BEST GENUINE PERSON LOW PRICE CALL GIRL SERVICE FULL SATIS...Hyderabad 💫✅💃 24×7 BEST GENUINE PERSON LOW PRICE CALL GIRL SERVICE FULL SATIS...
Hyderabad 💫✅💃 24×7 BEST GENUINE PERSON LOW PRICE CALL GIRL SERVICE FULL SATIS...
 
Resumes, Cover Letters, and Applying Online
Resumes, Cover Letters, and Applying OnlineResumes, Cover Letters, and Applying Online
Resumes, Cover Letters, and Applying Online
 

GO16_AC_VOL1_GRADER_CAP_AS - Inventory Supplies (completed solution)

  • 1. Buy here: http://homeworknumber.one/products.php?product=GO 16_AC_VOL1_GRADER_CAP_AS-%252d-Inventory-Su pplies-%28completed-solution%29 GO16_AC_VOL1_GRADER_CAP_AS - Inventory Supplies Project Description: In this project, you will apply skills you practiced from the Objectives in Access Chapters 1 through 3. You will create a database for Frank Osei, Vice President of Finance, that contains inventory and supplier information. In addition, you will create queries that answer specific questions relating to the inventory items and suppliers, forms for entering and updating information, and reports. Instructions: For the purpose of grading the project you are required to perform the following tasks: Step Instructions Points Possible
  • 2. 1 Start Access. Download, open, and save the database named​go_acc_grader_capstone_Inventory_Suppliers.accd b​. 0 2 Open the Cap1 Inventory table in Design View. Rename the ID field to ​Item ID​and change the Data Type to Short Text. Continue adding the following fields as Short Text except for Retail Price, which should have a Currency Data Type: Item Name Retail Price Category Sport Supplier ID 7
  • 3. 3 Switch to Datasheet view. Enter the following two records into Cap1 Inventory: Item ID: ​106555 Item Name: ​Snowboard Retail Price: ​256.99 Category: ​Equipment Sport: ​Skiing Supplier ID: ​SUPP-06 Item ID: ​106556 Item Name: ​Wool Socks 5
  • 4. Retail Price: ​12.59 Category:​Socks and Gloves Sport:​Skiing Supplier ID:​SUPP-04 4 Close the table. Append a copy of the records from the downloaded ​aCap1_Inventory​workbook to the Cap1 Inventory table. Accept all defaults in the wizard and do not save the Import steps. Open the table, verify there are 25 records, and apply Best Fit to all fields. Save and close the table. 4 5 Import the source data from the downloaded aCap1_Suppliers​workbook into a new table in the current database. In the wizard, click the First Row Contains Column Headings option and set the primary key to Supplier ID. Name the table ​Cap1 Suppliers​. 6
  • 5. 6 Open the Cap1 Suppliers table in Design view. Delete the Fax Number field and save the table. Switch to Datasheet view and apply Best Fit to all of the fields. Save and close the table. 4 7 On the Navigation Pane, group the objects by Tables and Related Views. 2 8 Create a relationship between the two tables in the database using Supplier ID as the common field. Enforce Referential Integrity and select both Cascade options. One supplier can supply many inventory items. 6 9 Create a relationship report. Save the report with​Relationships​as the name. Close the Relationships window. 4 10 Create a query in Design view, using your Cap1 Inventory table to answer the question ​What is the item name (in alphabetical order), retail price, and category for the sport of hiking?​Add the fields in that order. Do not display the 6
  • 6. Sport field in the query results. Run the query, save it as Cap1 Hiking Query​, then close the query. Seven records match the criteria. 11 Create a copy of Cap1 Hiking Query named ​Cap1 Hiking and Biking Shoes Query​. Redesign the query design to answer the question ​What is the sport, item name, retail price, and supplier ID for the category of shoes where the sport is hiking or biking?​Arrange the fields in the order in which they're mentioned in the question. Sort the records first in ascending order by Sport and then in ascending order by Item Name. Do not display the Category field in the query results, but display the Sport field. Run and then close the query. Six records match the criteria. 8 12 Create a query in Design view, using both tables to answer the question ​What is the category, item name, company, and phone number for a category that begins with the letter S for the sport of fitness?​Add the fields in that order. Sort the records first in ascending order by the Category field and then in ascending order by the Item Name field. Do not display the Sport in the query results. Run the query, save 8
  • 7. it as ​Cap1 Fitness S Category Query​, and then close it. Four records match the criteria. 13 Create a query in Design view, using the Cap1 Inventory table to answer the question ​For the supplier ID of SUPP-06, for each item name and retail price, what is the markup for each item if marked up 10%, and what is the final price?​Add the fields in that order. Name the first calculated field ​Markup​and name the second calculated field ​Final Price​. Run the query and apply Best Fit to all of the fields. All numeric fields should be formatted as Currency, 2 Decimal Places. Save the query as​Cap1 SUPP-06 Markup Query​and close it. 6 14 Use the Query Wizard to create a crosstab query using the Cap1 Inventory table. Set the Category field as the row headings, and set the Sport field as the column headings. Count the Item ID field, name the query ​Cap1 Crosstab Query​,and then finish the query. Run the query and apply Best Fit to all of the fields. Save and close the query. 7
  • 8. 15 Create a query in Design view using the Cap1 Inventory table that prompts you to enter the Sport, and then answers the question​What is the sport, category, item name, and retail price for inventory items, sorted first in ascending order by category and then in ascending order by the item name?​Add the fields in that order. The query should prompt an individual to ​Enter the Sport​. Run the query and type ​hiking​when prompted for the criteria. Seven records match the criteria. Save the query as​Cap1 Parameter Query​and close it. 7 16 Based on the Cap1 Suppliers table, use the Form tool to create a form. Switch to Form view and use the form to add a new record as follows: Supplier ID: ​SUPP-12 Company: ​Beach Water Sports Inc Email Address: ​info@watersports.biz 7
  • 9. Phone: ​(305) 555-6543 Address: ​14 South Beach Rd City: ​Miami State: ​FL Postal Code: ​33125 Use the Filter By Form tool to create a filter that displays records with a State of ​CO​or ​FL​. After verifying that three records match this criteria, toggle the filter to display all 12 records. Save the form as ​Cap1 Supplier Form​and close it. 17 Based on your Cap1 Suppliers table, use the Report tool to create a new report. Delete the following fields from the report: Supplier ID, Address, City, State, and Postal Code. Clear the Report Footer. Apply the Facet theme to this object only. Sort the Company field in ascending order. For the Phone field, change the Width property to ​1.25​. For the 5
  • 10. Company field, change the Left property to ​1​and then close the Property Sheet. Save the report as ​Cap1 Suppliers Report​and then close the report. 18 Use the Report Wizard to create a report based on the Cap1 Inventory table. Add the following fields to the report: Category, Item Name, and Retail Price, in that order. Group by the Category field. Sort in ascending order by the Item Name field. Find the Average of the Retail Price field. Be sure that the Layout is Stepped and that the Orientation is Portrait. For the report title, type ​Cap1 Avg Price by Category Report​and then switch to Layout view. Delete the controls that begin with Summary for 'Category.' Under Item Name, click any text box control and set the Width property to ​2.75​. At the bottom of the report, in the last column, select the last two controls that display the # symbols. Set the Width property to ​1​. For the Retail Price label control, set the Left property to ​6​. Save and close the report. 8 19 Close all database objects. Close the database and then exit Access. Submit the database as directed. 0