Database File. Table. Field. Datatype. Value. Department of Computer and Mathematical Sciences

Size: px
Start display at page:

Download "Database File. Table. Field. Datatype. Value. Department of Computer and Mathematical Sciences"

Transcription

1 Unit 4 Introduction to Spreadsheet and Database, pages 1 of 12 Department of Computer and Mathematical Sciences CS 1305 Intro to Computer Technology 15 Module 15: Introduction to Microsoft Access Objectives: Learn how to use Microsoft Excel. Learn how to create relational database Learn how to use relational database. Introduction First of all you need to understand how Microsoft Access breaks down a database. These are the keywords used in Access database structure: Database File, Table, Record, Field, and Datatype. Here is the Hierarchy that Microsoft Access uses in breaking down a database. Database File Table Database File: This is your main file that encompasses the entire database and that is saved to your hard-drive or floppy disk. For examples: Database1.mdb, PatientDatabase.mdb Table: A table is a collection of data about a specific topic. There can be multiple tables in a database. For examples: Patients, Employees Field Datatype Value Field: Fields are the different categories within a Table. Tables usually contain multiple fields. For examples: Student LastName, Student FirstName Datatypes: Datatypes are the properties of each field. A field only has 1 datatype. For examples: FieldName: Student LastName Datatype: Text Task 1: Starting Microsoft Access In this task, we will learn how to start Microsoft Access and use commands from File menu to create, save, open, and print database. Activity 1.1: Create a new database Look for Access icon on the desktop or from All Programs menu from the Start button. After you click on Access icon either from the desktop on from All Programs menu, a Microsoft Access startup window will appear with Getting Started pane window on the right side as shown in Figure 1. Figure 1: Access Startup window

2 Unit 4 Introduction to Spreadsheet and Database, pages 2 of 12 Select New in the File menu from the menu bar. The right pane window will switch from Getting Started to New File. Select Blank database from New File window as shown in Figure 2. Figure 2: Access Startup Window A File New Database dialog box will appear as shown in Figure 3. The purpose of this dialog window is for you to save the new database that you want to create to a file. So, type in Database1 to the File name: textbox and click on Create button. Make sure the destination of the file that you want to save is your flash drive. You should see Database Window appears as shown in Figure 4. Click New button to create a new table. 2 1 Figure 3: File New Database Dialog Box Figure 4: Database Window Activity 1.2: Create a new table The following are steps for creating a table in Access: 1. In Database Window, select Tables icon from the command icon list on the right panel. 2. Click on the New icon from the tool bar of Database Window as shown in Figure 4.

3 Module 14: Introduction to Microsoft Access, page 3 of New Table dialog box will appear as shown in Figure 5. Then, select Design View from the right window. 4. Click OK button to accept the selection to create a new table in the design view. 5. Table window should appear with a titled of Table1 : Table as shown in Figure Figure 5: New Table Dialog Box 5 Figure 6: Table Window Activity 1.3: Define each field in the table Table is divided into three columns and several rows as shown in the below figure. The three columns are: 1. Field Name: 2. Data Type: 3. Description: Naming Conventions When naming your database tables and fields: Use single words; do not use spaces If needed, use underscores ( _) as word separators; do not use special characters, such as $, or Naming is case-sensitive; that is, FirstName is not the same as first name In this activity you will create a database to store information of patients. Use the following steps to create a table named Patient Table as follows: 1. In the cell of the first row under the column Field Name, type in PatientID 2. Press enter or click at the cell in the first row under column Data Type. You will see a list of data types in a drop-down menu with Text data type is shown. Since we want the value of PatientID to be a unique number, we will select AutoNumber as PatientID Data Type.

4 Unit 4 Introduction to Spreadsheet and Database, pages 4 of In the next row under the column Field Name, type in LastName 4. Press enter or click at the cell in LastName row under column Data Type and select Text as the data type. 5. Repeat Step 3 and 4 for FirstName, Address, City, State, and ZipCode with Data Type as Text except ZipCode is of type Number. 6. Determine the primary key -- a field that can be used to uniquely identify each record in the table. The primary key also allows you to connect information from one table to another. Each patient is assigned a PatientID number that will be a unique identifier. To indicate that PatientID is the primary key, select PatientID field and click the Primary Key button from the Access window toolbar. You should the key icon in front of PatientID field. 7. Save the table by selecting Save from File menu. Name this table Patient Table and click OK button. The title of the table should change to Patient Table as the below figure. 8. Ensure that you have set up the table correctly by entering sample data. First, switch to the Datasheet View by clicking on View icon drop-down menu in the top left corner of the Access window as shown below. View icon 9. In the Datasheet View, enter information of five patients in the Patient Table as follows: 10. Save and close the table. Activity 1.4: Create more tables You will now create two more tables as you did in Activity The Therapy Table and the Appointment Table. 1. Create Therapy Table, which has two fields: TherapyName (Text data type) TherapistName (Text data type)

