SlideShare a Scribd company logo
Database an Introduction

Anwarul Islam,

PhD

Librarian
Sher-e-Bangla Agricultural University, Dhaka
anwarpulak@gmail.com
Agenda
•
•
•
•
•
•
•
•

What is a Database?
Difference between data and information
Purpose of a database system
How to select a database system
Database definitions
Database development: the first steps
Quality control issues
Data entry considerations
What is a Database?
A database is any organized collection of
data.
Examples:
– a telephone book
– T.V. Guide
– airline reservation system
– motor vehicle registration records
– papers in your filing cabinet
– files on your computer hard drive
Data vs. Information
• What is data?
– Data can be defined in
many ways. Information
science defines data as
unprocessed information.

• What is information?
– Information is data that have
been organized and
communicated in a coherent
and meaningful manner.
– Data is converted into
information, and information
is converted into knowledge.
– Knowledge; information
evaluated and organized so
that it can be used
purposefully.
Why do we need a database?
• Keep records of :
– Patrons
– Staff
– etc
• To keep a record of activities and interventions;
• Keep service records;
• Develop reports;
• Perform research
• Longitudinal tracking
Purpose of a database system

Is to transform
Data

Information

Knowledge

Action
Types of Database
• Non-relational databases
Non-relational databases place information in field categories that we create so
that information is available for sorting and disseminating the way we need it.
The data in a non-relational database, however, is limited to that program and
cannot be extracted and applied to a number of other software programs, or

other database files within a school or administrative system. The data
can only be "copied and pasted.“ Example: a spread sheet

• Relational databases
In relational databases, fields can be used in a number of ways (and
can be of variable length), provided that they are linked in tables. It is
developed based on a database model that provides for logical
connections among files (known as tables) by including identifying
data from one table in another table
Selecting a Database Management System
Database management systems (or DBMSs)
can be divided into two categories -- desktop
databases and server databases.
•

Generally speaking, desktop databases are oriented toward
single-user applications and reside on standard personal
computers (hence the term desktop).

•

Server databases contain mechanisms to ensure the reliability
and consistency of data and are geared toward multi-user
applications.
Database definition
An organized collection of data. A database
management system (DBMS) such as Access,
FileMaker, Lotus Notes, Oracle, SQL Server,
MySql which provides you with the software
tools you need to organize that data in a flexible
manner. It includes tools to add, modify or
delete data from the database, ask questions (or
queries) about the data stored in the database
and produce reports summarizing selected
contents.
Selecting a database system: Need Analysis
The needs analysis process will be specific to your organization
but, at a minimum, should answer the following questions:
• How many records we will warehouse and for how long?
• Who will be using the database and what tasks will they
perform?
• How often will the data be modified? Who will make these
modifications?
• Who will be providing IT support for the database?
• What hardware is available? Is there a budget for purchasing
additional hardware?
• Who will be responsible for maintaining the data?
• Will data access be offered over the Internet? If so, what
level of access should be supported?
Quality Control Considerations
• Remember “garbage in – garbage out”. Some
examples and how to prevent this.
• Quality management encompasses three
distinct processes: quality planning, quality
control, and quality improvement
• Quality Planning in relation to database systems
design:
– Who will perform data entry?
– Training? On-line help?
– How data entry will be performed?
Quality Control Considerations
• Barcode scanners
– USB or
– Wireless attached to a Palm or Pocket PC

