Intro Database (MS Access) : Presenter Mr. J. Stephens
Intro Database (MS Access) : Presenter Mr. J. Stephens
Intro Database (MS Access) : Presenter Mr. J. Stephens
Presenter
Mr. J. Stephens
OBJECTIVES
At the end of this lesson, students should be able to:
1. Define what is a database
2. Identify the most popular database management System
3. Identify at least 3 use of a DMS
4. Define terms associated with MS Access (table, record, field,
primary key relationships, queries, forms, reports)
5. Demonstrate how to start MS Access correctly without the
assistant of teacher
6. Create a table in design view after teacher demonstration by
teacher
What is a database ?
A database is a collection of information that is organized in tables
and stored on a computer system. This information can be updated
or modified as required.
We can also say it’s like a room in an office which has files in it.
Table:
A table is a collection of rows referred to as records and
columns referred to as fields
Terms associated with MS Access
Primary Key
A primary key is a field or set of fields with values that are
unique throughout a table. Values of the key can be used
to refer to entire records, because each record has a
different value for the key. Each table can only have one
primary key.
Terms associated with MS Access
Record and Fields
Field size determine the amount of character that can fit in a field
MS Access Data types cnt’d
Steps in creating a Database in
MS Access
Step 1: Locate the MS Application and open
Steps in creating a Database in
MS Access
Step 2: Select blank database
Steps in creating a Database in
MS Access
Step 3: After selecting blank database, you will be directed to
this window. Enter the name or title of your database then
select create
Steps in creating a
Database in MS Access
After selecting create, your database has created . You will
then be directed to your blank database.
Creating a table in Database in
MS Access
The best way to create a database in MS access is to do it
in design view.
Step 1: close the current table by selecting this x
creating a table in Database in
MS Access
Step 2: Next select the “Create” tab
Step 3: Then select “table design” or table in “design
view”
Creating a table in Database in
MS Access
Step 4: You will then be directed to this window “design
view”. This where you will create your Fields, select the
data type and add description
creating a table in Database in
MS Access
Step 5: Enter your field and select the data type based on
the data you will enter under each field.
Step 6: After you have entered and select your data type,
select the small x
Creating a table in Database in
MS Access
Step 7: After selecting the x, a pop up menu will appear
asking if you want to save or cancel. Select yes.
Creating a table in Database in
MS Access
Step 8: Next enter the name of your table in the “save as”
pop up menu then select ok
Creating a table in Database in
MS Access
Step 9: If you have NOT select a primary key, a menu
will pop up asking if you want to create a primary key
now, select “NO”. and your table will be created.
Then you will be able to add records to your table