SlideShare a Scribd company logo
1 of 15
CIS 3100 - Database Design and Implementation
Products on Sale Database for Kahdea Inc.
1. Project Overview
The activities in this project are designed to provide a better
understanding of how data is organized into a relational
database. A relational database enables management
information systems to support inventory, transactions and
business intelligence capabilities.
Using Microsoft Access 2016, you will create and manage
tables, perform data imports, link tables via relationships,
create queries and finally create reports for executive summary.
A general overview of relational database fundamentals and
Microsoft Access training via Lynda.com is provided in section
11 to enable your success in this project. Please allow enough
time to expose yourself to this material before starting the
project.
2. Company Background
Kahdea Inc. is a small startup company that sells sports
merchandise online. The mission of the company is to
successfully sell and deliver sports products for all. The
company sells products for a wide variety of sports including
football, basketball, baseball, soccer, hockey, and volleyball.
Kahdea is composed of twenty-eight (28) employees who work
in different departments (production, operations, automation,
accounting, human resources, finance, marketing, etc.). During
their probation period, all employees are trained before being
assigned into their positions.
Kahdea is planning to have their annual sale next month. This
sale is an important event for the company because it can
typically generate 31% of Kahdea’s annual revenue. The
company has been planning this sale for some time now, and
wants to make sure all transactions are supported without issue.
Your specific role in the project
You are a new hire at Kahdea. During your training, you are
expected to learn about building and maintaining relational
databases using Microsoft Access. The database you will
support is being used to keep track of Kahdea’s sales during this
period. Although the database has been constructed, the team
needs your assistance inserting data, using forms, creating
queries and reports.
Your first training task requires you to watch the Microsoft
Access training videos on Lynda.com. A series of hyperlinks
for reference information are provided for you at the end of this
project document.
After you become familiar with Microsoft Access, open the
Kahdea.accdb file.
3. Create a Table
Before you begin, the team wants to ensure you understand
table structure. They would like you to create a table for
Employees and populate a few records. The table should include
the field names: EmployeeID(PK), Last Name, First Name,
Phone and Attachments.
· Step 1: Click the “Create” tab on the top ribbon and select
“Table Design”.
· Step 2: Enter the Field Names and Data Type. Include a
Primary Key (EmployeeID) for
the table. Select attachment as the data type for the
Attachments field.
· Step 3: Save the table as “Employee”.
· Step 4: Enter the following records into the table. Create a
personal record by substituting the red text with your
information (enter a fictitious phone number). This record will
be used later in section 9 of this assignment.
EmployeeID
Last Name
First Name
Phone
Attachments
1
Kathleen
Salazar
(909) 869-5438
2
Kim
Stella
(909) 869-2360
3
Leen
Hlahza
(909) 869-5079
4
Mike
Jacob
(909) 648-1010
5
<your first name>
<your last name>
<a phone number>
see section 9
· Step 5: After you enter the records, close the table. The entries
should be saved.
4. Importing Data
In preparation for the sale, the team has gathered information
regarding products’ supplier, and customers that need to be
entered into the system. Since there is a lot of information to
upload, using the forms will not be effective. Microsoft Access
allows for a bulk insert of data.
Populate Customer table with data
For this task you will need the Customer.xlsx file.
· Step 1: Right click on the Customer table (Under All Access
Objects panel) and select
“Import”, choose “Excel”.
· Step 2: In the pop-up window click “Browse” and navigate to
the Customer.xlsx file.
Select the file.
· Step 3: Click “Append copy of the records to the table” and in
the drop-down menu
choose “Customer”, click “OK”.
· Step 4: Click “Next” until the final window. Click “Finish”.
4. Importing Data (continued)
Populate ProductSupplier table with Data
For this task you will need the ProductSupplier.txt file.
· Step 1: Right click on the ProductSupplier table (under All
Access Objects panel) and
select “Import”. Choose “Text File”.
· Step 2: In the pop-up window click “Browse” and navigate to
the ProductSupplier.txt
file, choose the file.
· Step 3: Click “Append copy of the records to the table” and in
the drop-down menu
· choose “ProductSupplier”, click “OK”.
· Step 4: Click “Next” until the final window. Click “Finish”.
Note: For best results, right-mouse click on the
ProductSupplier.txt file then save the file to your desktop to
enable this data import.
5. Create Forms
As a new hire at Kahdea Inc. you are tasked to create forms.
Database administrators can enter the data directly into the
tables. However, your boss feels it would be more efficient to
create a form that coaches users to enter information in the best
order. Create a user entry form to capture suppliers and product
category data.
Create the Supplier Form
Apply the following steps using the Form Wizard to create a
data entry form with tabular layout. Include all fields except
Webpage and Notes.
· Step 1: Click the “Create” tab on the top ribbon and select
“Form Wizard”
· Step 2: In the popup window select the Supplier Table from
the drop-down menu
(Tables/Queries).Select the fields you wish to use and move
them to the
Selected Fields box by clicking the “>” button. Click
“Next”.
· Step 3: Click and select “Tabular”, and click “Next”.
· Step 4: Name the form Populate Supplier, and click “Finish”.
· Step 5: Click the New Record icon.
· Step 6: Populate the form with new entries using the table
given below, once all entries
are entered, save the form. Once finished, close the form.
Field
Input
CompanyName
Iamz Co
Address1
153 9th Street
City
Brea
State
CA
Zip
92821
Country
USA
Phone
7148884565
FaxNumber
6523937595
Create the ProductCategory Form
Apply the following steps using the Form Wizard to create a
data entry form with a columnar layout, to add data into the
ProductCategory table. Include all fields except
ProductCategoryID and Active.
· Step 1: Click the “Create” tab on the top ribbon and select
“Form Wizard”.
· Step 2: In the popup window select the ProductCategory table
from the drop-down
menu (Tables/Queries).Select the fields you wish to use and
move them to the
Selected Fields box by clicking the “>” button. Click “Next”
· Step 3: Click and select “Columnar”, and click “Next”.
· Step 4: Name the form Populate ProductCategory, and click
“Finish”.
· Step 5: Click the New Record icon.
· Step 6: Populate the form with new entries using the table
given below, once all entries
are entered save the form. Once finished close the form.
Field
Input
ProductCategory
Bodybuilding
6. Creating Relationships
Although the tables have been created, some of them are
missing relationships. Without table relationships, inserts,
updates, or deletions in one table, data will not propagate to the
other tables. You will need to create the relationships for all
tables in the database.
Note: All tables have at least one relationship while some have
two.
· Step 1: Click the “Database Tools” tab on the top ribbon and
select “Relationships”.
· Step 2: If a table is not displaying on the screen, click the
“Database Tools” tab on the
top ribbon and select “Show Table”, on the popup
window and click “Add”. After
selecting any missing Tables, click “Close”.
· Step 3: Drag the Primary Key from the first table to the
Foreign Key on the second table.
A new window will appear displaying the joint keys. Check
“Enforce Referential
Integrity”. Click “Create” to create the relationship.
· Step 4: Continue creating relationships for tables that do not
have relationships.
· Step 5: Save all changes and the close the workspace.
7. Create Queries
Kahdea Inc. wants to gather information from the database.
Create the following queries to enable decision making for
inventory and logistics.
MostProductsSold Query
Create a query that displays the Product Code, Product
Description, and number of times the Product was sold. Limit to
the results to products that were sold at least 10 times. Save the
query as MostProductsSold.
CustomerOrders Query
Create a query that displays CustomerID, ShipName, Order ID,
Order Date, Product Code, Product Description, Quantity Sold,
Price, and Total. Limit the results to Orders between 07/06/2017
and 09/07/2017. Save the query as CustomerOrders.
Note: In order to accomplish the Customer Orders query, you
will need to create the “Total” field in your query results by
using the “’Builder” tab. The following reference provides the
method used to create a calculation query in Microsoft Access.
https://www.youtube.com/watch?v=TKHyv1GhdDY
7. Create Queries (continued)
CustomerOrders Query
ProductPrices Query
Create a query that displays the Company Name, Products Code,
Product Description, Purchase Price, and Sale Price. Limit the
query to products where purchase price is greater than sale
price. Save the query as ProductPrices.
· Step 1: Click the “Create” tab on the top ribbon and select
“Query Design”.
· Step 2: In the popup window, select the table you need for the
query and click “Add”.
Once all tables are selected, click the “Close” button.
· Step 3: Select the fields required for the query.
· Step 4: Enter criteria for the query.
· Step 5: Click the “Run” button. Verify the query displays the
correct data.
8. Reports
Your manager is impressed with your database skills and would
like you to prepare the following information for reporting to
the executive team. Your manager is a has high expectations on
the reporting format, so you will need to display this
information in a presentable format.
Create a report to display CustomerOrders. Include CustomerID,
ShipName, Order ID, Order Date, Product Code, Product
Description, Quantity Sold, Price, and Total. Include the title
“Customer Report” in the page header. Include the run date,
page number and total pages in the page footer. Save the report.
· Step 1: Click the “Create” tab on the top ribbon and select
“Report Wizard” on the far
right.
· Step 2: In the popup window, select the query from the drop-
down menu
(Tables/Queries).Select the fields you wish to use and move
them to the
Selected Fields box by clicking the “>” button. Click
“Next”.
· Step 3: Select the fields to group by. This is optional and is
not always required. Click
“Next”.
· Step 4: Select the “sort order” of the report. Click “Next”.
· Step 5: Select the Format of the report and landscape
orientation. Click “Next”.
· Step 6: Enter the name for the report. Click “Finish” and the
report will display as a print
preview.
Note: In order to accomplish the Customer Report, you will
need to use custom configuration via Design View. The
following reference provides the method used to create this
report.
https://youtu.be/T-HgfywQ2Y4 Runtime: 28:14
9. Project Assessment
Your manager is impressed with your performance supporting
this information system and wants to measure your competency
in the scope of your assignment. She has asked for your
assessment of the following.
· What are the major advantages of DBMS software applications
such as Microsoft Access?
· What are the components of a relational database table
(entity)?
· What are the benefits of using queries (views) in management
information systems?
· Describe one lesson learned in your efforts to complete this
project assignment
· Step 1: Provide a comprehensive summary statement in
paragraph form using Microsoft Word and name the file CIS
3100 Response <First Name Last Name> (Enter your first name
and last name).
· Step 2: Upload your Microsoft Word file to the Employee
table, attachment field of your personal record created in
section 3 of this assignment.
10. Project Deliverables
Upload your Microsoft Access file to Blackboard, including
your project assessment uploaded to your personal record
(created in section 3 of this assignment) according to the
specific instructions provided by your instructor.
11. Microsoft Access Training Videos
Use the following references to brief yourself on Microsoft
Access and supporting activities to succeed in this project and
any future work with relational databases. It is not necessary to
navigate completely through each course for this assignment.
The additional three learning series are provided to further
enable your success in this project. You should be able to find
a section within this reference to support any questions you may
have.
Learning Relational Databases
https://www.lynda.com/Access-tutorials/Learning-Relational-
Databases/604214-
2.html?srchtrk=index%3a33%0alinktypeid%3a2%0aq%3aMicros
oft+Access+training%0apage%3a1%0as%3arelevance%0asa%3a
true%0aproducttypeid%3a2
· Relational Structures
· Breaking Data Down Into Its Components
· Understanding Entities and Table
· Develop Relationships
· Develop Subtypes and Supertypes
· Following a Naming Convention
· Creating Tables in Access
· Establish Relationships in Access
· Write Queries in Access
Access 2016 Essential Training
https://www.lynda.com/Access-tutorials/Access-2016-Essential-
Training/367064-
2.html?srchtrk=index%3a8%0alinktypeid%3a2%0aq%3aMicroso
ft+Access+training%0apage%3a1%0as%3arelevance%0asa%3atr
ue%0aproducttypeid%3a2
Access 2016 Queries
https://www.lynda.com/Access-tutorials/Access-2016-
Queries/455726-
2.html?srchtrk=index%3a18%0alinktypeid%3a2%0aq%3aMicros
oft+Access+training%0apage%3a1%0as%3arelevance%0asa%3a
true%0aproducttypeid%3a2
Access 2016 Forms and Reports
https://www.lynda.com/Access-tutorials/Access-2016-Forms-
Reports/455727-
2.html?srchtrk=index%3a17%0alinktypeid%3a2%0aq%3aMicros
oft+Access+training%0apage%3a1%0as%3arelevance%0asa%3a
true%0aproducttypeid%3a2
CIS 3100 - Database Design and Implementation
7

