SlideShare a Scribd company logo
1 of 15
Exp19_Access_Ch02_Capstone - International Foodies 1.0
Project Description:
International Foodies is an importer of exotic foods from all
over the world. You landed a summer internship with the
company and discovered that their product lists and the
suppliers they buy from are stored in Excel workbooks. You
offer to help by using your newly gained knowledge of Access
to create a relational database for them. You will begin by
importing the workbooks from Excel into a new Access
database. Your manager mentions that she would also like a
table that specifies food categories so that you can relate the
products you sell to specific categories in the database. You
will create a table from scratch to track categories, create
relationships between the tables, and create some baseline
queries.
Steps to Perform:
Step
Instructions
Points Possible
1
Start Access. Open the downloaded Access file named
Exp19_Access_Ch2_Cap_Foodies
. Grader has automatically added your last name to the
beginning of the filename. Save the file to the location where
you are storing your files.
0
2
You will examine the data in the downloaded Excel
worksheets to determine which fields will become the primary
keys in each table and which fields will become the foreign
keys so that you can join them in the database.
Open the
Suppliers.xlsx
Excel workbook, examine the data, and close the workbook.
Open the
Products.xlsx
Excel workbook, examine the data, and close the workbook.
You will import two Excel workbooks that contain supplier
and product information into the database.
Click the
External Data tab
, click
New Data Source
, point to
From File
in the Import & Link group, and then select
Excel
. Navigate to and select the
Suppliers.xlsx
workbook to be imported as a new table in the current
database. Select
First Row Contains Column Headings
. Set the SupplierID field Indexed option to
Yes (No Duplicates)
. Select
SupplierID
as the primary key when prompted and accept the table name
Suppliers
. Do not save the import steps.
10
3
Import the
Products.xlsx
workbook, set the ProductID Indexed option to
Yes (No Duplicates)
, and select
ProductID
as the primary key. Accept the table name
Products
.
10
4
Change the Field Size of the QuantityPerUnit field to
25
in Design view of the Products table. Set the Field Size of
ProductID and CategoryID to
Long Integer
. Save the changes and open the table in Datasheet view. Open
the Suppliers table in Datasheet view to examine the data.
Close the tables.
4
5
You will create a new table that will enable International
Foodies to associate each product with a food category in the
database.
Create a new table in Design view. Add the following fields in
Design view and set the properties as specified:
Add the primary key field as
CategoryID
with the
Number Data Type
and
Number assigned to a new category.
(type the period) as the Description. Set the Caption property
to
Category ID
.
Save the table as
Categories
.
6
6
Add
CategoryName
with the
Short Text Data Type
and
Name of food category.
(type the period) as the Description. Change the field size to
15
. Set the Caption property to
Category Name
and the Required property to
Yes
.
6
7
Add
CategoryDescription
with the
Long Text Data Type
. Set the Caption property to
Category Description
. Switch to Datasheet view and save the table when prompted.
You will enter Category data into the table in the next step.
4
8
You will add 8 records to the Categories table so that you
have some sample data to test in the database.
Add the following records to the Categories table:
Category ID Category Name Category Description
1
BEVERAGES
SOFT DRINKS, COFFEES, TEAS
2
CONDIMENTS
SAUCES, RELISHES, SEASONINGS
3
CONFECTIONS
DESSERTS, CANDIES, SWEET BREADS
4
DAIRY PRODUCTS
CHEESES
5
GRAINS/CEREALS
BREADS, PASTA, CEREAL
6
MEAT/POULTRY
PREPARED MEATS
7
PRODUCE
DRIED FRUIT, BEAN CURD
8
SEAFOOD
SEAWEED AND FISH
Close the table.
6
9
You will create the relationships between the tables using the
Relationships window.
Add all three tables to the Relationships window. Identify the
primary key fields in the Categories table and the Suppliers
table and join them with their foreign key counterparts in the
related Products table. Select the
Enforce Referential Integrity
and
Cascade Update Related Fields check boxes
. Save and close the Relationships window.
12
10
You will use the Simple Query Wizard to create a query of all
products that you import in the seafood category.
Add the
ProductName
,
SupplierID
, and
CategoryID
fields from Products (in that order). Save the query as
Seafood Products
.
10
11
Add a criterion in Design view, to include only products with
8
as the CategoryID.
2
12
Sort the query results in ascending order by ProductName.
Run, save, and close the query.
2
13
You want to create a query that displays actual category names
rather than the CategoryIDs. You are interested to know which
meat and poultry products are imported. You will copy the
Seafood Products query and modify it to delete a field, then
add an additional table and field.
Copy the
Seafood Products query
and paste it using
Seafood Or Meat/Poultry
as the query name.
2
14
Open the
Seafood Or Meat/Poultry query
in Design view and delete the
CategoryID
column.
2
15
Add the
Categories table
to the top pane of the query design window. Add the
CategoryName
field to the last column of the design grid and set the criterion
as
"Seafood" Or "Meat/Poultry"
. Run, save, and close the query.
4
16
You will create a query that identifies suppliers and their
associated products. Because there is a relationship between
the two tables, you can now pull data from each of them
together as usable information.
Create a query in Design view that includes the
Suppliers
and
Products
tables. The query should list the company name, contact
name, phone (in that order), then the product name and the
product cost (in that order).
6
17
Sort the query by company name in ascending order, then by
product cost in descending order. Run, close, and save the
query as
Company by Product List
.
4
18
You determine that the data in the Company by Product List
query could be summarized with a Total row. You will group
the records by company name, and then count the number of
products you buy from each of them.
Copy the
Company by Product List query
and paste it using
Summary of Company by Product
as the query name.
2
19
Open the
Summary of Company by Product query
in Design view and delete the
ContactName
,
Phone
,
and ProductCost columns
.
3
20
Click
Totals
in the Show/Hide group on the Query Tools Design tab. Click
in the
Total row
of the ProductName field, click the
arrow
, and then select
Count
. The records will be grouped by the company’s name and the
products for each company will be summarized.
3
21
Modify the field name of the ProductName column as
Product Count: ProductName
to make the field name more identifiable. Click
Run
in the Results group (20 records display in the Datasheet).
The results display the product count for each company that
supplies your organization. Save and close the query.
2
22
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 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.docxclarebernice
 
