Presentation is loading. Please wait.

Presentation is loading. Please wait.

Using Microsoft Access 56:150 Information System Design.

Similar presentations


Presentation on theme: "Using Microsoft Access 56:150 Information System Design."— Presentation transcript:

1 Using Microsoft Access 56:150 Information System Design

2 Introduction In its simplest form, Access is a database application It uses a relational database management model, which means you can relate each piece of information to other pieces of information by joining them.

3 Create Tables By using wizard By entering data By design view specify field name, data type set general attributes set primary key

4 Field data types Text: Text or numbers that don’t require calculations, such as phone number Memo: Lengthy text Number: Numerical data. Set the specific number types in the field size property. AutoNumber: A unique sequential (incremented by 1) number or random number assigned by Microsoft Access whenever a new record is added to a table. AutoNumber fields can't be updated. Date/time

5 Field data types OLE Object: An object linked or embedded in the table. Yes/No Look Up: This field allows you to choose a value from another table or from a list of values by using a listbox or combo box. Currency Hyperlink

6 Important Field Properties Field Size: specify data type for numerical data. Validation rule: set constraint on field Validation text: message when validation rule isn’t satisfied Default Value Required Indexed: To speed up the search and sorting on the field. But may slow updates.

7 Establish Relationships Click the relationships button on the toolbar Tables are related by matching fields. Enforce Referential Integrity Referential integrity is ensure that relationships between records in related tables are valid, and that you don't accidentally delete or change related data. Set Join type inner join, left outer join, right outer join

8 Six types of Queries Select query Update query Append query Delete query Make table query Crosstab query

9 Create Queries By using wizard select table, fields Not convenient to design complex query By design view By SQL view Input SQL sentence directly

10 Design Reports By using wizard By design view Example, Report “Invoice”


Download ppt "Using Microsoft Access 56:150 Information System Design."

Similar presentations


Ads by Google