Topic: Introductory Tour of MS Access
Topic: Introductory Tour of MS Access
What is Microsoft Access? Ways to get help MS Access: Overview Table, Query, Form, Report Terminology
1. MS Access
In this lab, we will be implementing the theories on database design that we learned in class with a program called Microsoft Access (MS Access). MS Access is a commercial Relational Database Management System (RDBMS) from Microsoft. It sells for about $300(stand alone) and is included in MS Office Professional. If you do not have a copy of MS Access on your home PC, you can launch it on any of our lab machines with Start Programs Microsoft Access OR clicking on the icon on the office toolbar. To use the lab machines, you will need to have a Windows NT account within the IEOR Department. To obtain more information on how to set up your account, please visit:
http://www.ieor.berkeley.edu/labs/general.html#accounts
Most of the information given out in this lab can be accessed in greater detail under Microsoft Accesss extensive help files. We will start by giving an introduction to MS Access and then we will be discussing ways to access help files in Microsoft Access.
Database Window
When you open a new or existing database, you will be greeted by the database window Use it to conveniently access all components of MS Access
To get help on the topics discussed in this particular lab, we will go to the Help Microsoft Help Help Window Contents Getting Started Using a database for the first time , as shown:
What is a database?
3. MS Access Overview
Microsoft Accesss Components: Tables, Queries, Forms, Reports Each has its own special function to allow the user to manage information
Table
A table allows the user to store a collection of data about a specific topic like Customers or Orders
Query
A query allows the user to view, change, and analyze data in different ways like combining data from two different tables (Customers and Orders) to create a users own custom view (London Orders for April) Can also be used as the source of records for forms, reports, and data access pages.
Report
A report is an effective way to output your data in a printed format in the way you want it
4.
Terminology
Lecture/Text Relation (Ch. 7) Attribute (Ch. 3) Tuple (Ch. 7) Lines indicate foreign keys (Ch. 8)
Note that MS Access sometimes uses terms that differ from those used in class and the textbook. MS Access Table (Lab 2) Column/Field (Lab 2) Row/Record (Lab 2) Relationship View* (Lab 3)
Note that the Relationship View in MS Access looks similar but is different from ER Diagram. 6