Title: Microsoft Access
1Microsoft Access
- A Database Management System (DBMS)
2What is a Database?
- A collection of data organized in a manner that
allows access, retrieval, and use of that data.
3DBMS are a part of modern life,
- Airline reservations system
- Phone book
- Hospital records
- Telemarketer records
- Grocery store customer records
- Shopping mall kiosks
- Student information
4Database Management Systems
- DBMS a program that sets up, or structures, a
database. It provides tools to enter, edit, and
retrieve data from the database. - DBMS are used by all kinds of organizations from
large corporations to small businesses to
individuals. - Microsoft Access, Corel Paradox, Lotus Approach,
Oracle
5Database Management Systems
The next best thing to knowing something is
knowing WHERE TO FIND IT. - Samuel Johnson
- Locate records quickly
- Rearrange or sort records
- Extract records that meet certain conditions
- Make inquiries
- Generate reports
6The Many Faces of a DBMS
Store manager inventory tracking, pricing
changes, etc.
Programmer create user interfaces and custom
reports
Store clerk scan bar codes to access prices
data, print receipt
7Database Management Systems
- The relational database is the most widely used
database structure. - Data is organized into tables.
- Each table is made up of rows called records, and
columns called fields. - Each record contains fields of information about
some specific item.
8DBMS vs Spreadsheet
- Although both types of software organize data
into a similar format (tables with rows and
columns) they are used differently. - Spreadsheets are great number crunchers, and are
helpful for small database applications - DBMS are great for organizing large amounts of
data, but not as great for number crunching.
9The Future of Database Technology
- Advances in the last two decades have changed the
way most organizations deal with data, and
current trends suggest even bigger changes in the
near future. - Data Mining
- Databases and the Web
- Multimedia Databases
- Natural Language queries
10How big is the largest database?
- 29 trillion characters
- 29,000,000,000,000
- Within the next few years, the size of the
largest database is expected to exceed 5
quadrillion characters.
11The Privacy Problem
- We live in the information age and data is one of
the currencies of our time. - Businesses and government agencies spend billions
of dollar every year to collect and exchange
information about us. - Databases are bought and sold everyday.
12Access Project 1
- You will be creating a database for Ashton James
College - You will be recording information on their
clients and their trainer in two different tables
(that are in the Ashton James College Database - Database terms
- Database
- Records
- Fields
- Primary key unique identifier
13Page AC 4 Figure 1-1
14Creating a New Database
- In Access, all tables, reports, forms and queries
that you create are stored in a single file
called a database.
15BEWARE!
- The database file can get big quickly.
- If you are using a floppy disk to save your work
use a clean floppy for the Ashton James College
Database (project 1 and 2) - If your file is too big for your disk you wont
know it until you try to save it you wont be
able to and will lose your work from your last
save.
16Create a Table
- First you must describe the structure of the
table to Access by describing the fields within
the table. - Field name
- Primary Key? (unique identifier)
- Data type
- Field size
- Description
17Fig 1-10a on page AC 15
18Fig 1-15 on page AC 19
19Fig 1-19 on page AC 20
20- Once you have the table set up, then you add
records to it. - You will set up more than one table in a
database. - After the tables have data in them, you can then
begin to manipulate the data.
21Queries, Forms and Reports
- Queries are simply questions, the answers to
which are in the database. - Forms are another way to view the data and
manipulate the data - Report are way to present the data in a more
organized and appropriate manner.