More Related Content

Similar to CIS 3100 - Database Design and ImplementationProducts on Sale Da.docx

HARJOT.ppt
HARJOT.pptHARJOT.ppt
HARJOT.pptsatgup78
 
Tutorial on how to load images in crystal reports dynamically using visual ba...
Tutorial on how to load images in crystal reports dynamically using visual ba...Tutorial on how to load images in crystal reports dynamically using visual ba...
Tutorial on how to load images in crystal reports dynamically using visual ba...Aeric Poon
 
CS1100 Access Lab 1 Creating and Querying Database.docx
CS1100 Access Lab 1  Creating and Querying Database.docxCS1100 Access Lab 1  Creating and Querying Database.docx
CS1100 Access Lab 1 Creating and Querying Database.docxfaithxdunce63732
 
Building your first power apps from scratch a step by step walkthrough
Building your first power apps from scratch   a step by step walkthroughBuilding your first power apps from scratch   a step by step walkthrough
Building your first power apps from scratch a step by step walkthroughSanjiv Venkatram
 
SharePoint - Provide the Right Support - Atidan
SharePoint - Provide the Right Support - AtidanSharePoint - Provide the Right Support - Atidan
SharePoint - Provide the Right Support - AtidanDavid J Rosenthal
 
Sales force certification-lab-ii
Sales force certification-lab-iiSales force certification-lab-ii
Sales force certification-lab-iiAmit Sharma
 
