Return to IFS 105 Notes!

Access
Project 1

Creating a Database Using Design and Datasheet Views

What is Access 2003?

Creating a Database Click for Access Help link

 Terms of a Database

  • Table - group of records (relations or files)
  • Record - group of related fields (row in table)
  • Field - a single item in record (column in table)
  • Primary key (unique identifier) - will appear in only a single record in the table
Click for Publisher link on the Primary Key

 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

Click for Publisher link on 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

  • BACKSPACE - correct error at cursor position
  • Point to entry - click left mouse button, retype
  • Added an extra field - select it use DELETE key
  • Forgot a field - use Insert Row from Edit menu
  • Wrong field key field - point to Key entry for field, click mouse, click Set Primary Key button
Click forAccess Help link on Primary Key

 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 Click for Publisher link on Normalization

 Redundancy Problems

Click for Publisher link on Database Design
  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)

Click for Publisher link on Quick Reference Guide Access

End

Creating a Database
Using Design and Datasheet Views 

Click for Publisher link on Microsoft Certification Access

Computer Assignment 7

Return to IFS 105 Notes!