Download 3 Access Overview

Survey
yes no Was this document useful for you?
   Thank you for your participation!

* Your assessment is very important for improving the workof artificial intelligence, which forms the content of this project

Document related concepts

DBase wikipedia , lookup

Global serializability wikipedia , lookup

Commitment ordering wikipedia , lookup

PL/SQL wikipedia , lookup

Microsoft SQL Server wikipedia , lookup

Serializability wikipedia , lookup

Entity–attribute–value model wikipedia , lookup

Btrieve wikipedia , lookup

Open Database Connectivity wikipedia , lookup

Extensible Storage Engine wikipedia , lookup

IMDb wikipedia , lookup

Oracle Database wikipedia , lookup

Microsoft Access wikipedia , lookup

Functional Database Model wikipedia , lookup

Ingres (database) wikipedia , lookup

Database wikipedia , lookup

Concurrency control wikipedia , lookup

Microsoft Jet Database Engine wikipedia , lookup

Relational model wikipedia , lookup

Versant Object Database wikipedia , lookup

Database model wikipedia , lookup

Clusterpoint wikipedia , lookup

ContactPoint wikipedia , lookup

Transcript
Overview of Microsoft Access
Contents of an Access file







Tables
Forms
Queries
Reports
Pages
Macros
Modules


Every Access database must have one
or more tables, since these are the
fundamental components of any
relational database.
Forms provide a convenient and more
user-friendly way to enter and display
the data in tables.


Queries provide ways to retrieve
information from the database. (There are
other types of queries that are used to
systematically modify portions of the
database.)
A report is used to present data retrieved
by a query in attractive fashion on the
printed page.



A page is an HTML document that is
designed to be posted to a Web server.
A macro is a user-created sequence of
commands designed to automate
certain repetitive tasks.
A module consists of one or more VBA
programs designed to provide
customized features.

For this course we focus solely on
Access




Tables
Forms
Queries
Reports


If we open an existing Access database
(.mdb file), we typically get the
following Database Window.
In this window there are buttons
allowing us to select whether we want
to work with the tables, queries, forms,
etc. in that database.

To see a list of all the objects (tables,
queries, etc.) in the database, do File
=> Database Properties and select the
Contents tab:
To create a new database


You can do a File=>New Database… (or
click the New icon on the toolbar) and
either choose the ‘General’ tab and the
‘Project (New Database)’ icon:


Or choose the ‘Database’ tab and have
the system use one of its already
designed database schemas:
(Remember that a database schema
just means a database design, i.e., a
database without any actual records in
it.)


If one of these is close to matching
what you need, it might be simpler to
tailor it to your specific application.
Otherwise, choose ‘Blank Database’ or if
you already have one, choose it from
the set presented to you:

If you choose to create a new database,
the following window will pop up so
that you can name your new database:
You can create
a new folder by
clicking on this
icon.