5 Module 14: Introduction to Microsoft Access, page 5 of b. Select TherapyName as the primary key. In this case, each therapy has a unique name, so TherapyName field will uniquely identify each record in the table. 3. c. Name and save the table as Therapy. Switch to the Datasheet View and fill the table with data as shown in the right figure. Close Therapy Table and then create Appointment Table, which has four fields: AppointmentID (Autonumber data type) Date (Date/Time data type) PatientID (Number data type) TherapyName (Text data type) Select AppointmentID field as the primary key because it uniquely identifies each record in this table. Name and save this table as Appointment, and close the table. (Do not enter any data into the Appointment Table for now.) Activity 1.5 Use lookup wizard to limit data entry choices We can limit the data entry choices in a particular column by using the Lookup Wizard to create a drop-down list box that looks up values in another table. A drop-down list box helps to eliminate typographical errors and duplicate data entries. To create a drop-down list box in the Appointment Table for TherapyName field, do the following: 1. Open the Appointment Table. In the Appointment Table s Design View, use the drop-down list to change the data type of TherapyName to Lookup Wizard. 2. In the first window of Lookup Wizard, as shown in the right figure, select I want the lookup column to look up the values in a table or query and then click on Next button. Why did I use the Lookup Wizard? You have limited the data entry choices in one column. Now, when you enter data in the TherapyName field of the Appointment Table, the list of available therapies from your Therapy Table will be displayed as a drop-down list. 3. Answer Lookup Wizard s questions as follows: Which table or query should provide the values for your lookup column? Select Table: Therapy Table. Make sure that Tables is selected in the View box. Click on Next button as shown in the right figure.

6 Unit 4 Introduction to Spreadsheet and Database, pages 6 of 12 Which fields contain the values you want included in your lookup column? Select TherapyName field from the Available Fields box and click the > button to move it to the Selected Fields list. Then click on Next button as shown in the figure below. How wide would you like the columns in your lookup column? Adjust the widths of your column if needed and click on Next button again. Rename or accept the lookup column label, and click on Finish button. (If the Save option pops up, click on Save.) 4. Change to Datasheet View. Click in the cell under TherapyName to view the drop-down list. Now, if you want to change the name of a therapy, you only need to make that change once in Therapy Table, rather than in every appointment record associated with that therapy! Close Appointment Table. Activity 1.6: Relate tables so that data are only entered once Relating two tables allows the information in one table to be accessed from the other table. To relate two tables: 1. Go to Database1 window (choose Database1 from Window menu in the menu bar if you are not already there). 2. Choose Relationships button from the toolbar. You will see Relationships window as shown below. 3. Remember that in Activity 1.5, you related Appointment and Therapy Tables. You should now see that relationship in the Relationships window. If no tables are displayed in Relationships window, right-click in Relationships window and choose Show All from the Relationships menu. Show All will display every table in your Relationships layout.

7 Module 14: Introduction to Microsoft Access, page 7 of To show the Patient Table, right-click in Relationships window to display a menu as sown in the right figure and select Show Table From Tables tab, select Patient, and then click on Add button, and then click on Close button. 5. Drag PatientID field from Patient Table to PatientID field in Appointment Table. When Edit Relationships window appears, check Enforce Referential Integrity, and then select Create. Now the two tables are related by PatientID. 6. Right-click on the join line that connects the Appointment Table and Therapy Table to edit the relationship. Select Edit Relationship. Select Enforce Referential Integrity, and then select OK. Save the relationships you have created, which should now look similar to the following figure: 7. Close Relationships window and select Save if the Save window appears. Referential integrity is a system of rules that Microsoft Access uses to ensure that relationships between records in related tables are valid and that you don t accidentally delete or change related data. Why did I relate the tables? Now that Patient Table and Appointment Table are related through their PatientID fields, information about the patient does not need to be entered every time a new appointment is made. Activity 1.7 Create a form to enter and display your data Now you will create a form to more easily enter and display your data -- in this case, patients information and their appointments -- using the Form Wizard. 1. Select Forms from the Object menu and then select New. Choose Form Wizard from the list of methods for creating a form. Leave Choose the table or query where the object s data comes from: blank and click OK.

8 Unit 4 Introduction to Spreadsheet and Database, pages 8 of Answer the Form Wizard s questions as follows: Which fields do you want on your form? From Available Fields box, select the fields that you would like to appear on your Patient Information form. Use the > and >> (select all items) buttons to move your selections from Available Fields list to Selected Fields list. (Use the Tables/Queries drop-down list to indicate which table you are selecting the fields from.) From the Table: Appointment Table Patient Table Therapy Table Select: AppointmentID, Date, and TherapyName PatientID, LastName, FirstName, Address, City, State, and ZipCode TherapistName Then click Next. How do you want to view your data? Select by Patient Table which will order the records by patient. In the window on the right, Form Wizard window will show you how your form will appear. Select Form with subform(s) and then Appointments appear as a subform click Next. Because they are organized by Patient. (Each patient has a collection of appointments.) What layout would you like for your subform? Select Datasheet and then click Next. What style would you like? Choose a style for your form and then click Next. What titles do you want for your forms? Name your form Patient Information. You can leave the default name for the subform. Make sure that Open the form to view or enter information. is selected so you can get a first view of the form. Then click Finish.

9 Module 14: Introduction to Microsoft Access, page 9 of 12 At this point, your form should look like the following figure: 3. You may want to use Design View to adjust the size of the form and the Appointment subform if they are not the right size: To adjust the size of the form, select Design View toggle button. Click on the edge of the form and use the arrows to expand its width. If all the fields aren t visible in Appointment subform, click on the edge of it and use the handles/arrows to expand its width. Since the subform is laid out in Datasheet form, you only need to adjust the column widths if necessary. 4. You may also move elements on the form, and change the appearance of labels: To move elements, use your mouse to drag them to the desired location. To change the appearance of labels, right-click on a label and select Properties from the menu. Choose Format and navigate to Font Name to change the font. Select the desired font, and then close the Properties window to see your change. 5. To see the working form, switch to Form View by selecting it from View menu (or click View toggle button). Enter the appointment information for your five patients, as listed below: Why did I create these forms? To make entering patients appointments so much easier -- and now you re ready to do it! Notice that the TherapyName field has a drop-down list, and that the cost automatically fills in after you choose a therapy.

