Return to IFS 105 Notes!

Access
Project 1

Creating a Database Using Design and Datasheet Views

What is Access 2003?

Creating a Database

Terms of a Database

2 Parts of Database Table

  1. Structure - field names, types, descriptions (Created in Design View)
  2. Records - data for the fields (added in Datasheet View)

Speech Recognition and Speech Playback

2 ways to display Language bar

  1. click Language Indicator button in taskbar tray status area, click Show the Language bar on menu
  2. click Tools on menu, point to Speech command, click Speech Recognition command on the Speech submenu

Creating Structure

  1. Field name - unique name
  2. Data type - type of data (Numeric, Character, Currency)
  3. Description - detailed documentation

Rules Field Names

  1. Max length 64 characters
  2. Contain letters, digits, spaces, most punctuation
  3. Cannot contain periods, exclamation points, or square brackets [ ]
  4. Same name cannot be used for 2 different fields in same table

Data Types

  1. Text - any characters
           default width is 50 characters 
  2. Number - only digits (positive / negative) arithmetic operations
  3. Currency - only dollar amounts (displayed with dollar signs, commas, and 2 decimal places)
Note: Access automatically sets field size for numeric and currency fields

Correcting Errors in Structure

View Data in Table 2 Ways

  1. Datasheet view - table represented as a collection of rows and columns
  2. Form view - displays a single record at a time
    note: forms are not restricted to data from a single table, can incorporate data from multiple tables as well as special types of data like pictures and sounds

Correcting Errors in Data

Designing a Database

Redundancy Problems

  1. Wastes Space on Disk
  2. Updating difficult
  3. Possibility of inconsistent data exists
Solution: place redundant data in separate table

In the Lab 2
(HOMEWORK #7)

End

Creating a Database
Using Design and Datasheet Views

 

Computer Assignment 7

Return to IFS 105 Notes!