Access Intro 1

Post on 30-May-2018

219 views 0 download

Transcript of Access Intro 1

8/14/2019 Access Intro 1

http://slidepdf.com/reader/full/access-intro-1 1/13

Microsoft Access

8/14/2019 Access Intro 1

http://slidepdf.com/reader/full/access-intro-1 2/13

8/14/2019 Access Intro 1

http://slidepdf.com/reader/full/access-intro-1 3/13

Database

• Collection of information concerninga certain business application

• Helps you organize the relatedinformation in a logical fashion foreasy access & retrieval

• An automated version of the filing &

retrieval functions of a paperfiling system

•  Tables serve as the primary data

repository in an Access database

8/14/2019 Access Intro 1

http://slidepdf.com/reader/full/access-intro-1 4/13

Database

• Queries, forms and reports provideaccess to the data, enabling user toadd or extract data and presenting

the data in useful ways• Developers may use macros or Visual

basic for Applications(VBA) code toforms & reports to make theirapplications easier to use

• Overall container for the data &associated objects – includes

objects including queries, forms,

8/14/2019 Access Intro 1

http://slidepdf.com/reader/full/access-intro-1 5/13

Tables

• Similar to a folder in a manual filingsystem

• Each table contains information

about a single entity (person,product)

• Data organized into rows & columns

–record & fields•  Thinking of objects managed by your

applications in abstract terms

• Can also view the the table in aspreadsheet-like form – datasheet 

8/14/2019 Access Intro 1

http://slidepdf.com/reader/full/access-intro-1 6/13

8/14/2019 Access Intro 1

http://slidepdf.com/reader/full/access-intro-1 7/13

8/14/2019 Access Intro 1

http://slidepdf.com/reader/full/access-intro-1 8/13

Working with multipletables

• Simplifies data entry & reporting bydecreasing the input of redundantdata

• Separating data into multiple tableswithin a database makes thesystem easier to maintain because

all records of a given type arewithin the same table

•  This process is known as

normalization

8/14/2019 Access Intro 1

http://slidepdf.com/reader/full/access-intro-1 9/13

Access Database Objects& Views

• Table – holds the actual data

• Query – searches for, sorts & retrievesdata

• Form – lets you enter & display data incustomized format

• Report – displays & prints formatted

data• Pages – publishes data into a corporate

intranet

Macro – automates tasks without

8/14/2019 Access Intro 1

http://slidepdf.com/reader/full/access-intro-1 10/13

Queries

• Selects & defines a group of recordsthat fulfill a condition

• Forms & reports are based on

queries that pre-filter data beforeit is displayed

• Eg- show all customers in alphabeticalorder, who live in Mumbai & bought

something over the past 6 months• When you enter instructions into the

QBE design Window, the querytranslates instructions into SQL &retrieves desired data

8/14/2019 Access Intro 1

http://slidepdf.com/reader/full/access-intro-1 11/13

8/14/2019 Access Intro 1

http://slidepdf.com/reader/full/access-intro-1 12/13

Data Entry & DisplayForms

• Helps users get information into adatabase table quickly, easily &accurately

• Provides a more structured view of the data than what a datasheetprovides

• From this structured view, databaserecords can be viewed, added,changed or deleted

• Forms can also check the validity 

8/14/2019 Access Intro 1

http://slidepdf.com/reader/full/access-intro-1 13/13