TO Ms Access: Ida Kristina Ramos Leslie Calcetas
TO Ms Access: Ida Kristina Ramos Leslie Calcetas
TO
MS ACCESS
IDA KRISTINA RAMOS
LESLIE CALCETAS
Keywords :
1. Defined or organized
2. Collection of Data
3. Within an organization
DATASHEET
In Access, data is stored in tables.
A datasheet displays the information stored in a table, in columns and
rows.
The columns are called fields. These are attributes. For eg:- name, phone
number etc.
The rows are called records. It is a collection of attribute related to an
entity. For eg:- data of A in students details file.
You can use a datasheet to create a table, enter data, retrieve data, and
perform other tasks.
Use of MS Access
Access enables to arrange the data in a fixed structure. Its structure makes
the information easy to :
oManipulate
oSort
oDisplay
oPrint
oPrepare Reports etc.
FEATURES OF MS Access of 2007
oNew and improved user interface
oNew templates
oEnhanced sorting
oAutomatic calendar
oQuick table creation
oA new file format ACCDB
RELATIONSHIPS
oRelational databases connect data in different files by using
common data elements or a key field. These key fields are used to
connect one table of data to another.
oFew examples are : - Name, telephone number and address of all
students kept in this college. You can use Access even to find out the
relation between name, address and telephone number of a student
within a table to the course and time-table within another table.
Purpose of Database
They are also built to organize, store, and retrieve
information as efficiently and effectively as possible
Significance in Live Environment
Linking with Projects
Example:
◦ data from a website
◦ Storing , retrieving and managing data efficiently
Uses of MS Access
Connecting to web pages
Creating sample database
Storing data
Creating relation between Tables
Functions in MS Access
Sort a Table
◦ By sorting, you can put a column of information in alphabetical, numerical, or
date order. You can sort in ascending order (alphabetical from A to Z, lowest
number to highest number, earliest date to latest date) or descending order
(alphabetical from Z to A, highest number to lowest number, latest date to
earliest date). You can also sort within a sort. For example, you can sort by
state and then sort within each state by city. When sorting within a sort,
perform the innermost sort first. For example, if you are sorting by state and
then city, sort the city first and then sort by state.
Functions in MS Access
Creating Reports
◦ Reports organize and summarize data for viewing online or for printing. A
detail report displays all of the selected records. You can include summary
data such as totals, counts, and percentages in a detail report. A summary
report does not list the selected records but instead summarizes the data and
presents totals, counts, percentages, or other summary data only. Access has
several report generation tools that you can use to create both detail and
summary reports quickly. This lesson teaches you how to create reports.
Functions in MS Access
Creating Reports
◦ Report – a flexible way of reviewing and printing summary information. It enables
you to display information to the required level of information
Report Button
◦ creates a simple report that lists the records in the selected table or query in a
columnar format
Functions in MS Access
Creating queries
◦ To find and retrieve specific data of interest
Creating forms
◦ To view, add and update data in tables