acct accounting Table Lab.pdf
acct accounting Table Lab.pdfacct accounting Table Lab.pdf
acct accounting Table Lab.pdfbkbk37
 
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
 
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
 
BUSI 301 Book Review RubricScoreCommentsResearch 25.docx
BUSI 301 Book Review RubricScoreCommentsResearch 25.docxBUSI 301 Book Review RubricScoreCommentsResearch 25.docx
BUSI 301 Book Review RubricScoreCommentsResearch 25.docxhumphrieskalyn
 
OBIEE 11g : Repository Creation Steps
OBIEE 11g : Repository Creation StepsOBIEE 11g : Repository Creation Steps
OBIEE 11g : Repository Creation StepsDharmaraj Borse
 
Access Basics 01
Access Basics 01Access Basics 01
Access Basics 01Lets try
 
ECDL module 5: using databases [To be continued]
ECDL module 5: using databases [To be continued] ECDL module 5: using databases [To be continued]
ECDL module 5: using databases [To be continued] Hassan Ayad
 
Microsoft Access ppt.ppt
Microsoft Access ppt.pptMicrosoft Access ppt.ppt
Microsoft Access ppt.pptJoshCasas1
 
ChoiAccess.pptbuhuhujhhuhuhuhuhuhhhhhhhhhhhhh
ChoiAccess.pptbuhuhujhhuhuhuhuhuhhhhhhhhhhhhhChoiAccess.pptbuhuhujhhuhuhuhuhuhhhhhhhhhhhhh
ChoiAccess.pptbuhuhujhhuhuhuhuhuhhhhhhhhhhhhhhazhamina
 
ChoiAccess.ppt
ChoiAccess.pptChoiAccess.ppt
ChoiAccess.pptljgmcrone
 
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
 
Create a basic performance point dashboard epc
Create a basic performance point dashboard   epcCreate a basic performance point dashboard   epc
Create a basic performance point dashboard epcEPC Group
 
MS Access teaching powerpoint tasks
MS Access teaching powerpoint tasksMS Access teaching powerpoint tasks
MS Access teaching powerpoint tasksskomadina
 
Pivot Table & Chart_Parakramesh Jaroli_Pacific University
Pivot Table & Chart_Parakramesh Jaroli_Pacific UniversityPivot Table & Chart_Parakramesh Jaroli_Pacific University
Pivot Table & Chart_Parakramesh Jaroli_Pacific UniversityParakramesh Jaroli
 
