Microsoft Access is a Relational Database
Management System (RDBMS), designed primarily
for home or small business usage.
It is a powerful program to create and manage the
databases. It has many built in features to assist in
constructing and viewing information
A Table is a collection of data about a specific
topic, such as students or contact. Using a
separate table for each topic means that store
that data only once, which more efficient, and
reduces data-entry errors.
CREATE A TABLE – DESIGN VIEW
 If you haven’t already done so, switch to the
database window press f11 to switch to the
database window from any other window.
 Under the field name column, enter the
categories.
 Under data type column enter the type you
want for you categories,
FORMS
 A Form is nothing more than a graphical
representation of a table.
 A form can be named different from a table. They both
still manipulate the same information and the same
exact data
REPORTS
 A Report is an effective way to present your data in a
printed format. Because you have control over the size
and appearance of everything on a report, then display
the information the way you want to see it.

Unit1

  • 1.
    Microsoft Access isa Relational Database Management System (RDBMS), designed primarily for home or small business usage.
  • 2.
    It is apowerful program to create and manage the databases. It has many built in features to assist in constructing and viewing information
  • 5.
    A Table isa collection of data about a specific topic, such as students or contact. Using a separate table for each topic means that store that data only once, which more efficient, and reduces data-entry errors.
  • 6.
    CREATE A TABLE– DESIGN VIEW  If you haven’t already done so, switch to the database window press f11 to switch to the database window from any other window.  Under the field name column, enter the categories.  Under data type column enter the type you want for you categories,
  • 7.
    FORMS  A Formis nothing more than a graphical representation of a table.  A form can be named different from a table. They both still manipulate the same information and the same exact data
  • 8.
    REPORTS  A Reportis an effective way to present your data in a printed format. Because you have control over the size and appearance of everything on a report, then display the information the way you want to see it.