Informatica complex transformation i
Informatica complex transformation iInformatica complex transformation i
Informatica complex transformation iAmit Sharma
 
Acccesss notes
Acccesss notesAcccesss notes
Acccesss notesart02
 
Access2007 part1
Access2007 part1Access2007 part1
Access2007 part1jigeno
 
A. Lab # BSBA BIS245A-7B. Lab 7 of 7 Database Navigation.docx
A. Lab #  BSBA BIS245A-7B. Lab 7 of 7  Database Navigation.docxA. Lab #  BSBA BIS245A-7B. Lab 7 of 7  Database Navigation.docx
A. Lab # BSBA BIS245A-7B. Lab 7 of 7 Database Navigation.docxransayo
 
Microsoft Access 2007
Microsoft Access 2007Microsoft Access 2007
Microsoft Access 2007Reshma Arun
 
Introduction to Microsoft Access2.ppt
Introduction to Microsoft Access2.pptIntroduction to Microsoft Access2.ppt
Introduction to Microsoft Access2.pptJoshCasas1
 
MS Access teaching powerpoint tasks
MS Access teaching powerpoint tasksMS Access teaching powerpoint tasks
MS Access teaching powerpoint tasksskomadina
 
Bm access2010-l1-c1 idm
Bm access2010-l1-c1 idmBm access2010-l1-c1 idm
Bm access2010-l1-c1 idmMomsterc1
 

Similar to CIS 3100 - Database Design and ImplementationProducts on Sale Da.docx (20)

HARJOT.ppt
HARJOT.pptHARJOT.ppt
HARJOT.ppt
 
Tutorial on how to load images in crystal reports dynamically using visual ba...
Tutorial on how to load images in crystal reports dynamically using visual ba...Tutorial on how to load images in crystal reports dynamically using visual ba...
Tutorial on how to load images in crystal reports dynamically using visual ba...
 
06.ms acess
06.ms acess06.ms acess
06.ms acess
 
Mca 504 dotnet_unit5
Mca 504 dotnet_unit5Mca 504 dotnet_unit5
Mca 504 dotnet_unit5
 
Oracle Forms
Oracle FormsOracle Forms
Oracle Forms
 
oracle-forms
oracle-formsoracle-forms
oracle-forms
 
CS1100 Access Lab 1 Creating and Querying Database.docx
CS1100 Access Lab 1  Creating and Querying Database.docxCS1100 Access Lab 1  Creating and Querying Database.docx
CS1100 Access Lab 1 Creating and Querying Database.docx
 
Building your first power apps from scratch a step by step walkthrough
Building your first power apps from scratch   a step by step walkthroughBuilding your first power apps from scratch   a step by step walkthrough
Building your first power apps from scratch a step by step walkthrough
 
SharePoint - Provide the Right Support - Atidan
SharePoint - Provide the Right Support - AtidanSharePoint - Provide the Right Support - Atidan
SharePoint - Provide the Right Support - Atidan
 
Sales force certification-lab-ii
Sales force certification-lab-iiSales force certification-lab-ii
Sales force certification-lab-ii
 
Informatica complex transformation i
Informatica complex transformation iInformatica complex transformation i
Informatica complex transformation i
 
Acccesss notes
Acccesss notesAcccesss notes
Acccesss notes
 
Access2007 part1
Access2007 part1Access2007 part1
Access2007 part1
 