Advanced word Processing Skills.pptx
Advanced word Processing Skills.pptxAdvanced word Processing Skills.pptx
Advanced word Processing Skills.pptxSerGeo5
 
Advanced word Processing Skills.pptx
Advanced word Processing Skills.pptxAdvanced word Processing Skills.pptx
Advanced word Processing Skills.pptxSerGeo5
 

Similar to Exp19_Access_Ch02_Capstone - International Foodies 1.0Projec.docx (19)

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
 
acct accounting Table Lab.pdf
acct accounting Table Lab.pdfacct accounting Table Lab.pdf
acct accounting Table Lab.pdf
 
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)
 
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
 
BUSI 301 Book Review RubricScoreCommentsResearch 25.docx
BUSI 301 Book Review RubricScoreCommentsResearch 25.docxBUSI 301 Book Review RubricScoreCommentsResearch 25.docx
BUSI 301 Book Review RubricScoreCommentsResearch 25.docx
 
OBIEE 11g : Repository Creation Steps
OBIEE 11g : Repository Creation StepsOBIEE 11g : Repository Creation Steps
OBIEE 11g : Repository Creation Steps
 
Access Basics 01
Access Basics 01Access Basics 01
Access Basics 01
 
ECDL module 5: using databases [To be continued]
ECDL module 5: using databases [To be continued] ECDL module 5: using databases [To be continued]
ECDL module 5: using databases [To be continued]
 
Bis 345-week-4-i lab-new
Bis 345-week-4-i lab-newBis 345-week-4-i lab-new
Bis 345-week-4-i lab-new
 
lecture 5
 lecture 5 lecture 5
lecture 5
 
Microsoft Access ppt.ppt
Microsoft Access ppt.pptMicrosoft Access ppt.ppt
Microsoft Access ppt.ppt
 
ChoiAccess.pptbuhuhujhhuhuhuhuhuhhhhhhhhhhhhh
ChoiAccess.pptbuhuhujhhuhuhuhuhuhhhhhhhhhhhhhChoiAccess.pptbuhuhujhhuhuhuhuhuhhhhhhhhhhhhh
ChoiAccess.pptbuhuhujhhuhuhuhuhuhhhhhhhhhhhhh
 
ChoiAccess.ppt
ChoiAccess.pptChoiAccess.ppt
ChoiAccess.ppt
 
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
 
Create a basic performance point dashboard epc
Create a basic performance point dashboard   epcCreate a basic performance point dashboard   epc
Create a basic performance point dashboard epc
 
MS Access teaching powerpoint tasks
MS Access teaching powerpoint tasksMS Access teaching powerpoint tasks
MS Access teaching powerpoint tasks
 
Pivot Table & Chart_Parakramesh Jaroli_Pacific University
Pivot Table & Chart_Parakramesh Jaroli_Pacific UniversityPivot Table & Chart_Parakramesh Jaroli_Pacific University
Pivot Table & Chart_Parakramesh Jaroli_Pacific University
 
Advanced word Processing Skills.pptx
Advanced word Processing Skills.pptxAdvanced word Processing Skills.pptx
Advanced word Processing Skills.pptx
 
Advanced word Processing Skills.pptx
Advanced word Processing Skills.pptxAdvanced word Processing Skills.pptx
Advanced word Processing Skills.pptx
 

More from delciegreeks

Final Project Organizational Level of AnalysisYou are to rese.docx
Final Project Organizational Level of AnalysisYou are to rese.docxFinal Project Organizational Level of AnalysisYou are to rese.docx
Final Project Organizational Level of AnalysisYou are to rese.docxdelciegreeks
 
Final Project (Week Eight)Required Elements of Final Projec.docx
Final Project (Week Eight)Required Elements of Final Projec.docxFinal Project (Week Eight)Required Elements of Final Projec.docx
Final Project (Week Eight)Required Elements of Final Projec.docxdelciegreeks
 
Final PaperFollows all Project assignment details and technical re.docx
Final PaperFollows all Project assignment details and technical re.docxFinal PaperFollows all Project assignment details and technical re.docx
Final PaperFollows all Project assignment details and technical re.docxdelciegreeks
 
Final PaperGlobal climate change has become one of the top env.docx
Final PaperGlobal climate change has become one of the top env.docxFinal PaperGlobal climate change has become one of the top env.docx
Final PaperGlobal climate change has become one of the top env.docxdelciegreeks
 
Final PaperYour good friends have just adopted a four-year-old chi.docx
Final PaperYour good friends have just adopted a four-year-old chi.docxFinal PaperYour good friends have just adopted a four-year-old chi.docx
Final PaperYour good friends have just adopted a four-year-old chi.docxdelciegreeks
 
Final Paper To complete this assignment, read through the scenario.docx
Final Paper To complete this assignment, read through the scenario.docxFinal Paper To complete this assignment, read through the scenario.docx
Final Paper To complete this assignment, read through the scenario.docxdelciegreeks
 
Final Argument Paper The Case of the West Memphis ThreeIn 1994,.docx
Final Argument Paper The Case of the West Memphis ThreeIn 1994,.docxFinal Argument Paper The Case of the West Memphis ThreeIn 1994,.docx
Final Argument Paper The Case of the West Memphis ThreeIn 1994,.docxdelciegreeks
 
Final Essay Exam for English 2328 There is no grace period for the.docx
Final Essay Exam for English 2328 There is no grace period for the.docxFinal Essay Exam for English 2328 There is no grace period for the.docx
Final Essay Exam for English 2328 There is no grace period for the.docxdelciegreeks
 
fin 534 week 9 assignment #1Assignment 1 Financial Research Repor.docx
fin 534 week 9 assignment #1Assignment 1 Financial Research Repor.docxfin 534 week 9 assignment #1Assignment 1 Financial Research Repor.docx
fin 534 week 9 assignment #1Assignment 1 Financial Research Repor.docxdelciegreeks
 
Film CaramelYear______________Director ________________.docx
Film CaramelYear______________Director ________________.docxFilm CaramelYear______________Director ________________.docx
Film CaramelYear______________Director ________________.docxdelciegreeks
 
Film Omar Year______________Director ________________Desc.docx
Film Omar Year______________Director ________________Desc.docxFilm Omar Year______________Director ________________Desc.docx
Film Omar Year______________Director ________________Desc.docxdelciegreeks
 
Fiduciary DutiesWrite a short essay, between 400 and 500 words, re.docx
Fiduciary DutiesWrite a short essay, between 400 and 500 words, re.docxFiduciary DutiesWrite a short essay, between 400 and 500 words, re.docx
Fiduciary DutiesWrite a short essay, between 400 and 500 words, re.docxdelciegreeks
 