10 Unit 4 Introduction to Spreadsheet and Database, pages 10 of 12 Last Name First Name Therapy 1 Therapist 1 Therapy 1 Date Therapy2 Therapist2 Therapy2 Date Nobody Joe Shiatsu D. Morewill 12/10/2007 Pilates J. Goodman 12/11/2007 Doe Jane Ultrasound N. Tasety 12/12/2007 Ultrasound N. Tasety 12/20/2007 Somebody Mike Whirlpool J. Goodman 12/1/2007 Storm Bob Shiatsu D. Morewill 12/2/2007 Shiatsu D. Morewill 12/6/2007 Smith John Pilates J. Goodman 12/12/2007 This is what your final form might look like: Activity 1.8 Generate Reports To view data about the patients and staff, you will create two reports -- one showing all the patients information, and one showing each therapist and which appointments he or she attended to. You will create the Patient Information Report first. 1. Select the Reports button from the Objects menu. Select Create report by using wizard, then select New. 2. Choose Repeort Wizard from the list of methods for creating a form. Leave Choose the table or query where the object s data comes from: blank and click OK. 3. Select Table: Patient Table from the Tables/Queries drop-down list. From the Available Fields list, move all the fields over t o the Selected Fields list. Click Next.

11 Module 14: Introduction to Microsoft Access, page 11 of Answer the Report Wizard s questions as follows: Do you want to add any grouping levels? Click Next. What sort order do you want for your records? In the first drop-down list, select LastName so that the list will be ordered by LastName. Ascending already appears next to the dropdown list, so you don t need to select it. Select FirstName in Ascending order, and PatientID in Ascending order. How would you like to lay out your report? Make the selections as indicated in the right figure and click Next. What style would you like? Choose a style and click Next. What title do you want for your report? Title your report All Patients Information.

12 Unit 4 Introduction to Spreadsheet and Database, pages 12 of Click the Print Preview button or select Print Preview from the View menu to see your report. Here is what it might look like: Print out the report to be turn in at the end of the module. Lab 15 Exercise 1. Create a Therapists Productivity Report that look like the following: Turn in reports in Activity 1.8 and exercise problems.

Introduction to Microsoft Access 2013

Introduction to Microsoft Access 2013 Introduction to Microsoft Access 2013 A database is a collection of information that is related. Access allows you to manage your information in one database file. Within Access there are four major objects:

More information

Introduction to Microsoft Access 2003

Introduction to Microsoft Access 2003 Introduction to Microsoft Access 2003 Zhi Liu School of Information Fall/2006 Introduction and Objectives Microsoft Access 2003 is a powerful, yet easy to learn, relational database application for Microsoft

More information

Introduction to Microsoft Access 2010

Introduction to Microsoft Access 2010 Introduction to Microsoft Access 2010 A database is a collection of information that is related. Access allows you to manage your information in one database file. Within Access there are four major objects:

More information

MICROSOFT OUTLOOK 2010 WORK WITH CONTACTS

MICROSOFT OUTLOOK 2010 WORK WITH CONTACTS MICROSOFT OUTLOOK 2010 WORK WITH CONTACTS Last Edited: 2012-07-09 1 Access to Outlook contacts area... 4 Manage Outlook contacts view... 5 Change the view of Contacts area... 5 Business Cards view... 6

More information

Microsoft Access Basics

Microsoft Access Basics Microsoft Access Basics 2006 ipic Development Group, LLC Authored by James D Ballotti Microsoft, Access, Excel, Word, and Office are registered trademarks of the Microsoft Corporation Version 1 - Revision

More information

Chapter 5. Microsoft Access

Chapter 5. Microsoft Access Chapter 5 Microsoft Access Topic Introduction to DBMS Microsoft Access Getting Started Creating Database File Database Window Table Queries Form Report Introduction A set of programs designed to organize,

More information

Check out our website!

Check out our website! Check out our website! www.nvcc.edu/woodbr idge/computer-lab Contact Us Location: Open Computer Lab Seefeldt Building #336 NOVA Woodbridge Campus Hussna Azamy (OCL Supervisor) Phone: 703-878-5714 E-mail:

More information

MICROSOFT ACCESS 2003 TUTORIAL

MICROSOFT ACCESS 2003 TUTORIAL MICROSOFT ACCESS 2003 TUTORIAL M I C R O S O F T A C C E S S 2 0 0 3 Microsoft Access is powerful software designed for PC. It allows you to create and manage databases. A database is an organized body

More information

Introduction to Microsoft Access

Introduction to Microsoft Access Welcome to Teach Yourself: Introduction to Microsoft Access This Teach Yourself tutorial explains the basic operations and terminology of Microsoft Access 2003, a database management program. Microsoft

More information

Microsoft Access 2007 Module 1

Microsoft Access 2007 Module 1 Microsoft Access 007 Module http://pds.hccfl.edu/pds Microsoft Access 007: Module August 007 007 Hillsborough Community College - Professional Development and Web Services Hillsborough Community College

More information

MS Access Lab 2. Topic: Tables

MS Access Lab 2. Topic: Tables MS Access Lab 2 Topic: Tables Summary Introduction: Tables, Start to build a new database Creating Tables: Datasheet View, Design View Working with Data: Sorting, Filtering Help on Tables Introduction

More information

Microsoft Access 2000

Microsoft Access 2000 Microsoft Access 2000 Level 1 Region 4 Teaching, Learning and Technology Center Kaplan, LA Activity 1 Creating a Database 1. Open Microsoft Access 2000 a. Click on START, highlight Programs, point and

More information

MICROSOFT ACCESS 2007 BOOK 2