• Pocket PC
– WiFi 802.11g, Bluetooth
– Wireless networks (real-time on demand
systems
Quality Control Considerations
• Define “must” enter fields – no record is
complete unless: such and such is
entered;
• Make data entry fool proof.
– By using a pull-down menu with the correct
data format these mistakes can be avoided.
Hands on practice
Define some key Access
terminology
Field
– A single characteristic or attribute of a person,
place, object, event, or idea.
Record
– A set of related field values.
Table
– A collection of records that identify a category
of data, such as Customers, Orders, or
Inventory.
Illustration of fields, records and
a table
Relational database and keys
• A relational database is a collection of tables
that are related to one another based on a
common field.
• A field, or a collection of fields, is designated as
the primary key.
– The primary key uniquely identifies a record in the
table.

• When the primary key of one table is
represented in a second table to form a
relationship, it is called a foreign key.
Relating tables using a common
field
Open an existing database
• When Access is launched you will see the
Access window, with the task pane on the right
side
• From the task pane you can open an existing
database by:
– Selecting the database you want from the list of
Recently opened databases
– Selecting “Look in” list arrow to choose a database
you want to open from a storage location
• If you choose the Look in list arrow, you will browse to the
correct location of your database, click on it, and then click
on Open to open the database
The Database window
• The Database window is the main control
center for working with an Access
database.
• The Database window contains a menu
bar, an objects bar, and a groups bar.
– The Objects bar lists all the objects available
in the database
– The list of objects consists of tables, queries,
forms, reports, pages, macros, and modules
– You can click on any of the objects in the
Objects bar to obtain a list of objects of that
type
Use the task pane to open a
database
A table in datasheet view
The navigation bar buttons
Sample Query Datasheet view
Selecting fields to include in a
query
• You can create a query that will display only selected
fields from a table instead of displaying all fields.
• In the Simple Query Wizard dialog box, select which
fields you want included in the query.
– Move all the fields into the Selected Fields box
– Move the fields one at a time
– Remove fields out of the Selected Fields box by pressing one of
the remove buttons

• If you wanted to select all the fields except one, you can
move them all to the selected fields list and then remove
the one field you don't want.
• Once you have made your selections, press Next to
move to the next dialog box in the Wizard.
The Simple Query Wizard
Create an Access form
• A form allows you to view your data one
record at a time.
• Forms are useful for maintaining, viewing,
and printing records in a database.
• You can create your own form in the
Forms Design window or you can use the
Forms Wizard to create a form.
• The easiest way to create a form is to use
the AutoForm Wizard.
Use the AutoForm Wizard
• The AutoForm Wizard uses a table (or query)
you select as the basis to create a form that
displays all the fields of the table (or query).
• Once you have created your form, you can view
the records one record at a time.
• The form has a navigation bar just like the
navigation bar you have already used in the
Table or Query Datasheet view.
Access Form View
Create, preview, and navigate a
report
• You can create a report, which is a printed
version of your data, that is formatted
according to your specifications.
• The data in the report can consist of data from
a single table or multiple tables.
• Access has a Reports Wizard that allows you
to easily create a report.
• The report can be based on a table or it can be
based on a query.
– If the report is based on a query, it will contain the
same fields that were selected for the query
The Report Preview window
Database an introduction

More Related Content

What's hot (20)

PPTX
Database architecture
VENNILAV6
 
PPTX
Database planning
Umair Shakir
 
PPTX
Recovery techniques
Dr. C.V. Suresh Babu
 
PPTX
1.4 data independence
BHARATH KUMAR
 
PPT
Data independence
Aashima Wadhwa
 
PPTX
Characteristic of dabase approach
Luina Pani
 
PPT
Database and Database Management (DBM): Health Informatics
Zulfiquer Ahmed Amin
 
PDF
Introduction to Database Management Systems: Structure, Applications, and Key...
Mahmud Hasan Tanvir
 
PPTX
Lock based protocols
ChethanMp7
 
PPTX
Distributed database management system
Pooja Dixit
 
PDF
Data Models
RituBhargava7
 
PPTX
DBMS and its Models
AhmadShah Sultani
 
PDF
Lesson 1: Introduction to DBMS
Amrit Kaur
 
PPTX
DeadLock in Operating-Systems
Venkata Sreeram
 
PPTX
Dbms slides
rahulrathore725
 
PPTX
FUNCTION DEPENDENCY AND TYPES & EXAMPLE
Vraj Patel
 
PPTX
Database management systems components
muhammad bilal
 
PPT
Dbms models
devgocool
 
PPT
17. Recovery System in DBMS
koolkampus
 
PPT
Communication primitives
Student
 
Database architecture
VENNILAV6
 
Database planning
Umair Shakir
 
Recovery techniques
Dr. C.V. Suresh Babu
 
1.4 data independence
BHARATH KUMAR
 
Data independence
Aashima Wadhwa
 
Characteristic of dabase approach
Luina Pani
 
Database and Database Management (DBM): Health Informatics
Zulfiquer Ahmed Amin
 
Introduction to Database Management Systems: Structure, Applications, and Key...
Mahmud Hasan Tanvir
 
Lock based protocols
ChethanMp7
 
Distributed database management system
Pooja Dixit
 
Data Models
RituBhargava7
 
DBMS and its Models
AhmadShah Sultani
 
Lesson 1: Introduction to DBMS
Amrit Kaur
 
DeadLock in Operating-Systems
Venkata Sreeram
 
Dbms slides
rahulrathore725
 
FUNCTION DEPENDENCY AND TYPES & EXAMPLE
Vraj Patel
 
Database management systems components
muhammad bilal
 
Dbms models
devgocool
 
17. Recovery System in DBMS
koolkampus
 
Communication primitives
Student
 

Viewers also liked (20)

PDF
Database Systems - Introduction (Chapter 1)
Vidyasagar Mundroy
 
PPTX
introduction to database
Akif shexi
 
PDF
Introduction to database
lubna19
 
PPTX
Introduction to Database SQL & PL/SQL
Collaboration Technologies
 
PPT
Database Systems Introduction (INTD-3535)
julyprum
 
PPT
TID Chapter 10 Introduction To Database
WanBK Leo
 
PPT
1. Introduction to DBMS
koolkampus
 
PPTX
Introduction to database
Pongsakorn U-chupala
 
PPS
Database Design Slide 1
ahfiki
 
PPTX
Types of databases
PAQUIAAIZEL
 
PPT
Database management system presentation
sameerraaj
 
PPTX
Oxford Scholarship Online Access
Anwarul Islam, PhD
 
PDF
Software Engineering - 01. Introduction
Arry Arman
 
PPT
D I T211 Chapter 1
askme
 
PPT
Chapter 1
aziah nor
 
PDF
Software Engineering - Introduction and Motivation (Marcello Thiry)
Marcello Thiry
 
PDF
Network internet
Kumar
 
PPT
[Www.pkbulk.blogspot.com]file and indexing
AnusAhmad
 
PPTX
Introduction to network ( Internet and its layer) Or how internet really works!
Mohammad kermani
 
PPT
W 8 introduction to database
Institute of Management Studies UOP
 
Database Systems - Introduction (Chapter 1)
Vidyasagar Mundroy
 
introduction to database
Akif shexi
 
Introduction to database
lubna19
 
Introduction to Database SQL & PL/SQL
Collaboration Technologies
 
Database Systems Introduction (INTD-3535)
julyprum
 
TID Chapter 10 Introduction To Database
WanBK Leo
 
1. Introduction to DBMS
koolkampus
 
Introduction to database
Pongsakorn U-chupala
 
Database Design Slide 1
ahfiki
 
Types of databases
PAQUIAAIZEL
 
Database management system presentation
sameerraaj
 
Oxford Scholarship Online Access
Anwarul Islam, PhD
 
Software Engineering - 01. Introduction
Arry Arman
 
D I T211 Chapter 1
askme
 
Chapter 1
aziah nor
 
Software Engineering - Introduction and Motivation (Marcello Thiry)
Marcello Thiry
 
Network internet
Kumar
 
[Www.pkbulk.blogspot.com]file and indexing
AnusAhmad
 
Introduction to network ( Internet and its layer) Or how internet really works!
Mohammad kermani
 
W 8 introduction to database
Institute of Management Studies UOP
 
Ad

Similar to Database an introduction (20)

PPTX
Introduction to database with ms access.hetvii
07HetviBhagat
 
PPTX
Introduction to database with ms access(DBMS)
07HetviBhagat
 
PPT
B.sc i cs u 4 introduction to ms access
Rai University
 
PPT
B.sc i bio chem u 4 introduction to ms access
Rai University
 
PPT
B.sc i micro bio u 4 introduction to ms access
Rai University
 
PPT
B.sc i bio tech u 4 introduction to ms access
Rai University
 
PPT
B.sc i agri u 4 introduction to ms access
Rai University
 
DOCX
INTRODUCTION TO ACCESSOBJECTIVESDefine th.docx
mariuse18nolet
 
PPT
Database
sumit621
 
PPTX
dbms ms access basics and introduction to ms access
ssuserb9efd7
 
PPT
MS Access and Database Fundamentals
Ananda Gupta
 
PPTX
Fundamentals of Database Design
Information Technology
 
DOC
MicrosoftAccessHandout.doc
Com2K22Class
 
PPT
Access.01.ppt
KarenCato1
 
PDF
Access2003
tanik363
 
PDF
Access2003
mrh1222
 
PPT
Database
drussell
 
DOCX
Database as information system
KAZEMBETVOnline
 
PPT
access1.ppt
mayada34
 
PDF
Access 2010
Cikgu Syahidon
 
Introduction to database with ms access.hetvii
07HetviBhagat
 
Introduction to database with ms access(DBMS)
07HetviBhagat
 
B.sc i cs u 4 introduction to ms access
Rai University
 
B.sc i bio chem u 4 introduction to ms access
Rai University
 
B.sc i micro bio u 4 introduction to ms access
Rai University
 
B.sc i bio tech u 4 introduction to ms access
Rai University
 
B.sc i agri u 4 introduction to ms access
Rai University
 
INTRODUCTION TO ACCESSOBJECTIVESDefine th.docx
mariuse18nolet
 
Database
sumit621
 
dbms ms access basics and introduction to ms access
ssuserb9efd7
 
MS Access and Database Fundamentals
Ananda Gupta
 
Fundamentals of Database Design
Information Technology
 
MicrosoftAccessHandout.doc
Com2K22Class
 
Access.01.ppt
KarenCato1
 
Access2003
tanik363
 
Access2003
mrh1222
 
Database
drussell
 
Database as information system
KAZEMBETVOnline
 
access1.ppt
mayada34
 
Access 2010
Cikgu Syahidon
 
Ad

More from Anwarul Islam, PhD (15)

PPTX
State of Agricultural Information Systems in Bangladesh
Anwarul Islam, PhD
 
PPTX
Digital archiving
Anwarul Islam, PhD
 
PPTX
Modern Library and Digital Library Concept
Anwarul Islam, PhD
 
PPTX
Future library: what next?
Anwarul Islam, PhD
 
PPTX
LIS education and Job Opportunities in Bangladesh
Anwarul Islam, PhD
 
PPTX
LMS by Open source software: Experiences and observations aspect Bangladesh
Anwarul Islam, PhD
 
PPTX
Open science directory
Anwarul Islam, PhD
 
PPT
How to access Science Direct: Hints for Research4Life Users.
Anwarul Islam, PhD
 
PPTX
OARE : How to Access
Anwarul Islam, PhD
 
PPTX
AGORA : How to Access
Anwarul Islam, PhD
 
PPTX
HINARI : How to access
Anwarul Islam, PhD
 
PPT
Role of academic libraries for building digital Bangladesh
Anwarul Islam, PhD
 
PPT
Health2.o: RSS, Alerts, MeSEs and Google Features
Anwarul Islam, PhD
 
PPT
Education 2.0
Anwarul Islam, PhD
 
PPTX
Library 2.0
Anwarul Islam, PhD
 
State of Agricultural Information Systems in Bangladesh
Anwarul Islam, PhD
 
Digital archiving
Anwarul Islam, PhD
 
Modern Library and Digital Library Concept
Anwarul Islam, PhD
 
Future library: what next?
Anwarul Islam, PhD
 
LIS education and Job Opportunities in Bangladesh
Anwarul Islam, PhD
 
LMS by Open source software: Experiences and observations aspect Bangladesh
Anwarul Islam, PhD
 
Open science directory
Anwarul Islam, PhD
 
How to access Science Direct: Hints for Research4Life Users.
Anwarul Islam, PhD
 
OARE : How to Access
Anwarul Islam, PhD
 
AGORA : How to Access
Anwarul Islam, PhD
 
HINARI : How to access
Anwarul Islam, PhD
 
Role of academic libraries for building digital Bangladesh
Anwarul Islam, PhD
 
Health2.o: RSS, Alerts, MeSEs and Google Features
Anwarul Islam, PhD
 
Education 2.0
Anwarul Islam, PhD
 
Library 2.0
Anwarul Islam, PhD
 

Recently uploaded (20)

PDF
Characteristics, Strengths and Weaknesses of Quantitative Research.pdf
Thelma Villaflores
 
PPTX
How to Manage Allocation Report for Manufacturing Orders in Odoo 18
Celine George
 
PDF
Android Programming - Basics of Mobile App, App tools and Android Basics
Kavitha P.V
 
PPTX
How to Configure Re-Ordering From Portal in Odoo 18 Website
Celine George
 
PDF
AI-Powered-Visual-Storytelling-for-Nonprofits.pdf
TechSoup
 
PPTX
Universal immunization Programme (UIP).pptx
Vishal Chanalia
 
PPTX
How to Create Odoo JS Dialog_Popup in Odoo 18
Celine George
 
PPTX
TRANSLATIONAL AND ROTATIONAL MOTION.pptx
KIPAIZAGABAWA1
 
PPTX
Nitrogen rule, ring rule, mc lafferty.pptx
nbisen2001
 
PPTX
Introduction to Indian Writing in English
Trushali Dodiya
 
PPTX
care of patient with elimination needs.pptx
Rekhanjali Gupta
 
PPTX
Post Dated Cheque(PDC) Management in Odoo 18
Celine George
 
PDF
Is Assignment Help Legal in Australia_.pdf
thomas19williams83
 
PDF
Stokey: A Jewish Village by Rachel Kolsky
History of Stoke Newington
 
PDF
Governor Josh Stein letter to NC delegation of U.S. House
Mebane Rash
 
PDF
Exploring the Different Types of Experimental Research
Thelma Villaflores
 
PPTX
Identifying elements in the story. Arrange the events in the story
geraldineamahido2
 
PDF
Chapter-V-DED-Entrepreneurship: Institutions Facilitating Entrepreneurship
Dayanand Huded
 
PPTX
grade 5 lesson matatag ENGLISH 5_Q1_PPT_WEEK4.pptx
SireQuinn
 
PDF
Vani - The Voice of Excellence - Jul 2025 issue
Savipriya Raghavendra
 
Characteristics, Strengths and Weaknesses of Quantitative Research.pdf
Thelma Villaflores
 
How to Manage Allocation Report for Manufacturing Orders in Odoo 18
Celine George
 
Android Programming - Basics of Mobile App, App tools and Android Basics
Kavitha P.V
 
How to Configure Re-Ordering From Portal in Odoo 18 Website
Celine George
 
AI-Powered-Visual-Storytelling-for-Nonprofits.pdf
TechSoup
 
Universal immunization Programme (UIP).pptx
Vishal Chanalia
 
How to Create Odoo JS Dialog_Popup in Odoo 18
Celine George
 
TRANSLATIONAL AND ROTATIONAL MOTION.pptx
KIPAIZAGABAWA1
 
Nitrogen rule, ring rule, mc lafferty.pptx
nbisen2001
 
Introduction to Indian Writing in English
Trushali Dodiya
 
care of patient with elimination needs.pptx
Rekhanjali Gupta
 
Post Dated Cheque(PDC) Management in Odoo 18
Celine George
 
Is Assignment Help Legal in Australia_.pdf
thomas19williams83
 
Stokey: A Jewish Village by Rachel Kolsky
History of Stoke Newington
 
Governor Josh Stein letter to NC delegation of U.S. House
Mebane Rash
 
Exploring the Different Types of Experimental Research
Thelma Villaflores
 
Identifying elements in the story. Arrange the events in the story
geraldineamahido2
 
Chapter-V-DED-Entrepreneurship: Institutions Facilitating Entrepreneurship
Dayanand Huded
 
grade 5 lesson matatag ENGLISH 5_Q1_PPT_WEEK4.pptx
SireQuinn
 
Vani - The Voice of Excellence - Jul 2025 issue
Savipriya Raghavendra
 

Database an introduction

  • 1. Database an Introduction Anwarul Islam, PhD Librarian Sher-e-Bangla Agricultural University, Dhaka [email protected]
  • 2. Agenda • • • • • • • • What is a Database? Difference between data and information Purpose of a database system How to select a database system Database definitions Database development: the first steps Quality control issues Data entry considerations
  • 3. What is a Database? A database is any organized collection of data. Examples: – a telephone book – T.V. Guide – airline reservation system – motor vehicle registration records – papers in your filing cabinet – files on your computer hard drive
  • 4. Data vs. Information • What is data? – Data can be defined in many ways. Information science defines data as unprocessed information. • What is information? – Information is data that have been organized and communicated in a coherent and meaningful manner. – Data is converted into information, and information is converted into knowledge. – Knowledge; information evaluated and organized so that it can be used purposefully.
  • 5. Why do we need a database? • Keep records of : – Patrons – Staff – etc • To keep a record of activities and interventions; • Keep service records; • Develop reports; • Perform research • Longitudinal tracking
  • 6. Purpose of a database system Is to transform Data Information Knowledge Action
  • 7. Types of Database • Non-relational databases Non-relational databases place information in field categories that we create so that information is available for sorting and disseminating the way we need it. The data in a non-relational database, however, is limited to that program and cannot be extracted and applied to a number of other software programs, or other database files within a school or administrative system. The data can only be "copied and pasted.“ Example: a spread sheet • Relational databases In relational databases, fields can be used in a number of ways (and can be of variable length), provided that they are linked in tables. It is developed based on a database model that provides for logical connections among files (known as tables) by including identifying data from one table in another table
  • 8. Selecting a Database Management System Database management systems (or DBMSs) can be divided into two categories -- desktop databases and server databases. • Generally speaking, desktop databases are oriented toward single-user applications and reside on standard personal computers (hence the term desktop). • Server databases contain mechanisms to ensure the reliability and consistency of data and are geared toward multi-user applications.
  • 9. Database definition An organized collection of data. A database management system (DBMS) such as Access, FileMaker, Lotus Notes, Oracle, SQL Server, MySql which provides you with the software tools you need to organize that data in a flexible manner. It includes tools to add, modify or delete data from the database, ask questions (or queries) about the data stored in the database and produce reports summarizing selected contents.
  • 10. Selecting a database system: Need Analysis The needs analysis process will be specific to your organization but, at a minimum, should answer the following questions: • How many records we will warehouse and for how long? • Who will be using the database and what tasks will they perform? • How often will the data be modified? Who will make these modifications? • Who will be providing IT support for the database? • What hardware is available? Is there a budget for purchasing additional hardware? • Who will be responsible for maintaining the data? • Will data access be offered over the Internet? If so, what level of access should be supported?
  • 11. Quality Control Considerations • Remember “garbage in – garbage out”. Some examples and how to prevent this. • Quality management encompasses three distinct processes: quality planning, quality control, and quality improvement • Quality Planning in relation to database systems design: – Who will perform data entry? – Training? On-line help? – How data entry will be performed?
  • 12. Quality Control Considerations • Barcode scanners – USB or – Wireless attached to a Palm or Pocket PC • Pocket PC – WiFi 802.11g, Bluetooth – Wireless networks (real-time on demand systems
  • 13. Quality Control Considerations • Define “must” enter fields – no record is complete unless: such and such is entered; • Make data entry fool proof. – By using a pull-down menu with the correct data format these mistakes can be avoided.
  • 15. Define some key Access terminology Field – A single characteristic or attribute of a person, place, object, event, or idea. Record – A set of related field values. Table – A collection of records that identify a category of data, such as Customers, Orders, or Inventory.
  • 16. Illustration of fields, records and a table
  • 17. Relational database and keys • A relational database is a collection of tables that are related to one another based on a common field. • A field, or a collection of fields, is designated as the primary key. – The primary key uniquely identifies a record in the table. • When the primary key of one table is represented in a second table to form a relationship, it is called a foreign key.
  • 18. Relating tables using a common field
  • 19. Open an existing database • When Access is launched you will see the Access window, with the task pane on the right side • From the task pane you can open an existing database by: – Selecting the database you want from the list of Recently opened databases – Selecting “Look in” list arrow to choose a database you want to open from a storage location • If you choose the Look in list arrow, you will browse to the correct location of your database, click on it, and then click on Open to open the database
  • 20. The Database window • The Database window is the main control center for working with an Access database. • The Database window contains a menu bar, an objects bar, and a groups bar. – The Objects bar lists all the objects available in the database – The list of objects consists of tables, queries, forms, reports, pages, macros, and modules – You can click on any of the objects in the Objects bar to obtain a list of objects of that type
  • 21. Use the task pane to open a database
  • 22. A table in datasheet view
  • 25. Selecting fields to include in a query • You can create a query that will display only selected fields from a table instead of displaying all fields. • In the Simple Query Wizard dialog box, select which fields you want included in the query. – Move all the fields into the Selected Fields box – Move the fields one at a time – Remove fields out of the Selected Fields box by pressing one of the remove buttons • If you wanted to select all the fields except one, you can move them all to the selected fields list and then remove the one field you don't want. • Once you have made your selections, press Next to move to the next dialog box in the Wizard.
  • 27. Create an Access form • A form allows you to view your data one record at a time. • Forms are useful for maintaining, viewing, and printing records in a database. • You can create your own form in the Forms Design window or you can use the Forms Wizard to create a form. • The easiest way to create a form is to use the AutoForm Wizard.
  • 28. Use the AutoForm Wizard • The AutoForm Wizard uses a table (or query) you select as the basis to create a form that displays all the fields of the table (or query). • Once you have created your form, you can view the records one record at a time. • The form has a navigation bar just like the navigation bar you have already used in the Table or Query Datasheet view.
  • 30. Create, preview, and navigate a report • You can create a report, which is a printed version of your data, that is formatted according to your specifications. • The data in the report can consist of data from a single table or multiple tables. • Access has a Reports Wizard that allows you to easily create a report. • The report can be based on a table or it can be based on a query. – If the report is based on a query, it will contain the same fields that were selected for the query