A. Lab # BSBA BIS245A-7B. Lab 7 of 7 Database Navigation.docx
A. Lab #  BSBA BIS245A-7B. Lab 7 of 7  Database Navigation.docxA. Lab #  BSBA BIS245A-7B. Lab 7 of 7  Database Navigation.docx
A. Lab # BSBA BIS245A-7B. Lab 7 of 7 Database Navigation.docx
 
Microsoft Access 2007
Microsoft Access 2007Microsoft Access 2007
Microsoft Access 2007
 
Introduction to Microsoft Access2.ppt
Introduction to Microsoft Access2.pptIntroduction to Microsoft Access2.ppt
Introduction to Microsoft Access2.ppt
 
Access 2007
Access 2007Access 2007
Access 2007
 
Access2007
Access2007Access2007
Access2007
 
MS Access teaching powerpoint tasks
MS Access teaching powerpoint tasksMS Access teaching powerpoint tasks
MS Access teaching powerpoint tasks
 
Bm access2010-l1-c1 idm
Bm access2010-l1-c1 idmBm access2010-l1-c1 idm
Bm access2010-l1-c1 idm
 

More from mccormicknadine86

Option #2Researching a Leader Complete preliminary rese.docx
Option #2Researching a Leader Complete preliminary rese.docxOption #2Researching a Leader Complete preliminary rese.docx
Option #2Researching a Leader Complete preliminary rese.docxmccormicknadine86
 
Option 1 ImperialismThe exploitation of  colonial resources.docx
Option 1 ImperialismThe exploitation of  colonial resources.docxOption 1 ImperialismThe exploitation of  colonial resources.docx
Option 1 ImperialismThe exploitation of  colonial resources.docxmccormicknadine86
 
Option Wireless LTD v. OpenPeak, Inc.Be sure to save an elec.docx
Option Wireless LTD v. OpenPeak, Inc.Be sure to save an elec.docxOption Wireless LTD v. OpenPeak, Inc.Be sure to save an elec.docx
Option Wireless LTD v. OpenPeak, Inc.Be sure to save an elec.docxmccormicknadine86
 
Option A Land SharkWhen is a shark just a shark Consider the.docx
Option A Land SharkWhen is a shark just a shark Consider the.docxOption A Land SharkWhen is a shark just a shark Consider the.docx
Option A Land SharkWhen is a shark just a shark Consider the.docxmccormicknadine86
 
Option 3 Discuss your thoughts on drugs and deviance. Do you think .docx
Option 3 Discuss your thoughts on drugs and deviance. Do you think .docxOption 3 Discuss your thoughts on drugs and deviance. Do you think .docx
Option 3 Discuss your thoughts on drugs and deviance. Do you think .docxmccormicknadine86
 
OPTION 2 Can we make the changes we need to make After the pandemi.docx
OPTION 2 Can we make the changes we need to make After the pandemi.docxOPTION 2 Can we make the changes we need to make After the pandemi.docx
OPTION 2 Can we make the changes we need to make After the pandemi.docxmccormicknadine86
 
Option 1 You will create a PowerPoint (or equivalent) of your p.docx
Option 1 You will create a PowerPoint (or equivalent) of your p.docxOption 1 You will create a PowerPoint (or equivalent) of your p.docx
Option 1 You will create a PowerPoint (or equivalent) of your p.docxmccormicknadine86
 
Option A Description of Dance StylesSelect two styles of danc.docx
Option A Description of Dance StylesSelect two styles of danc.docxOption A Description of Dance StylesSelect two styles of danc.docx
Option A Description of Dance StylesSelect two styles of danc.docxmccormicknadine86
 
Option #2Provide several slides that explain the key section.docx
Option #2Provide several slides that explain the key section.docxOption #2Provide several slides that explain the key section.docx
Option #2Provide several slides that explain the key section.docxmccormicknadine86
 
Option 2 Slavery vs. Indentured ServitudeExplain how and wh.docx
Option 2 Slavery vs. Indentured ServitudeExplain how and wh.docxOption 2 Slavery vs. Indentured ServitudeExplain how and wh.docx
Option 2 Slavery vs. Indentured ServitudeExplain how and wh.docxmccormicknadine86
 
Option 2 ArtSelect any 2 of works of art about the Holocaus.docx
Option 2 ArtSelect any 2 of works of art about the Holocaus.docxOption 2 ArtSelect any 2 of works of art about the Holocaus.docx
Option 2 ArtSelect any 2 of works of art about the Holocaus.docxmccormicknadine86
 
Option #1 Stanford University Prison Experiment Causality, C.docx
Option #1 Stanford University Prison Experiment Causality, C.docxOption #1 Stanford University Prison Experiment Causality, C.docx
Option #1 Stanford University Prison Experiment Causality, C.docxmccormicknadine86
 
Option A  Gender CrimesCriminal acts occur against individu.docx
Option A  Gender CrimesCriminal acts occur against individu.docxOption A  Gender CrimesCriminal acts occur against individu.docx
Option A  Gender CrimesCriminal acts occur against individu.docxmccormicknadine86
 
opic 4 Discussion Question 1 May students express religious bel.docx
opic 4 Discussion Question 1 May students express religious bel.docxopic 4 Discussion Question 1 May students express religious bel.docx
opic 4 Discussion Question 1 May students express religious bel.docxmccormicknadine86
 
Option 1Choose a philosopher who interests you. Research that p.docx
Option 1Choose a philosopher who interests you. Research that p.docxOption 1Choose a philosopher who interests you. Research that p.docx
Option 1Choose a philosopher who interests you. Research that p.docxmccormicknadine86
 
Option #1The Stanford University Prison Experiment Structu.docx
Option #1The Stanford University Prison Experiment Structu.docxOption #1The Stanford University Prison Experiment Structu.docx
Option #1The Stanford University Prison Experiment Structu.docxmccormicknadine86
 
