Database Concepts of Access 2003 - MAA TECHNICAL COMPUTER TRAINING CENTER

Explore of your Self-employment .................................................................................................................................. ( It is an Ideal Computer Training Center.)

Tuesday, November 26, 2013

Database Concepts of Access 2003

Introduction

By the end of this lesson, learners should be able to:

  • Choose and apply a slide layout
  • Add text to a placeholder
  • Save and close a presentation
  • Exit PowerPoint 

What is a Database?

A database is a collection of information organized and presented to serve a specific purpose. Database programs are created using a program like Microsoft Access 2003.
A Microsoft Access database is made up of several components including:
  • Tables
  • Forms
  • Queries
  • Reports
These components are called database objects. One or more of these objects are formed when a database is created. These components are stored in a single database file.
Database Structure

What is a Table?

Data is stored in one or more tables. Separate tables are usually created for specific topics, such as products or suppliers. Tables can be related to one another to access the different types of information. Because data is stored only once -- you probably would not save the same information in two different tables -- your database becomes more efficient.
The columns and rows in an Access table resemble an Excel spreadsheet. Tables organize data into columns (called fields) and rows (called records). A record is comprised of one or more fields, depending on the number of fields defined to the table.
Table Grid
Individual fields in an address book table might consist of name, street address, city, state, zip code, and phone number. A single record is an entry that uses all these fields, such as your brother or sister's contact information.

What is a Query?

A query lets you find and retrieve information from one or more tables based on a set of search conditions you define (e.g., certain fields in one or more tables). The results can be displayed in a manner of your choosing. Queries can be created using a wizard or developed from scratch in the Query Design view.
Simple Query Wizard Dialog Box

What is a Form?

An online form can be created to view, input or change information in one or more tables. In this course, we will see how forms are used as both menus and as data entry forms to database tables. Forms can retrieve data from one or more tables, and display the output on the screen.
Contacts Form

What is a Report?

A report is an effective way to analyze and present data in a printed format using a specific layout. You have control over the size and appearance of information printed on the report, similar to formatting you perform in a Microsoft Word document.
Sample Report

No comments: