0% found this document useful (0 votes)
33 views

Topic: Introductory Tour of MS Access

This document provides an introductory overview of Microsoft Access: 1. It describes what MS Access is and how to access help files. It is a relational database included in MS Office used to implement database design theories. 2. Help can be accessed through the F1 key or Help menu and contains contents, index, and answer wizard tabs. 3. MS Access has four main components - tables to store data, queries to view and analyze data, forms to enter/update data, and reports to output data in a printed format.

Uploaded by

Rachael Brown
Copyright
© Attribution Non-Commercial (BY-NC)
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
33 views

Topic: Introductory Tour of MS Access

This document provides an introductory overview of Microsoft Access: 1. It describes what MS Access is and how to access help files. It is a relational database included in MS Office used to implement database design theories. 2. Help can be accessed through the F1 key or Help menu and contains contents, index, and answer wizard tabs. 3. MS Access has four main components - tables to store data, queries to view and analyze data, forms to enter/update data, and reports to output data in a printed format.

Uploaded by

Rachael Brown
Copyright
© Attribution Non-Commercial (BY-NC)
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 6

MS Access Lab 1 Topic: Introductory tour of MS Access Summary

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

2. Ways to get help


In MS Office programs, you can get help by pressing F1 key, or Click Microsoft Help on the Help menu (If the Assistant is turned on, it appears. If the Assistant is turned off, the Help window appears) To type a question in the Help window, click the Answer Wizard tab. To scroll through a table of contents for Help, click the Contents tab. When you want to search for specific words or phrases, click the Index tab.

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.

Form A form allows a user to enter/change/update data to table(s)

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

You might also like