Operationaland Organizational SecurityChapter 3Princ.docx
Operationaland Organizational SecurityChapter 3Princ.docxOperationaland Organizational SecurityChapter 3Princ.docx
Operationaland Organizational SecurityChapter 3Princ.docxmccormicknadine86
 
Open the file (Undergrad Reqt_Individual In-Depth Case Study) for in.docx
Open the file (Undergrad Reqt_Individual In-Depth Case Study) for in.docxOpen the file (Undergrad Reqt_Individual In-Depth Case Study) for in.docx
Open the file (Undergrad Reqt_Individual In-Depth Case Study) for in.docxmccormicknadine86
 
onsider whether you think means-tested programs, such as the Tem.docx
onsider whether you think means-tested programs, such as the Tem.docxonsider whether you think means-tested programs, such as the Tem.docx
onsider whether you think means-tested programs, such as the Tem.docxmccormicknadine86
 
Operations security - PPT should cover below questions (chapter 1 to.docx
Operations security - PPT should cover below questions (chapter 1 to.docxOperations security - PPT should cover below questions (chapter 1 to.docx
Operations security - PPT should cover below questions (chapter 1 to.docxmccormicknadine86
 

More from mccormicknadine86 (20)

Option #2Researching a Leader Complete preliminary rese.docx
Option #2Researching a Leader Complete preliminary rese.docxOption #2Researching a Leader Complete preliminary rese.docx
Option #2Researching a Leader Complete preliminary rese.docx
 
Option 1 ImperialismThe exploitation of  colonial resources.docx
Option 1 ImperialismThe exploitation of  colonial resources.docxOption 1 ImperialismThe exploitation of  colonial resources.docx
Option 1 ImperialismThe exploitation of  colonial resources.docx
 
Option Wireless LTD v. OpenPeak, Inc.Be sure to save an elec.docx
Option Wireless LTD v. OpenPeak, Inc.Be sure to save an elec.docxOption Wireless LTD v. OpenPeak, Inc.Be sure to save an elec.docx
Option Wireless LTD v. OpenPeak, Inc.Be sure to save an elec.docx
 
Option A Land SharkWhen is a shark just a shark Consider the.docx
Option A Land SharkWhen is a shark just a shark Consider the.docxOption A Land SharkWhen is a shark just a shark Consider the.docx
Option A Land SharkWhen is a shark just a shark Consider the.docx
 
Option 3 Discuss your thoughts on drugs and deviance. Do you think .docx
Option 3 Discuss your thoughts on drugs and deviance. Do you think .docxOption 3 Discuss your thoughts on drugs and deviance. Do you think .docx
Option 3 Discuss your thoughts on drugs and deviance. Do you think .docx
 
OPTION 2 Can we make the changes we need to make After the pandemi.docx
OPTION 2 Can we make the changes we need to make After the pandemi.docxOPTION 2 Can we make the changes we need to make After the pandemi.docx
OPTION 2 Can we make the changes we need to make After the pandemi.docx
 
Option 1 You will create a PowerPoint (or equivalent) of your p.docx
Option 1 You will create a PowerPoint (or equivalent) of your p.docxOption 1 You will create a PowerPoint (or equivalent) of your p.docx
Option 1 You will create a PowerPoint (or equivalent) of your p.docx
 
Option A Description of Dance StylesSelect two styles of danc.docx
Option A Description of Dance StylesSelect two styles of danc.docxOption A Description of Dance StylesSelect two styles of danc.docx
Option A Description of Dance StylesSelect two styles of danc.docx
 
Option #2Provide several slides that explain the key section.docx
Option #2Provide several slides that explain the key section.docxOption #2Provide several slides that explain the key section.docx
Option #2Provide several slides that explain the key section.docx
 
Option 2 Slavery vs. Indentured ServitudeExplain how and wh.docx
Option 2 Slavery vs. Indentured ServitudeExplain how and wh.docxOption 2 Slavery vs. Indentured ServitudeExplain how and wh.docx
Option 2 Slavery vs. Indentured ServitudeExplain how and wh.docx
 
Option 2 ArtSelect any 2 of works of art about the Holocaus.docx
Option 2 ArtSelect any 2 of works of art about the Holocaus.docxOption 2 ArtSelect any 2 of works of art about the Holocaus.docx
Option 2 ArtSelect any 2 of works of art about the Holocaus.docx
 
Option #1 Stanford University Prison Experiment Causality, C.docx
Option #1 Stanford University Prison Experiment Causality, C.docxOption #1 Stanford University Prison Experiment Causality, C.docx
Option #1 Stanford University Prison Experiment Causality, C.docx
 
Option A  Gender CrimesCriminal acts occur against individu.docx
Option A  Gender CrimesCriminal acts occur against individu.docxOption A  Gender CrimesCriminal acts occur against individu.docx
Option A  Gender CrimesCriminal acts occur against individu.docx
 
opic 4 Discussion Question 1 May students express religious bel.docx
opic 4 Discussion Question 1 May students express religious bel.docxopic 4 Discussion Question 1 May students express religious bel.docx
opic 4 Discussion Question 1 May students express religious bel.docx
 
Option 1Choose a philosopher who interests you. Research that p.docx
Option 1Choose a philosopher who interests you. Research that p.docxOption 1Choose a philosopher who interests you. Research that p.docx
Option 1Choose a philosopher who interests you. Research that p.docx
 
Option #1The Stanford University Prison Experiment Structu.docx
Option #1The Stanford University Prison Experiment Structu.docxOption #1The Stanford University Prison Experiment Structu.docx
Option #1The Stanford University Prison Experiment Structu.docx
 
Operationaland Organizational SecurityChapter 3Princ.docx
Operationaland Organizational SecurityChapter 3Princ.docxOperationaland Organizational SecurityChapter 3Princ.docx
Operationaland Organizational SecurityChapter 3Princ.docx
 
Open the file (Undergrad Reqt_Individual In-Depth Case Study) for in.docx
Open the file (Undergrad Reqt_Individual In-Depth Case Study) for in.docxOpen the file (Undergrad Reqt_Individual In-Depth Case Study) for in.docx
Open the file (Undergrad Reqt_Individual In-Depth Case Study) for in.docx
 
onsider whether you think means-tested programs, such as the Tem.docx
onsider whether you think means-tested programs, such as the Tem.docxonsider whether you think means-tested programs, such as the Tem.docx
onsider whether you think means-tested programs, such as the Tem.docx
 
Operations security - PPT should cover below questions (chapter 1 to.docx
Operations security - PPT should cover below questions (chapter 1 to.docxOperations security - PPT should cover below questions (chapter 1 to.docx
Operations security - PPT should cover below questions (chapter 1 to.docx
 

Recently uploaded

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
 
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
 
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
 
Historical philosophical, theoretical, and legal foundations of special and i...
Historical philosophical, theoretical, and legal foundations of special and i...Historical philosophical, theoretical, and legal foundations of special and i...
Historical philosophical, theoretical, and legal foundations of special and i...jaredbarbolino94
 
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
 
How to Configure Email Server in Odoo 17
How to Configure Email Server in Odoo 17How to Configure Email Server in Odoo 17
How to Configure Email Server in Odoo 17Celine George
 
Pharmacognosy Flower 3. Compositae 2023.pdf
Pharmacognosy Flower 3. Compositae 2023.pdfPharmacognosy Flower 3. Compositae 2023.pdf
Pharmacognosy Flower 3. Compositae 2023.pdfMahmoud M. Sallam
 
call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️
call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️
call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️9953056974 Low Rate Call Girls In Saket, Delhi NCR
 
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
 
Earth Day Presentation wow hello nice great
Earth Day Presentation wow hello nice greatEarth Day Presentation wow hello nice great
Earth Day Presentation wow hello nice greatYousafMalik24
 
“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
 
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
 
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
 
Roles & Responsibilities in Pharmacovigilance
Roles & Responsibilities in PharmacovigilanceRoles & Responsibilities in Pharmacovigilance
Roles & Responsibilities in PharmacovigilanceSamikshaHamane
 
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
 
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
 
Final demo Grade 9 for demo Plan dessert.pptx
Final demo Grade 9 for demo Plan dessert.pptxFinal demo Grade 9 for demo Plan dessert.pptx
Final demo Grade 9 for demo Plan dessert.pptxAvyJaneVismanos
 

Recently uploaded (20)

9953330565 Low Rate Call Girls In Rohini Delhi NCR
9953330565 Low Rate Call Girls In Rohini  Delhi NCR9953330565 Low Rate Call Girls In Rohini  Delhi NCR
9953330565 Low Rate Call Girls In Rohini Delhi NCR
 
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
 
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
 
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
 
Historical philosophical, theoretical, and legal foundations of special and i...
Historical philosophical, theoretical, and legal foundations of special and i...Historical philosophical, theoretical, and legal foundations of special and i...
Historical philosophical, theoretical, and legal foundations of special and i...
 
Model Call Girl in Bikash Puri Delhi reach out to us at 🔝9953056974🔝
Model Call Girl in Bikash Puri  Delhi reach out to us at 🔝9953056974🔝Model Call Girl in Bikash Puri  Delhi reach out to us at 🔝9953056974🔝
Model Call Girl in Bikash Puri Delhi reach out to us at 🔝9953056974🔝
 
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
 
How to Configure Email Server in Odoo 17
How to Configure Email Server in Odoo 17How to Configure Email Server in Odoo 17
How to Configure Email Server in Odoo 17
 
Pharmacognosy Flower 3. Compositae 2023.pdf
Pharmacognosy Flower 3. Compositae 2023.pdfPharmacognosy Flower 3. Compositae 2023.pdf
Pharmacognosy Flower 3. Compositae 2023.pdf
 
call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️
call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️
call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️
 
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
 
Earth Day Presentation wow hello nice great
Earth Day Presentation wow hello nice greatEarth Day Presentation wow hello nice great
Earth Day Presentation wow hello nice great
 
“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...
 
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
 
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
 
Roles & Responsibilities in Pharmacovigilance
Roles & Responsibilities in PharmacovigilanceRoles & Responsibilities in Pharmacovigilance
Roles & Responsibilities in Pharmacovigilance
 
OS-operating systems- ch04 (Threads) ...
OS-operating systems- ch04 (Threads) ...OS-operating systems- ch04 (Threads) ...
OS-operating systems- ch04 (Threads) ...
 
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
 
Solving Puzzles Benefits Everyone (English).pptx
Solving Puzzles Benefits Everyone (English).pptxSolving Puzzles Benefits Everyone (English).pptx
Solving Puzzles Benefits Everyone (English).pptx
 
Final demo Grade 9 for demo Plan dessert.pptx
Final demo Grade 9 for demo Plan dessert.pptxFinal demo Grade 9 for demo Plan dessert.pptx
Final demo Grade 9 for demo Plan dessert.pptx
 

CIS 3100 - Database Design and ImplementationProducts on Sale Da.docx

  • 1. CIS 3100 - Database Design and Implementation Products on Sale Database for Kahdea Inc. 1. Project Overview The activities in this project are designed to provide a better understanding of how data is organized into a relational database. A relational database enables management information systems to support inventory, transactions and business intelligence capabilities. Using Microsoft Access 2016, you will create and manage tables, perform data imports, link tables via relationships, create queries and finally create reports for executive summary. A general overview of relational database fundamentals and Microsoft Access training via Lynda.com is provided in section 11 to enable your success in this project. Please allow enough time to expose yourself to this material before starting the project. 2. Company Background Kahdea Inc. is a small startup company that sells sports merchandise online. The mission of the company is to successfully sell and deliver sports products for all. The company sells products for a wide variety of sports including football, basketball, baseball, soccer, hockey, and volleyball. Kahdea is composed of twenty-eight (28) employees who work
  • 2. in different departments (production, operations, automation, accounting, human resources, finance, marketing, etc.). During their probation period, all employees are trained before being assigned into their positions. Kahdea is planning to have their annual sale next month. This sale is an important event for the company because it can typically generate 31% of Kahdea’s annual revenue. The company has been planning this sale for some time now, and wants to make sure all transactions are supported without issue. Your specific role in the project You are a new hire at Kahdea. During your training, you are expected to learn about building and maintaining relational databases using Microsoft Access. The database you will support is being used to keep track of Kahdea’s sales during this period. Although the database has been constructed, the team needs your assistance inserting data, using forms, creating queries and reports. Your first training task requires you to watch the Microsoft Access training videos on Lynda.com. A series of hyperlinks for reference information are provided for you at the end of this project document. After you become familiar with Microsoft Access, open the Kahdea.accdb file. 3. Create a Table Before you begin, the team wants to ensure you understand table structure. They would like you to create a table for Employees and populate a few records. The table should include the field names: EmployeeID(PK), Last Name, First Name, Phone and Attachments. · Step 1: Click the “Create” tab on the top ribbon and select
  • 3. “Table Design”. · Step 2: Enter the Field Names and Data Type. Include a Primary Key (EmployeeID) for the table. Select attachment as the data type for the Attachments field. · Step 3: Save the table as “Employee”. · Step 4: Enter the following records into the table. Create a personal record by substituting the red text with your information (enter a fictitious phone number). This record will be used later in section 9 of this assignment. EmployeeID Last Name First Name Phone Attachments 1 Kathleen Salazar (909) 869-5438 2 Kim Stella (909) 869-2360 3 Leen Hlahza (909) 869-5079 4 Mike Jacob (909) 648-1010 5
  • 4. <your first name> <your last name> <a phone number> see section 9 · Step 5: After you enter the records, close the table. The entries should be saved. 4. Importing Data In preparation for the sale, the team has gathered information regarding products’ supplier, and customers that need to be entered into the system. Since there is a lot of information to upload, using the forms will not be effective. Microsoft Access allows for a bulk insert of data. Populate Customer table with data For this task you will need the Customer.xlsx file. · Step 1: Right click on the Customer table (Under All Access Objects panel) and select “Import”, choose “Excel”. · Step 2: In the pop-up window click “Browse” and navigate to the Customer.xlsx file.
  • 5. Select the file. · Step 3: Click “Append copy of the records to the table” and in the drop-down menu choose “Customer”, click “OK”. · Step 4: Click “Next” until the final window. Click “Finish”. 4. Importing Data (continued) Populate ProductSupplier table with Data For this task you will need the ProductSupplier.txt file. · Step 1: Right click on the ProductSupplier table (under All Access Objects panel) and select “Import”. Choose “Text File”. · Step 2: In the pop-up window click “Browse” and navigate to the ProductSupplier.txt file, choose the file. · Step 3: Click “Append copy of the records to the table” and in the drop-down menu · choose “ProductSupplier”, click “OK”. · Step 4: Click “Next” until the final window. Click “Finish”. Note: For best results, right-mouse click on the
  • 6. ProductSupplier.txt file then save the file to your desktop to enable this data import. 5. Create Forms As a new hire at Kahdea Inc. you are tasked to create forms. Database administrators can enter the data directly into the tables. However, your boss feels it would be more efficient to create a form that coaches users to enter information in the best order. Create a user entry form to capture suppliers and product category data. Create the Supplier Form Apply the following steps using the Form Wizard to create a data entry form with tabular layout. Include all fields except Webpage and Notes. · Step 1: Click the “Create” tab on the top ribbon and select “Form Wizard” · Step 2: In the popup window select the Supplier Table from the drop-down menu (Tables/Queries).Select the fields you wish to use and move them to the Selected Fields box by clicking the “>” button. Click “Next”.
  • 7. · Step 3: Click and select “Tabular”, and click “Next”. · Step 4: Name the form Populate Supplier, and click “Finish”. · Step 5: Click the New Record icon. · Step 6: Populate the form with new entries using the table given below, once all entries are entered, save the form. Once finished, close the form. Field Input CompanyName Iamz Co Address1 153 9th Street City Brea State CA Zip 92821 Country USA Phone 7148884565 FaxNumber 6523937595 Create the ProductCategory Form Apply the following steps using the Form Wizard to create a data entry form with a columnar layout, to add data into the ProductCategory table. Include all fields except ProductCategoryID and Active. · Step 1: Click the “Create” tab on the top ribbon and select “Form Wizard”. · Step 2: In the popup window select the ProductCategory table
  • 8. from the drop-down menu (Tables/Queries).Select the fields you wish to use and move them to the Selected Fields box by clicking the “>” button. Click “Next” · Step 3: Click and select “Columnar”, and click “Next”. · Step 4: Name the form Populate ProductCategory, and click “Finish”. · Step 5: Click the New Record icon. · Step 6: Populate the form with new entries using the table given below, once all entries are entered save the form. Once finished close the form. Field Input ProductCategory Bodybuilding 6. Creating Relationships Although the tables have been created, some of them are missing relationships. Without table relationships, inserts, updates, or deletions in one table, data will not propagate to the other tables. You will need to create the relationships for all tables in the database. Note: All tables have at least one relationship while some have two. · Step 1: Click the “Database Tools” tab on the top ribbon and select “Relationships”. · Step 2: If a table is not displaying on the screen, click the “Database Tools” tab on the top ribbon and select “Show Table”, on the popup window and click “Add”. After selecting any missing Tables, click “Close”. · Step 3: Drag the Primary Key from the first table to the Foreign Key on the second table. A new window will appear displaying the joint keys. Check “Enforce Referential Integrity”. Click “Create” to create the relationship. · Step 4: Continue creating relationships for tables that do not
  • 9. have relationships. · Step 5: Save all changes and the close the workspace. 7. Create Queries Kahdea Inc. wants to gather information from the database. Create the following queries to enable decision making for inventory and logistics. MostProductsSold Query Create a query that displays the Product Code, Product Description, and number of times the Product was sold. Limit to the results to products that were sold at least 10 times. Save the query as MostProductsSold. CustomerOrders Query Create a query that displays CustomerID, ShipName, Order ID, Order Date, Product Code, Product Description, Quantity Sold, Price, and Total. Limit the results to Orders between 07/06/2017 and 09/07/2017. Save the query as CustomerOrders. Note: In order to accomplish the Customer Orders query, you will need to create the “Total” field in your query results by using the “’Builder” tab. The following reference provides the method used to create a calculation query in Microsoft Access. https://www.youtube.com/watch?v=TKHyv1GhdDY
  • 10. 7. Create Queries (continued) CustomerOrders Query ProductPrices Query Create a query that displays the Company Name, Products Code, Product Description, Purchase Price, and Sale Price. Limit the query to products where purchase price is greater than sale price. Save the query as ProductPrices. · Step 1: Click the “Create” tab on the top ribbon and select “Query Design”. · Step 2: In the popup window, select the table you need for the query and click “Add”. Once all tables are selected, click the “Close” button. · Step 3: Select the fields required for the query. · Step 4: Enter criteria for the query. · Step 5: Click the “Run” button. Verify the query displays the correct data.
  • 11. 8. Reports Your manager is impressed with your database skills and would like you to prepare the following information for reporting to the executive team. Your manager is a has high expectations on the reporting format, so you will need to display this information in a presentable format. Create a report to display CustomerOrders. Include CustomerID, ShipName, Order ID, Order Date, Product Code, Product Description, Quantity Sold, Price, and Total. Include the title “Customer Report” in the page header. Include the run date, page number and total pages in the page footer. Save the report. · Step 1: Click the “Create” tab on the top ribbon and select “Report Wizard” on the far right. · Step 2: In the popup window, select the query from the drop- down menu (Tables/Queries).Select the fields you wish to use and move them to the Selected Fields box by clicking the “>” button. Click “Next”. · Step 3: Select the fields to group by. This is optional and is
  • 12. not always required. Click “Next”. · Step 4: Select the “sort order” of the report. Click “Next”. · Step 5: Select the Format of the report and landscape orientation. Click “Next”. · Step 6: Enter the name for the report. Click “Finish” and the report will display as a print preview. Note: In order to accomplish the Customer Report, you will need to use custom configuration via Design View. The following reference provides the method used to create this report. https://youtu.be/T-HgfywQ2Y4 Runtime: 28:14 9. Project Assessment Your manager is impressed with your performance supporting this information system and wants to measure your competency in the scope of your assignment. She has asked for your assessment of the following. · What are the major advantages of DBMS software applications such as Microsoft Access? · What are the components of a relational database table
  • 13. (entity)? · What are the benefits of using queries (views) in management information systems? · Describe one lesson learned in your efforts to complete this project assignment · Step 1: Provide a comprehensive summary statement in paragraph form using Microsoft Word and name the file CIS 3100 Response <First Name Last Name> (Enter your first name and last name). · Step 2: Upload your Microsoft Word file to the Employee table, attachment field of your personal record created in section 3 of this assignment. 10. Project Deliverables Upload your Microsoft Access file to Blackboard, including your project assessment uploaded to your personal record (created in section 3 of this assignment) according to the specific instructions provided by your instructor. 11. Microsoft Access Training Videos Use the following references to brief yourself on Microsoft Access and supporting activities to succeed in this project and any future work with relational databases. It is not necessary to navigate completely through each course for this assignment. The additional three learning series are provided to further enable your success in this project. You should be able to find a section within this reference to support any questions you may have.
  • 14. Learning Relational Databases https://www.lynda.com/Access-tutorials/Learning-Relational- Databases/604214- 2.html?srchtrk=index%3a33%0alinktypeid%3a2%0aq%3aMicros oft+Access+training%0apage%3a1%0as%3arelevance%0asa%3a true%0aproducttypeid%3a2 · Relational Structures · Breaking Data Down Into Its Components · Understanding Entities and Table · Develop Relationships · Develop Subtypes and Supertypes · Following a Naming Convention · Creating Tables in Access · Establish Relationships in Access · Write Queries in Access Access 2016 Essential Training https://www.lynda.com/Access-tutorials/Access-2016-Essential- Training/367064- 2.html?srchtrk=index%3a8%0alinktypeid%3a2%0aq%3aMicroso ft+Access+training%0apage%3a1%0as%3arelevance%0asa%3atr ue%0aproducttypeid%3a2 Access 2016 Queries https://www.lynda.com/Access-tutorials/Access-2016- Queries/455726- 2.html?srchtrk=index%3a18%0alinktypeid%3a2%0aq%3aMicros oft+Access+training%0apage%3a1%0as%3arelevance%0asa%3a true%0aproducttypeid%3a2
  • 15. Access 2016 Forms and Reports https://www.lynda.com/Access-tutorials/Access-2016-Forms- Reports/455727- 2.html?srchtrk=index%3a17%0alinktypeid%3a2%0aq%3aMicros oft+Access+training%0apage%3a1%0as%3arelevance%0asa%3a true%0aproducttypeid%3a2 CIS 3100 - Database Design and Implementation 7