Download Application Software Practical 1

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

Data analysis wikipedia , lookup

Microsoft Access wikipedia , lookup

Data model wikipedia , lookup

Expense and cost recovery system (ECRS) wikipedia , lookup

Versant Object Database wikipedia , lookup

Information privacy law wikipedia , lookup

Database wikipedia , lookup

Entity–attribute–value model wikipedia , lookup

Business intelligence wikipedia , lookup

Open data in the United Kingdom wikipedia , lookup

Extensible Storage Engine wikipedia , lookup

Clusterpoint wikipedia , lookup

Data vault modeling wikipedia , lookup

Relational model wikipedia , lookup

Database model wikipedia , lookup

Transcript
MS Access
1



Database – collection of related data
Relational Database Management System
(RDBMS) – software that uses related data
stored in different tables
Table is made up of rows (records) and
columns (fields)

E.g.
7 records
3 fields
2
Basic steps to create a database



Design the tables – field name, data type, field properties (read
pages 4-6)
Create relationships between tables: 1-to-1; 1-to-many; or many-tomany. Enforce referential integrity.
Add records in Datasheet view or create FORM for data entry
3
Queries
(pages 13-14)

retrieve records that match certain criteria

E.g.
Use the online help for “Expressions that can be used in
criteria”

Create calculated field:
4
FORMS




A form can created based on table(s) or a query for data
entry/modification
Edit a form in its design view.
May need to view the field list to add fields to existing form
Useful Tools
5
REPORTS

A REPORT can created based on table(s) or a query for
displaying information or printing
Edit a REPORT in its design view.
May need to view the field list to add fields to existing REPORT

Can add Grouping level(s) to a report.

Useful Tools


Grouped by Team ID & Nickname
6

Download Sports.mdb, Access_Ex.doc & ASSIGNMENT
7