Figure the tax using the schedule D tax worksheet (pg 23 of workpape.docx
Figure the tax using the schedule D tax worksheet (pg 23 of workpape.docxFigure the tax using the schedule D tax worksheet (pg 23 of workpape.docx
Figure the tax using the schedule D tax worksheet (pg 23 of workpape.docxdelciegreeks
 
Fiero, Gloria K. Landmarks in Humanities. London Laurence King Publ.docx
Fiero, Gloria K. Landmarks in Humanities. London Laurence King Publ.docxFiero, Gloria K. Landmarks in Humanities. London Laurence King Publ.docx
Fiero, Gloria K. Landmarks in Humanities. London Laurence King Publ.docxdelciegreeks
 
Film music is incredibly important in helping to make a movie become.docx
Film music is incredibly important in helping to make a movie become.docxFilm music is incredibly important in helping to make a movie become.docx
Film music is incredibly important in helping to make a movie become.docxdelciegreeks
 
feld is a shoemaker who came to America from Poland. He has a helper.docx
feld is a shoemaker who came to America from Poland. He has a helper.docxfeld is a shoemaker who came to America from Poland. He has a helper.docx
feld is a shoemaker who came to America from Poland. He has a helper.docxdelciegreeks
 
FederalismThe system of federalism was instituted with the writing.docx
FederalismThe system of federalism was instituted with the writing.docxFederalismThe system of federalism was instituted with the writing.docx
FederalismThe system of federalism was instituted with the writing.docxdelciegreeks
 
Federalism and Intergovernmental relations are dominated by one key .docx
Federalism and Intergovernmental relations are dominated by one key .docxFederalism and Intergovernmental relations are dominated by one key .docx
Federalism and Intergovernmental relations are dominated by one key .docxdelciegreeks
 
Federal Reserve Banks directly affect the national economy byWhich.docx
Federal Reserve Banks directly affect the national economy byWhich.docxFederal Reserve Banks directly affect the national economy byWhich.docx
Federal Reserve Banks directly affect the national economy byWhich.docxdelciegreeks
 
feel free to send your handshake but any handshake more than $25 wil.docx
feel free to send your handshake but any handshake more than $25 wil.docxfeel free to send your handshake but any handshake more than $25 wil.docx
feel free to send your handshake but any handshake more than $25 wil.docxdelciegreeks
 

More from delciegreeks (20)

Final Project Organizational Level of AnalysisYou are to rese.docx
Final Project Organizational Level of AnalysisYou are to rese.docxFinal Project Organizational Level of AnalysisYou are to rese.docx
Final Project Organizational Level of AnalysisYou are to rese.docx
 
Final Project (Week Eight)Required Elements of Final Projec.docx
Final Project (Week Eight)Required Elements of Final Projec.docxFinal Project (Week Eight)Required Elements of Final Projec.docx
Final Project (Week Eight)Required Elements of Final Projec.docx
 
Final PaperFollows all Project assignment details and technical re.docx
Final PaperFollows all Project assignment details and technical re.docxFinal PaperFollows all Project assignment details and technical re.docx
Final PaperFollows all Project assignment details and technical re.docx
 
Final PaperGlobal climate change has become one of the top env.docx
Final PaperGlobal climate change has become one of the top env.docxFinal PaperGlobal climate change has become one of the top env.docx
Final PaperGlobal climate change has become one of the top env.docx
 
Final PaperYour good friends have just adopted a four-year-old chi.docx
Final PaperYour good friends have just adopted a four-year-old chi.docxFinal PaperYour good friends have just adopted a four-year-old chi.docx
Final PaperYour good friends have just adopted a four-year-old chi.docx
 
Final Paper To complete this assignment, read through the scenario.docx
Final Paper To complete this assignment, read through the scenario.docxFinal Paper To complete this assignment, read through the scenario.docx
Final Paper To complete this assignment, read through the scenario.docx
 
Final Argument Paper The Case of the West Memphis ThreeIn 1994,.docx
Final Argument Paper The Case of the West Memphis ThreeIn 1994,.docxFinal Argument Paper The Case of the West Memphis ThreeIn 1994,.docx
Final Argument Paper The Case of the West Memphis ThreeIn 1994,.docx
 
Final Essay Exam for English 2328 There is no grace period for the.docx
Final Essay Exam for English 2328 There is no grace period for the.docxFinal Essay Exam for English 2328 There is no grace period for the.docx
Final Essay Exam for English 2328 There is no grace period for the.docx
 
fin 534 week 9 assignment #1Assignment 1 Financial Research Repor.docx
fin 534 week 9 assignment #1Assignment 1 Financial Research Repor.docxfin 534 week 9 assignment #1Assignment 1 Financial Research Repor.docx
fin 534 week 9 assignment #1Assignment 1 Financial Research Repor.docx
 
Film CaramelYear______________Director ________________.docx
Film CaramelYear______________Director ________________.docxFilm CaramelYear______________Director ________________.docx
Film CaramelYear______________Director ________________.docx
 
Film Omar Year______________Director ________________Desc.docx
Film Omar Year______________Director ________________Desc.docxFilm Omar Year______________Director ________________Desc.docx
Film Omar Year______________Director ________________Desc.docx
 
Fiduciary DutiesWrite a short essay, between 400 and 500 words, re.docx
Fiduciary DutiesWrite a short essay, between 400 and 500 words, re.docxFiduciary DutiesWrite a short essay, between 400 and 500 words, re.docx
Fiduciary DutiesWrite a short essay, between 400 and 500 words, re.docx
 
Figure the tax using the schedule D tax worksheet (pg 23 of workpape.docx
Figure the tax using the schedule D tax worksheet (pg 23 of workpape.docxFigure the tax using the schedule D tax worksheet (pg 23 of workpape.docx
Figure the tax using the schedule D tax worksheet (pg 23 of workpape.docx
 
Fiero, Gloria K. Landmarks in Humanities. London Laurence King Publ.docx
Fiero, Gloria K. Landmarks in Humanities. London Laurence King Publ.docxFiero, Gloria K. Landmarks in Humanities. London Laurence King Publ.docx
Fiero, Gloria K. Landmarks in Humanities. London Laurence King Publ.docx
 
Film music is incredibly important in helping to make a movie become.docx
Film music is incredibly important in helping to make a movie become.docxFilm music is incredibly important in helping to make a movie become.docx
Film music is incredibly important in helping to make a movie become.docx
 
feld is a shoemaker who came to America from Poland. He has a helper.docx
feld is a shoemaker who came to America from Poland. He has a helper.docxfeld is a shoemaker who came to America from Poland. He has a helper.docx
feld is a shoemaker who came to America from Poland. He has a helper.docx
 
FederalismThe system of federalism was instituted with the writing.docx
FederalismThe system of federalism was instituted with the writing.docxFederalismThe system of federalism was instituted with the writing.docx
FederalismThe system of federalism was instituted with the writing.docx
 
Federalism and Intergovernmental relations are dominated by one key .docx
Federalism and Intergovernmental relations are dominated by one key .docxFederalism and Intergovernmental relations are dominated by one key .docx
Federalism and Intergovernmental relations are dominated by one key .docx
 
Federal Reserve Banks directly affect the national economy byWhich.docx
Federal Reserve Banks directly affect the national economy byWhich.docxFederal Reserve Banks directly affect the national economy byWhich.docx
Federal Reserve Banks directly affect the national economy byWhich.docx
 
feel free to send your handshake but any handshake more than $25 wil.docx
feel free to send your handshake but any handshake more than $25 wil.docxfeel free to send your handshake but any handshake more than $25 wil.docx
feel free to send your handshake but any handshake more than $25 wil.docx
 

Recently uploaded

mini mental status format.docx
mini    mental       status     format.docxmini    mental       status     format.docx
mini mental status format.docxPoojaSen20
 
The Most Excellent Way | 1 Corinthians 13
The Most Excellent Way | 1 Corinthians 13The Most Excellent Way | 1 Corinthians 13
The Most Excellent Way | 1 Corinthians 13Steve Thomason
 
Interactive Powerpoint_How to Master effective communication
Interactive Powerpoint_How to Master effective communicationInteractive Powerpoint_How to Master effective communication
Interactive Powerpoint_How to Master effective communicationnomboosow
 
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...Marc Dusseiller Dusjagr
 
Paris 2024 Olympic Geographies - an activity
Paris 2024 Olympic Geographies - an activityParis 2024 Olympic Geographies - an activity
Paris 2024 Olympic Geographies - an activityGeoBlogs
 
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
 
CARE OF CHILD IN INCUBATOR..........pptx
CARE OF CHILD IN INCUBATOR..........pptxCARE OF CHILD IN INCUBATOR..........pptx
CARE OF CHILD IN INCUBATOR..........pptxGaneshChakor2
 
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
 
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
 
Employee wellbeing at the workplace.pptx
Employee wellbeing at the workplace.pptxEmployee wellbeing at the workplace.pptx
Employee wellbeing at the workplace.pptxNirmalaLoungPoorunde1
 
Accessible design: Minimum effort, maximum impact
Accessible design: Minimum effort, maximum impactAccessible design: Minimum effort, maximum impact
Accessible design: Minimum effort, maximum impactdawncurless
 
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
 
microwave assisted reaction. General introduction
microwave assisted reaction. General introductionmicrowave assisted reaction. General introduction
microwave assisted reaction. General introductionMaksud Ahmed
 
Incoming and Outgoing Shipments in 1 STEP Using Odoo 17
Incoming and Outgoing Shipments in 1 STEP Using Odoo 17Incoming and Outgoing Shipments in 1 STEP Using Odoo 17
Incoming and Outgoing Shipments in 1 STEP Using Odoo 17Celine George
 
A Critique of the Proposed National Education Policy Reform
A Critique of the Proposed National Education Policy ReformA Critique of the Proposed National Education Policy Reform
A Critique of the Proposed National Education Policy ReformChameera Dedduwage
 
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...Krashi Coaching
 
Introduction to ArtificiaI Intelligence in Higher Education
Introduction to ArtificiaI Intelligence in Higher EducationIntroduction to ArtificiaI Intelligence in Higher Education
Introduction to ArtificiaI Intelligence in Higher Educationpboyjonauth
 
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
 
Alper Gobel In Media Res Media Component
Alper Gobel In Media Res Media ComponentAlper Gobel In Media Res Media Component
Alper Gobel In Media Res Media ComponentInMediaRes1
 

Recently uploaded (20)

mini mental status format.docx
mini    mental       status     format.docxmini    mental       status     format.docx
mini mental status format.docx
 
The Most Excellent Way | 1 Corinthians 13
The Most Excellent Way | 1 Corinthians 13The Most Excellent Way | 1 Corinthians 13
The Most Excellent Way | 1 Corinthians 13
 
Interactive Powerpoint_How to Master effective communication
Interactive Powerpoint_How to Master effective communicationInteractive Powerpoint_How to Master effective communication
Interactive Powerpoint_How to Master effective communication
 
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...
 
Paris 2024 Olympic Geographies - an activity
Paris 2024 Olympic Geographies - an activityParis 2024 Olympic Geographies - an activity
Paris 2024 Olympic Geographies - an activity
 
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
 
CARE OF CHILD IN INCUBATOR..........pptx
CARE OF CHILD IN INCUBATOR..........pptxCARE OF CHILD IN INCUBATOR..........pptx
CARE OF CHILD IN INCUBATOR..........pptx
 
Solving Puzzles Benefits Everyone (English).pptx
Solving Puzzles Benefits Everyone (English).pptxSolving Puzzles Benefits Everyone (English).pptx
Solving Puzzles Benefits Everyone (English).pptx
 
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
 
Employee wellbeing at the workplace.pptx
Employee wellbeing at the workplace.pptxEmployee wellbeing at the workplace.pptx
Employee wellbeing at the workplace.pptx
 
Código Creativo y Arte de Software | Unidad 1
Código Creativo y Arte de Software | Unidad 1Código Creativo y Arte de Software | Unidad 1
Código Creativo y Arte de Software | Unidad 1
 
Accessible design: Minimum effort, maximum impact
Accessible design: Minimum effort, maximum impactAccessible design: Minimum effort, maximum impact
Accessible design: Minimum effort, maximum impact
 
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
 
microwave assisted reaction. General introduction
microwave assisted reaction. General introductionmicrowave assisted reaction. General introduction
microwave assisted reaction. General introduction
 
Incoming and Outgoing Shipments in 1 STEP Using Odoo 17
Incoming and Outgoing Shipments in 1 STEP Using Odoo 17Incoming and Outgoing Shipments in 1 STEP Using Odoo 17
Incoming and Outgoing Shipments in 1 STEP Using Odoo 17
 
A Critique of the Proposed National Education Policy Reform
A Critique of the Proposed National Education Policy ReformA Critique of the Proposed National Education Policy Reform
A Critique of the Proposed National Education Policy Reform
 
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...
 
Introduction to ArtificiaI Intelligence in Higher Education
Introduction to ArtificiaI Intelligence in Higher EducationIntroduction to ArtificiaI Intelligence in Higher Education
Introduction to ArtificiaI Intelligence in Higher Education
 
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
 
Alper Gobel In Media Res Media Component
Alper Gobel In Media Res Media ComponentAlper Gobel In Media Res Media Component
Alper Gobel In Media Res Media Component
 

Exp19_Access_Ch02_Capstone - International Foodies 1.0Projec.docx

  • 1. Exp19_Access_Ch02_Capstone - International Foodies 1.0 Project Description: International Foodies is an importer of exotic foods from all over the world. You landed a summer internship with the company and discovered that their product lists and the suppliers they buy from are stored in Excel workbooks. You offer to help by using your newly gained knowledge of Access to create a relational database for them. You will begin by importing the workbooks from Excel into a new Access database. Your manager mentions that she would also like a table that specifies food categories so that you can relate the products you sell to specific categories in the database. You will create a table from scratch to track categories, create relationships between the tables, and create some baseline queries. Steps to Perform: Step Instructions Points Possible 1
  • 2. Start Access. Open the downloaded Access file named Exp19_Access_Ch2_Cap_Foodies . Grader has automatically added your last name to the beginning of the filename. Save the file to the location where you are storing your files. 0 2 You will examine the data in the downloaded Excel worksheets to determine which fields will become the primary keys in each table and which fields will become the foreign keys so that you can join them in the database. Open the Suppliers.xlsx Excel workbook, examine the data, and close the workbook. Open the Products.xlsx Excel workbook, examine the data, and close the workbook. You will import two Excel workbooks that contain supplier and product information into the database. Click the External Data tab
  • 3. , click New Data Source , point to From File in the Import & Link group, and then select Excel . Navigate to and select the Suppliers.xlsx workbook to be imported as a new table in the current database. Select First Row Contains Column Headings . Set the SupplierID field Indexed option to Yes (No Duplicates) . Select SupplierID as the primary key when prompted and accept the table name Suppliers . Do not save the import steps. 10 3 Import the Products.xlsx workbook, set the ProductID Indexed option to Yes (No Duplicates) , and select ProductID as the primary key. Accept the table name Products .
  • 4. 10 4 Change the Field Size of the QuantityPerUnit field to 25 in Design view of the Products table. Set the Field Size of ProductID and CategoryID to Long Integer . Save the changes and open the table in Datasheet view. Open the Suppliers table in Datasheet view to examine the data. Close the tables. 4 5 You will create a new table that will enable International Foodies to associate each product with a food category in the database. Create a new table in Design view. Add the following fields in Design view and set the properties as specified: Add the primary key field as
  • 5. CategoryID with the Number Data Type and Number assigned to a new category. (type the period) as the Description. Set the Caption property to Category ID . Save the table as Categories . 6 6 Add CategoryName with the Short Text Data Type and Name of food category. (type the period) as the Description. Change the field size to 15 . Set the Caption property to Category Name and the Required property to
  • 6. Yes . 6 7 Add CategoryDescription with the Long Text Data Type . Set the Caption property to Category Description . Switch to Datasheet view and save the table when prompted. You will enter Category data into the table in the next step. 4 8 You will add 8 records to the Categories table so that you have some sample data to test in the database. Add the following records to the Categories table: Category ID Category Name Category Description
  • 7. 1 BEVERAGES SOFT DRINKS, COFFEES, TEAS 2 CONDIMENTS SAUCES, RELISHES, SEASONINGS 3 CONFECTIONS DESSERTS, CANDIES, SWEET BREADS 4 DAIRY PRODUCTS CHEESES 5 GRAINS/CEREALS BREADS, PASTA, CEREAL 6 MEAT/POULTRY PREPARED MEATS
  • 8. 7 PRODUCE DRIED FRUIT, BEAN CURD 8 SEAFOOD SEAWEED AND FISH Close the table. 6 9 You will create the relationships between the tables using the Relationships window. Add all three tables to the Relationships window. Identify the primary key fields in the Categories table and the Suppliers table and join them with their foreign key counterparts in the related Products table. Select the Enforce Referential Integrity and
  • 9. Cascade Update Related Fields check boxes . Save and close the Relationships window. 12 10 You will use the Simple Query Wizard to create a query of all products that you import in the seafood category. Add the ProductName , SupplierID , and CategoryID fields from Products (in that order). Save the query as Seafood Products . 10 11 Add a criterion in Design view, to include only products with 8 as the CategoryID.
  • 10. 2 12 Sort the query results in ascending order by ProductName. Run, save, and close the query. 2 13 You want to create a query that displays actual category names rather than the CategoryIDs. You are interested to know which meat and poultry products are imported. You will copy the Seafood Products query and modify it to delete a field, then add an additional table and field. Copy the Seafood Products query and paste it using Seafood Or Meat/Poultry as the query name. 2
  • 11. 14 Open the Seafood Or Meat/Poultry query in Design view and delete the CategoryID column. 2 15 Add the Categories table to the top pane of the query design window. Add the CategoryName field to the last column of the design grid and set the criterion as "Seafood" Or "Meat/Poultry" . Run, save, and close the query. 4 16
  • 12. You will create a query that identifies suppliers and their associated products. Because there is a relationship between the two tables, you can now pull data from each of them together as usable information. Create a query in Design view that includes the Suppliers and Products tables. The query should list the company name, contact name, phone (in that order), then the product name and the product cost (in that order). 6 17 Sort the query by company name in ascending order, then by product cost in descending order. Run, close, and save the query as Company by Product List . 4 18
  • 13. You determine that the data in the Company by Product List query could be summarized with a Total row. You will group the records by company name, and then count the number of products you buy from each of them. Copy the Company by Product List query and paste it using Summary of Company by Product as the query name. 2 19 Open the Summary of Company by Product query in Design view and delete the ContactName , Phone , and ProductCost columns . 3 20
  • 14. Click Totals in the Show/Hide group on the Query Tools Design tab. Click in the Total row of the ProductName field, click the arrow , and then select Count . The records will be grouped by the company’s name and the products for each company will be summarized. 3 21 Modify the field name of the ProductName column as Product Count: ProductName to make the field name more identifiable. Click Run in the Results group (20 records display in the Datasheet). The results display the product count for each company that supplies your organization. Save and close the query. 2 22
  • 15. Close all database objects. Close the database and then exit Access. Submit the database as directed. 0 Total Points 100