MICROSOFT ACCESS 2007 BOOK 2 MICROSOFT ACCESS 2007 BOOK 2 4.1 INTRODUCTION TO ACCESS FIRST ENCOUNTER WITH ACCESS 2007 P 205 Access is activated by means of Start, Programs, Microsoft Access or clicking on the icon. The window opened

More information

Microsoft Access 2010 handout

Microsoft Access 2010 handout Microsoft Access 2010 handout Access 2010 is a relational database program you can use to create and manage large quantities of data. You can use Access to manage anything from a home inventory to a giant

More information

Creating and Using Databases with Microsoft Access

Creating and Using Databases with Microsoft Access CHAPTER A Creating and Using Databases with Microsoft Access In this chapter, you will Use Access to explore a simple database Design and create a new database Create and use forms Create and use queries

More information

Microsoft Access 2007 Introduction

Microsoft Access 2007 Introduction Microsoft Access 2007 Introduction Access is the database management system in Microsoft Office. A database is an organized collection of facts about a particular subject. Examples of databases are an

More information

Microsoft Office 2010

Microsoft Office 2010 Access Tutorial 1 Creating a Database Microsoft Office 2010 Objectives Learn basic database concepts and terms Explore the Microsoft Access window and Backstage view Create a blank database Create and

More information

Use Find & Replace Commands under Home tab to search and replace data.

