Microsoft Applications

Slides:



Advertisements
Similar presentations
NJ User Exchange – April, PowerSchool is a relational database which consists of many smaller databases or Tables connected together Each Table.
Advertisements

Using a database to organize information
RCFN.MDB Setup This is an ACCESS 2000 format database Save the RCFN.MDB database to your local or network drive Open the RCFN.MDB Click on the Tools Menu.
Designing Databases In database design, you determine the fields, tables, and relationships between tables that are needed to satisfy the users’ requirements.
Access Lesson 2 Creating a Database
Table design screen Field name Data type Field size Other properties.
ISP 121 Access Normalization and Relationships. Normalization Say we’re operating a pet day-care and we need to keep information on our pets/customers.
Creating a Blank Database 1. Open up Microsoft Access 2. Click on Blank document button 3. On the right panel, Specify the location for saving your database.
Database Software Application
MS Access 2007 IT User Services - University of Delaware.
Microsoft Access 2000 Creating Tables and Relationships.
Introduction to Databases. Overview  What is a Database?  What is a Database Management System?  How is information organized in a database?  What.
1 Access Lesson 5 Creating and Modifying Reports Microsoft Office 2010 Introductory.
Vocabulary for Envelope Addressing Copyright 2015 Donna Barr All rights reserved by author
Microsoft Access Data Base Application. A Few Terms Database – A collection of related information. Database – A collection of related information. Field.
Microsoft Access 2013 Design and Create Tables to Store Data Chapter 2.
Lesson 17 Getting Started with Access Essentials
Relational Databases (MS Access)
Database Design. Referential Integrity : data in a table that links to data in another table must always work in such a way that following the link will.
HSC IT Center Training University of Florida Introduction to Database Concepts and Microsoft Access 2007 Health Science Center IT Center – Training
Microsoft Access 2010 Crash Course Part 1 Academic Health Center Training (352)
This is the first screen you will encounter. Select Blank Database.
Constraints - primary and foreign keys in Oracle Please use speaker notes for additional information!
HSC IT Center Training University of Florida Microsoft Access Understanding Relationships Health Science Center IT Center – Training
1 Committed to Shaping the Next Generation of IT Experts. Chapter 1- Introduction to Access: What is a Database? Robert Grauer and Maryann Barber Exploring.
1 Database Systems Introduction to Microsoft Access Part 2.
Microsoft Access is a database program to manage sort retrieve group filter for certain records.
Introduction to Databases. What is a database?  A database program is nothing more than an electronic version of a 3x5 card file  A database is defined.
Introduction to Access Chapter 13 pages 1-4. What is a database??? Related information is stored in databases  All SC student information is stored in.
Microsoft Access Database Creation and Management.
The Rent-A-Dress Database
Making a great Project 2 OCR 1994/2360. Implementation This is about how you make your system. It should have enough detail for a competent user to be.
Access Lessons 4 and 5 © 2009 M and K Solutions, LLC -- All Rights Reserved.
INTRODUCTION TO DATABASES USING MICROSOFT ACCESS Basic Database Terms Create A Database Creating Table Fields Populating a Table Modifying Data Create.
Computer Science & Engineering 2111 Database Objects 1 CSE 2111 Introduction to Database Management Systems.
HSC IT Center Training University of Florida Microsoft Access Relationships Health Science Center IT Center – Training
Notes: **A Row is considered one Record. **A Column is a Field. A Database is…  an organized set of stored information usually on one topic  a collection.
Introduction to Database Concepts and Microsoft Access 2007 Presented By: Mr. Kenver Regis.
Database (Microsoft Access). Database A database is an organized collection of related data about a specific topic or purpose. Examples of databases include:
DAY 20: ACCESS CHAPTERS 5, 6, 7 Larry Reaves October 28,
Microsoft Access 2016 Design and Create Tables to Store Data
Introduction to Database Systems
Access Lesson 5 Creating and Modifying Reports
Database Essentials Access Lesson 1.
Starter Activity (5 Mins) What am I?
Databases Chapter 16.
Chapter 6 Data flow diagramming ACCOUNTING INFORMATION SYSTEMS
Database Essentials Access Lesson 1.
Microsoft Access 2013 Design and Create Tables to Store Data
Performing Mail Merges
Photo ID required for entry to show
Introduction to Database Systems
Design a Relational Database Identify Database Purpose
What is a Database? How is a Database use? How to set up in Access?
Design and Create Tables to Store Data Chapter 2
Data Tables Product Table Vendor Table Product ID# Vendor ID#
Introduction to Database Concepts and Microsoft Access 2003
Normalization and Databases
Access Lesson 2 Creating a Database
What is a Database? A collection of data organized in a manner that allows access, retrieval, and use of that data.
Data Types and Field Properties
Mail Merge in Word 2016 © EIT, Author Gay Robertson, 2017.
Microsoft Access Understanding Relationships
ICT Database Lesson 2 Designing a Database.
Microsoft Office Access is the best –selling personal computer database management system. What is Access?
SALES RECEIPT Downloaded from
Topic 12 Lesson 2 – Retrieving Data with Queries
[Payee Name] [Street Address] [City, ST ZIP Code]
Design and Create Objects to Store Data Chapter 2
Microsoft Access Date.
Presentation transcript:

Microsoft Applications Access Database Management System Mrs. Purdy BCIT

Student Address Table Student ID First Name Last Name Street City State Zip

Student Attendance Table Student ID School Year Date Attendance Code

Student Grades Table Student ID School Year Course ID Section ID Grade Comment Code

Student Attendance Table Student Database Student Address Table Student Attendance Table Student Grades Table

What is the “unique” information that ties these tables together? A: Student Name B: Student Address C: Student ID D: School Year

Student Attendance Table Student Address Table Student ID First Name Last Name Street City State Zip Student Attendance Table Student ID School Year Date Attendance Code Student Grades Table Student ID School Year Course ID Section ID Grade Comment Code

Inputs Outputs Student Database Tables Reports Queries Screens/ Forms

Important Vocabulary A: Record B: Field C: Table D: Database Student ID School Year Course ID Section ID Grade Comment Code 1003034 2011 0508 0001 A 01 1000028 03 1000234 C 18 1000552 B A: Record B: Field C: Table D: Database

Important Vocabulary A: Record B: Field C: Table D: Database Student ID School Year Course ID Section ID Grade Comment Code 1003034 2011 0508 0001 A 01 1000028 1000234 1000552 A: Record B: Field C: Table D: Database

The “unique” field is called what? Student ID School Year Course ID Section ID Grade Comment Code 1003034 2011 0508 0001 A 01 1000028 1000234 1000552 A: Primary field B: Unique field C: Primary Key D: Unique Key

And Remember… Garbage in, garbage out. Ex: if you type “rd.” in your Access table, that is what will appear on your mailing label. Enter each record, not each field!!!

Questions? ?