Use Find & Replace Commands under Home tab to search and replace data. Microsoft Access 2: Managing Data in Tables and Creating Relationships You have created tables in an Access database. Data in Access tables can be added, deleted, and updated to be current (practiced in

More information

Microsoft Access 2010- Introduction

Microsoft Access 2010- Introduction Microsoft Access 2010- Introduction Access is the database management system in Microsoft Office. A database is an organized collection of facts about a particular subject. Examples of databases are an

More information

Advanced Database Concepts Using Microsoft Access

Advanced Database Concepts Using Microsoft Access Advanced Database Concepts Using Microsoft Access lab 10 Objectives: Upon successful completion of Lab 10, you will be able to Understand database terminology, including database, table, record, field,

More information

Creating tables in Microsoft Access 2007

Creating tables in Microsoft Access 2007 Platform: Windows PC Ref no: USER 164 Date: 25 th October 2007 Version: 1 Authors: D.R.Sheward, C.L.Napier Creating tables in Microsoft Access 2007 The aim of this guide is to provide information on using

More information

Beginning Microsoft Access

Beginning Microsoft Access Beginning Microsoft Access A database is a collection of information. Common collections of information that can be entered into a database include the library card catalog, a recipe box, or your personal

More information

User Services. Intermediate Microsoft Access. Use the new Microsoft Access. Getting Help. Instructors OBJECTIVES. July 2009

User Services. Intermediate Microsoft Access. Use the new Microsoft Access. Getting Help. Instructors OBJECTIVES. July 2009 User Services July 2009 OBJECTIVES Develop Field Properties Import Data from an Excel Spreadsheet & MS Access database Create Relationships Create a Form with a Subform Create Action Queries Create Command

More information

Microsoft Access 2007

Microsoft Access 2007 How to Use: Microsoft Access 2007 Microsoft Office Access is a powerful tool used to create and format databases. Databases allow information to be organized in rows and tables, where queries can be formed

More information

User Services. Microsoft Access 2003 II. Use the new Microsoft

User Services. Microsoft Access 2003 II. Use the new Microsoft User Services July 2007 OBJECTIVES Develop Field Properties Import Data from an Excel Spreadsheet Create Relationships Create a Form with a Subform Create Action Queries Create Command Buttons Create a

More information

Using Microsoft Access Databases

Using Microsoft Access Databases Using Microsoft Access Databases Print this document to use as a reference while you work through this course. Open Access, and follow all directions to familiarize yourself with the program. Database

More information

INTRODUCTION TO MICROSOFT ACCESS Tables, Queries, Forms & Reports

INTRODUCTION TO MICROSOFT ACCESS Tables, Queries, Forms & Reports INTRODUCTION TO MICROSOFT ACCESS Tables, Queries, Forms & Reports Introduction...2 Tables...3 Designing a Table...3 Data Types...4 Relationships...8 Saving Object Designs and Saving Data...9 Queries...11

More information

Microsoft Access 2010 Part 1: Introduction to Access

Microsoft Access 2010 Part 1: Introduction to Access CALIFORNIA STATE UNIVERSITY, LOS ANGELES INFORMATION TECHNOLOGY SERVICES Microsoft Access 2010 Part 1: Introduction to Access Fall 2014, Version 1.2 Table of Contents Introduction...3 Starting Access...3

More information

Introduction to Microsoft Access 2007

Introduction to Microsoft Access 2007 Introduction to Microsoft Access 2007 Introduction A database is a collection of information that's related. Access allows you to manage your information in one database file. Within Access there are four

More information

Learning Services IT Guide. Access 2013

Learning Services IT Guide. Access 2013 Learning Services IT Guide Access 2013 Microsoft Access is a programme which allows you to store a lot of information easily in the form of a database. For example you could create a database which stored

More information

Planning and Creating a Custom Database

Planning and Creating a Custom Database Planning and Creating a Custom Database Introduction The Microsoft Office Access 00 database wizards make creating databases easy, but you may need to create a database that does not fit any of the predefined

More information

Access II 2007 Workshop

Access II 2007 Workshop Access II 2007 Workshop Query & Report I. Review Tables/Forms Ways to create tables: tables, templates & design Edit tables: new fields & table properties Import option Link tables: Relationship Forms

More information

Microsoft Access 2010

Microsoft Access 2010 IT Training Microsoft Access 2010 Jane Barrett, IT Training & Engagement Team Information System Services Version 3.0 Scope Learning outcomes Learn how to navigate around Access. Learn how to design and

More information

Microsoft Office Access 2007 Basics

Microsoft Office Access 2007 Basics Access(ing) A Database Project PRESENTED BY THE TECHNOLOGY TRAINERS OF THE MONROE COUNTY LIBRARY SYSTEM EMAIL: TRAININGLAB@MONROE.LIB.MI.US MONROE COUNTY LIBRARY SYSTEM 734-241-5770 1 840 SOUTH ROESSLER

More information

Lab 2: MS ACCESS Tables

Lab 2: MS ACCESS Tables Lab 2: MS ACCESS Tables Summary Introduction to Tables and How to Build a New Database Creating Tables in Datasheet View and Design View Working with Data on Sorting and Filtering 1. Introduction Creating

More information

Getting Started with Access 2007

Getting Started with Access 2007 Getting Started with Access 2007 1 A database is an organized collection of information about a subject. Examples of databases include an address book, the telephone book, or a filing cabinet full of documents

More information

Microsoft Access 2000 for Windows Handout: 3 Academic Computing Support Information Technology Services Tennessee Technological University December 2001 1. Creating a new database In this exercise, we

More information

Microsoft Access 2003 Module 1

Microsoft Access 2003 Module 1 Microsoft Access 003 Module http://pds.hccfl.edu/pds Microsoft Access 003: Module June 005 006 Hillsborough Community College - Professional Development Services Hillsborough Community College - Professional

More information

Microsoft Access 2010 Overview of Basics

Microsoft Access 2010 Overview of Basics Opening Screen Access 2010 launches with a window allowing you to: create a new database from a template; create a new template from scratch; or open an existing database. Open existing Templates Create

More information

Steps to Create a Database

Steps to Create a Database Steps to Create a Database Design the Database In order for a database to be effective some time should be spent on the layout of the table. Additionally, time should be spent on what the purpose of the

More information

MICROSOFT OFFICE ACCESS 2007 - NEW FEATURES

MICROSOFT OFFICE ACCESS 2007 - NEW FEATURES MICROSOFT OFFICE 2007 MICROSOFT OFFICE ACCESS 2007 - NEW FEATURES Exploring Access Creating and Working with Tables Finding and Filtering Data Working with Queries and Recordsets Working with Forms Working

More information

Access 2010: The Navigation Pane

Access 2010: The Navigation Pane Access 2010: The Navigation Pane Table of Contents OVERVIEW... 1 BEFORE YOU BEGIN... 2 ADJUSTING THE NAVIGATION PANE... 3 USING DATABASE OBJECTS... 3 CUSTOMIZE THE NAVIGATION PANE... 3 DISPLAY AND SORT

More information

How To Understand The Basic Concepts Of A Database And Data Science

How To Understand The Basic Concepts Of A Database And Data Science Database Concepts Using Microsoft Access lab 9 Objectives: Upon successful completion of Lab 9, you will be able to Understand fundamental concepts including database, table, record, field, field name,

More information

Reduced Quality Sample

Reduced Quality Sample Access 2007 Essentials PART ONE Mobile MOUSe Access 2007 Essentials Version # 1.1 Part One 08/08/2010 11:20 About this Course Microsoft Access is the database application included with Microsoft Office.

More information

Filter by Selection button. Displays records by degree to which they match the selected record. Click to view advanced filtering options

Filter by Selection button. Displays records by degree to which they match the selected record. Click to view advanced filtering options The Home Ribbon Sort Buttons: sort records into ascending or descending order by selected field Filter by Selection button. Displays records by degree to which they match the selected record. Display summary

More information

Simple Invoicing Desktop Database with MS Access 2013. c 2015 by David W. Gerbing School of Business Administration Portland State University

Simple Invoicing Desktop Database with MS Access 2013. c 2015 by David W. Gerbing School of Business Administration Portland State University Simple Invoicing Desktop Database with MS Access 2013 c 2015 by David W. Gerbing School of Business Administration Portland State University July 2, 2015 CONTENTS 1 Contents 1 Create a New Database 1 2

More information

Lab 9 Access PreLab Copy the prelab folder, Lab09 PreLab9_Access_intro

Lab 9 Access PreLab Copy the prelab folder, Lab09 PreLab9_Access_intro Lab 9 Access PreLab Copy the prelab folder, Lab09 PreLab9_Access_intro, to your M: drive. To do the second part of the prelab, you will need to have available a database from that folder. Creating a new

More information

IN THIS PROJECT, YOU LEARN HOW TO

IN THIS PROJECT, YOU LEARN HOW TO UNIT 2 PROJECT 11 CREATING A CUSTOMIZED DATABASE IN THIS PROJECT, YOU LEARN HOW TO Examine a Database and Its Objects Create Tables and Set Field Properties in Design View Create Relationships Add and

More information

Creating an Access Database. To start an Access Database, you should first go into Access and then select file, new.

Creating an Access Database. To start an Access Database, you should first go into Access and then select file, new. To start an Access Database, you should first go into Access and then select file, new. Then on the right side of the screen, select Blank database. Give your database a name where it says db1 and save

More information

Access 2007 Overview

Access 2007 Overview Overview Computer Training Centre tcentre@ucc.ie 4903749/3751/3752 Contents Introduction... 4 What is a Database?... 4 Benefits of Using a Database... 4 Microsoft Access Description... 4 Elements of an

More information

PROJECT ON MICROSOFT ACCESS (HOME TAB AND EXTERNAL DATA TAB) SUBMITTED BY: SUBMITTED TO: NAME: ROLL NO: REGN NO: BATCH:

PROJECT ON MICROSOFT ACCESS (HOME TAB AND EXTERNAL DATA TAB) SUBMITTED BY: SUBMITTED TO: NAME: ROLL NO: REGN NO: BATCH: PROJECT ON MICROSOFT ACCESS (HOME TAB AND EXTERNAL DATA TAB) SUBMITTED BY: SUBMITTED TO: NAME: ROLL NO: REGN NO: BATCH: INDEX Microsoft Access- An Overview 2 Datasheet view 4 Create a Table in Datasheet

More information

Task Force on Technology / EXCEL

Task Force on Technology / EXCEL Task Force on Technology EXCEL Basic terminology Spreadsheet A spreadsheet is an electronic document that stores various types of data. There are vertical columns and horizontal rows. A cell is where the

More information

Lesson 07: MS ACCESS - Handout. Introduction to database (30 mins)

Lesson 07: MS ACCESS - Handout. Introduction to database (30 mins) Lesson 07: MS ACCESS - Handout Handout Introduction to database (30 mins) Microsoft Access is a database application. A database is a collection of related information put together in database objects.

More information

Consider the possible problems with storing the following data in a spreadsheet:

Consider the possible problems with storing the following data in a spreadsheet: Microsoft Access 2010 Part 1: Introduction to Database Design What is a database? Identifying entities and attributes Understanding relationships and keys Developing tables and other objects Planning a

More information

Objectives. Microsoft Office 2007 Access 2007 Vista Notes. Opening a database, Tables, Querying a Database, and Reports

Objectives. Microsoft Office 2007 Access 2007 Vista Notes. Opening a database, Tables, Querying a Database, and Reports Microsoft Office 2007 Access 2007 Vista Notes Opening a database, Tables, Querying a Database, and Reports Objectives 1. Start Access 2. Describe the features of the Access window 3. Create a database

More information

MICROSOFT ACCESS TABLES

MICROSOFT ACCESS TABLES MICROSOFT ACCESS TABLES Create a New Table... 1 Design View... Datasheet View... 5 Table Tools in Datasheet View... 6 Sorting and Filtering Data... 8 Import and Export Data... 10 Relationships... 11 Relationship

More information

Section DB DATABASE - Microsoft Access

Section DB DATABASE - Microsoft Access Section DB DATABASE - Microsoft Access About Access 2007 Access 2007 is part of Microsoft Office 2007. It is an important productivity tool for business. Microsoft Access provides an inexpensive yet powerful

More information

A database is a collection of data organised in a manner that allows access, retrieval, and use of that data.

A database is a collection of data organised in a manner that allows access, retrieval, and use of that data. Microsoft Access A database is a collection of data organised in a manner that allows access, retrieval, and use of that data. A Database Management System (DBMS) allows users to create a database; add,

More information

Access 2007. Queries

Access 2007. Queries Access 2007 Queries WORKSHOP DESCRIPTION... 1 Overview 1 Prerequisites 1 Objectives 1 WHAT IS A QUERY?... 2 WHY USE QUERIES?... 2 TERMS TO KNOW... 2 Select Queries 2 Action Queries 2 Crosstab Queries

More information

Access 2007 Creating Forms Table of Contents

Access 2007 Creating Forms Table of Contents Access 2007 Creating Forms Table of Contents CREATING FORMS IN ACCESS 2007... 3 UNDERSTAND LAYOUT VIEW AND DESIGN VIEW... 3 LAYOUT VIEW... 3 DESIGN VIEW... 3 UNDERSTAND CONTROLS... 4 BOUND CONTROL... 4

More information

ACCESS 2007 BASICS. Best Practices in MS Access. Information Technology. MS Access 2007 Users Guide. IT Training & Development (818) 677-1700

ACCESS 2007 BASICS. Best Practices in MS Access. Information Technology. MS Access 2007 Users Guide. IT Training & Development (818) 677-1700 Information Technology MS Access 2007 Users Guide ACCESS 2007 BASICS Best Practices in MS Access IT Training & Development (818) 677-1700 Email: training@csun.edu Website: www.csun.edu/it/training Access

More information

Advanced Excel 10/20/2011 1

Advanced Excel 10/20/2011 1 Advanced Excel Data Validation Excel has a feature called Data Validation, which will allow you to control what kind of information is typed into cells. 1. Select the cell(s) you wish to control. 2. Click

More information

Introduction to MS WINDOWS XP

Introduction to MS WINDOWS XP Introduction to MS WINDOWS XP Mouse Desktop Windows Applications File handling Introduction to MS Windows XP 2 Table of Contents What is Windows XP?... 3 Windows within Windows... 3 The Desktop... 3 The

More information

Adobe Acrobat: Creating Interactive Forms

Adobe Acrobat: Creating Interactive Forms Adobe Acrobat: Creating Interactive Forms This document provides information regarding creating interactive forms in Adobe Acrobat. Please note that creating forms requires the professional version (not

More information

General User/Technical Guide for Microsoft Access

General User/Technical Guide for Microsoft Access General User/Technical Guide for Microsoft Access School of Nursing University of Michigan This guide is the first step in understanding your database. See the list of documentation locations at the end

More information

Structure a Database. Key Concepts LESSON. Access 380. Lesson 2: Structure a Database. Standards

Structure a Database. Key Concepts LESSON. Access 380. Lesson 2: Structure a Database. Standards LESSON Key Concepts Structure a Database In this lesson, you will continue learning skills to use Access in your daily life. You will learn to create the following elements in this lesson: databases, tables,

More information

Advanced Presentation Features and Animation

Advanced Presentation Features and Animation There are three features that you should remember as you work within PowerPoint 2007: the Microsoft Office Button, the Quick Access Toolbar, and the Ribbon. The function of these features will be more

More information

Module One: Getting Started... 6. Opening Outlook... 6. Setting Up Outlook for the First Time... 7. Understanding the Interface...

Module One: Getting Started... 6. Opening Outlook... 6. Setting Up Outlook for the First Time... 7. Understanding the Interface... 2 CONTENTS Module One: Getting Started... 6 Opening Outlook... 6 Setting Up Outlook for the First Time... 7 Understanding the Interface...12 Using Backstage View...14 Viewing Your Inbox...15 Closing Outlook...17

More information

Using Microsoft Access

Using Microsoft Access Using Microsoft Access Relational Queries Creating a query can be a little different when there is more than one table involved. First of all, if you want to create a query that makes use of more than

More information

Create a Poster Using Publisher

Create a Poster Using Publisher Contents 1. Introduction 1. Starting Publisher 2. Create a Poster Template 5. Aligning your images and text 7. Apply a background 12. Add text to your poster 14. Add pictures to your poster 17. Add graphs

More information

IST 195 Lab 11: MS Access

IST 195 Lab 11: MS Access Title of lab: Microsoft Access 2010 IST 195 Lab 11: MS Access Learning goal: Databases are collections of information, and database programs are designed to maintain data in structured tables. In this

More information

Les s on Objectives. Student Files Us ed

Les s on Objectives. Student Files Us ed Lesson 7 - Using Lookup Fields 115 Lesson 7 Using L ook up F ields Les s on Topics Looking Up Values in Tables Looking Up Values in a List The Lookup Wizard Review Exercise Les s on Objectives At the end

More information

Module SYSTEM INTRODUCTION & BASIC NAVIGATION. Astra Schedule Training Guide

Module SYSTEM INTRODUCTION & BASIC NAVIGATION. Astra Schedule Training Guide Module 1 SYSTEM INTRODUCTION & BASIC NAVIGATION Astra Schedule Training Guide Table of Contents Introduction... 1 Lesson Audience... 1 Lesson Objectives... 1 Configuration Requirements... 1 Common Practices...

More information

Access Queries (Office 2003)

Access Queries (Office 2003) Access Queries (Office 2003) Technical Support Services Office of Information Technology, West Virginia University OIT Help Desk 293-4444 x 1 oit.wvu.edu/support/training/classmat/db/ Instructor: Kathy

More information

In this session, we will explain some of the basics of word processing. 1. Start Microsoft Word 11. Edit the Document cut & move

In this session, we will explain some of the basics of word processing. 1. Start Microsoft Word 11. Edit the Document cut & move WORD PROCESSING In this session, we will explain some of the basics of word processing. The following are the outlines: 1. Start Microsoft Word 11. Edit the Document cut & move 2. Describe the Word Screen

More information

Lab Activity File Management with Windows Explorer Windows XP, Vista, Windows 7 and Windows 8 Brought to you by RMRoberts.com

Lab Activity File Management with Windows Explorer Windows XP, Vista, Windows 7 and Windows 8 Brought to you by RMRoberts.com Lab Activity File Management with Windows Explorer Windows XP, Vista, Windows 7 and Windows 8 Brought to you by RMRoberts.com After completing this laboratory activity, you will be able to: o Open and

More information

Microsoft Access GUI Building

Microsoft Access GUI Building Microsoft Access GUI Building Forms Reports 1 Microsoft Access provides the tools for developing graphical user interfaces that facilitate the use of database applications. An Access GUI consists of a

More information

Access I 2010. Tables, Queries, Forms, Reports. Lourdes Day, Technology Specialist, FDLRS Sunrise

Access I 2010. Tables, Queries, Forms, Reports. Lourdes Day, Technology Specialist, FDLRS Sunrise Access I 2010 Tables, Queries, Forms, Reports Lourdes Day, Technology Specialist, FDLRS Sunrise Objectives Participants will 1. create and edit a table 2. create queries with criteria 3. create and edit

More information

Introduction to Microsoft Access XP

Introduction to Microsoft Access XP Introduction to Microsoft Access XP Access is the database management system in Microsoft Office. A database is an organized collection of facts about a particular subject. An address book or a library

More information

Microsoft Office Access 2007 which I refer to as Access throughout this book

Microsoft Office Access 2007 which I refer to as Access throughout this book Chapter 1 Getting Started with Access In This Chapter What is a database? Opening Access Checking out the Access interface Exploring Office Online Finding help on Access topics Microsoft Office Access

More information

Access Database Design

Access Database Design Access Database Design Technical Support Services Office of Information Technology, West Virginia University OIT Help Desk -- 293-4444 x 1 http://oit.wvu.edu/support/training/classmat/db/ Instructors:

More information

Crystal Reports Payroll Exercise

Crystal Reports Payroll Exercise Crystal Reports Payroll Exercise Objective This document provides step-by-step instructions on how to build a basic report on Crystal Reports XI on the MUNIS System supported by MAISD. The exercise will

More information

Sample Table. Columns. Column 1 Column 2 Column 3 Row 1 Cell 1 Cell 2 Cell 3 Row 2 Cell 4 Cell 5 Cell 6 Row 3 Cell 7 Cell 8 Cell 9.

Sample Table. Columns. Column 1 Column 2 Column 3 Row 1 Cell 1 Cell 2 Cell 3 Row 2 Cell 4 Cell 5 Cell 6 Row 3 Cell 7 Cell 8 Cell 9. Working with Tables in Microsoft Word The purpose of this document is to lead you through the steps of creating, editing and deleting tables and parts of tables. This document follows a tutorial format

More information

INTRODUCTION TO MICROSOFT ACCESS MINIMAL MANUAL

INTRODUCTION TO MICROSOFT ACCESS MINIMAL MANUAL University of Glasgow Department of Computing Science INTRODUCTION TO MICROSOFT ACCESS MINIMAL MANUAL 1 Databases in Access...2 2 The Database Window...2 3 Help...2 4 Saving...3 5 Wizards...3 6 Tables...3

More information

Access 2007. Creating Databases - Fundamentals

Access 2007. Creating Databases - Fundamentals Access 2007 Creating Databases - Fundamentals Contents Database Design Objectives of database design 1 Process of database design 1 Creating a New Database... 3 Tables... 4 Creating a table in design view

More information

Access is an extremely complex subject and, inevitably, shortcuts and compromises have been made to reduce the written content of this article.

Access is an extremely complex subject and, inevitably, shortcuts and compromises have been made to reduce the written content of this article. EMISNUG Conference 2012: Building an Access database Patrick Wilmore, IT Manager, Windrush Medical practice, Witney This handout accompanies my talk at 10.00am on Friday 8 th September 2012. The objective

More information

Excel 2003 Tutorial I

Excel 2003 Tutorial I This tutorial was adapted from a tutorial by see its complete version at http://www.fgcu.edu/support/office2000/excel/index.html Excel 2003 Tutorial I Spreadsheet Basics Screen Layout Title bar Menu bar

More information

Removed from product. > Removed from product. > Removed from product. Navigation Buttons Filter Toggle > Removed from product

Removed from product. > Removed from product. > Removed from product. Navigation Buttons Filter Toggle > Removed from product Format > Home tab Font > Home Font Datasheet > Home Font Format Cells Row Height > Home Records More Row Height Column Width > Home Records More Column Width Rename Column > Table Tools Datasheet Fields

More information

Decision Support AITS University Administration. Web Intelligence Rich Client 4.1 User Guide

Decision Support AITS University Administration. Web Intelligence Rich Client 4.1 User Guide Decision Support AITS University Administration Web Intelligence Rich Client 4.1 User Guide 2 P age Web Intelligence 4.1 User Guide Web Intelligence 4.1 User Guide Contents Getting Started in Web Intelligence

More information

COURSE DESCRIPTION. Queries in Microsoft Access. This course is designed for users with a to create queries in Microsoft Access.

COURSE DESCRIPTION. Queries in Microsoft Access. This course is designed for users with a to create queries in Microsoft Access. COURSE DESCRIPTION Course Name Queries in Microsoft Access Audience need This course is designed for users with a to create queries in Microsoft Access. Prerequisites * Keyboard and mouse skills * An understanding

More information

Pdf - print version. Lab Objectives: When you are finished with this lab you should be able to:

Pdf - print version. Lab Objectives: When you are finished with this lab you should be able to: 1 of 5 Pdf - print version LAB EXERCISE 2 File Management in Windows Summary: This lab is a continuation of the concepts and techniques introduced in Lab1, which introduced you to the Windows interface

More information

Introduction To Microsoft Office PowerPoint 2007. Bob Booth July 2008 AP-PPT5

Introduction To Microsoft Office PowerPoint 2007. Bob Booth July 2008 AP-PPT5 Introduction To Microsoft Office PowerPoint 2007. Bob Booth July 2008 AP-PPT5 University of Sheffield Contents 1. INTRODUCTION... 3 2. GETTING STARTED... 4 2.1 STARTING POWERPOINT... 4 3. THE USER INTERFACE...

More information

ECDL Module 5. REFERENCE MANUAL Databases. Microsoft Access 2003 Edition for ECDL Syllabus Four

ECDL Module 5. REFERENCE MANUAL Databases. Microsoft Access 2003 Edition for ECDL Syllabus Four ECDL Module 5 REFERENCE MANUAL Databases Microsoft Access 2003 Edition for ECDL Syllabus Four PAGE 2 - ECDL MODULE 5 (USING OFFICE 2003) - MANUAL 1995-2006 Cheltenham Courseware Ltd. Crescent House 24

More information

Topic: Relationships in ER Diagram and Relationships in MS Access

Topic: Relationships in ER Diagram and Relationships in MS Access MS Access Lab 3 Topic: Relationships in ER Diagram and Relationships in MS Access Summary Introduction to Relationships Why Define Relationships? Relationships in ER Diagram vs. Relationships in MS Access

More information

Business Objects 4.1 Quick User Guide

Business Objects 4.1 Quick User Guide Business Objects 4.1 Quick User Guide Log into SCEIS Business Objects (BOBJ) 1. https://sceisreporting.sc.gov 2. Choose Windows AD for Authentication. 3. Enter your SCEIS User Name and Password: Home Screen

More information

Utilizing Microsoft Access Forms and Reports

Utilizing Microsoft Access Forms and Reports Utilizing Microsoft Access Forms and Reports The 2014 SAIR Conference Workshop #3 October 4 th, 2014 Presented by: Nathan Pitts (Sr. Research Analyst The University of North Alabama) Molly Vaughn (Associate

More information

Outlook Email. User Guide IS TRAINING CENTER. 833 Chestnut St, Suite 600. Philadelphia, PA 19107 215-503-7500

Outlook Email. User Guide IS TRAINING CENTER. 833 Chestnut St, Suite 600. Philadelphia, PA 19107 215-503-7500 Outlook Email User Guide IS TRAINING CENTER 833 Chestnut St, Suite 600 Philadelphia, PA 19107 215-503-7500 This page intentionally left blank. TABLE OF CONTENTS Getting Started... 3 Opening Outlook...

More information