Microsoft Using an Existing Database Amarillo College Revision Date: July 30, 2008

Size: px
Start display at page:

Download "Microsoft Using an Existing Database Amarillo College Revision Date: July 30, 2008"

Transcription

1 Microsoft Amarillo College Revision Date: July 30, 2008

2 Table of Contents GENERAL INFORMATION... 1 TERMINOLOGY... 1 ADVANTAGES OF USING A DATABASE... 2 A DATABASE SHOULD CONTAIN:... 3 A DATABASE SHOULD NOT CONTAIN:... 3 UNDERSTANDING DATABASE VIEWS... 4 DATASHEET VIEW... 4 DESIGN VIEW... 5 FIELDS... 6 RESIZING A FIELD... 6 MOVING A FIELD... 6 HIDING/UNHIDING FIELDS (COLUMNS)... 6 INSERTING A NEW FIELD... 7 DELETING A FIELD... 7 RECORDS... 8 INSERTING A NEW RECORD... 8 FINDING A PARTICULAR RECORD... 8 DELETING A RECORD... 9 SORTING RECORDS FILTERS FILTER BY SELECTION FILTER BY FORM SAVING A DATABASE FORMS PRINTING A SINGLE RECORD IN A FORM QUERIES RUNNING A PREVIOUSLY-CREATED QUERY CREATING A NEW QUERY REPORTS RUNNING AN PREVIOUSLY-CREATED REPORT CREATING A NEW REPORT i

3 GENERAL INFORMATION Terminology Database An organized collection logically-related data stored in a structured format. Technically, a database can consist of one or more tables of data that are related in some way. For instance, you could track all the information about the students in a school in a student s table. If you then created separate tables containing details about teachers, classes and classrooms, you could combine all four tables into a database. Relational Database - A collection of two or more tables that are linked together. Relationships between each table are required to link those tables correctly. Most new database have this structure. If data is organized in this type of database, you can treat these multiple tables as a single storage area and pull information electronically from different tables in whatever order meets your needs. Table - The only physical storage space for data in a database. Record - A record contains all the data about a single member of a table. For example, in a student table, data such as first name, last name, address, city, state, zip are stored for each student in the table. Field - A record contains multiple pieces of data called fields. A field is the smallest unit of named data that is recognized by the database program. Primary Key - A field, or collection of fields, that uniquely identifies a given record in a table. The data in this field has to be unique for each record. It cannot be the same in any two records. Composite Key - A primary key that consists of more than one field. Page 1

4 Advantages of Using a Database 1. Getting more information from the same amount of data. The primary goal of a computer system is to transform recorded facts into information. You can start to notice relationships between the records and make decisions based on these observations. 2. Sharing data The data entered from many different users can be combined and shared among all authorized users, allowing all users to retrieve data from a great pool. 3. Easier to change data If data is changed in only one place, all other people will have access to the corrected information. The same data will not have to be changed in multiple places. 4. Balancing conflicting requirements It is possible to have one person or group, called a Database Administrator, to be in charge of maintaining the database. By looking out for the company as a whole, it can force data entry that is better for the company. 5. Controlling data redundancy data is stored only once, and not in multiple places, which decreases the amount of space needed for storage. 6. Consistency of data By reducing the number of places that similar data is stored, the likelihood for having mistakes is reduced. 7. Integrity of data Integrity rules can be enforced that do not allow some data entry mistakes to be made. For example, a record cannot be deleted from a table if it has related records in another table that are dependent on the record. 8. Security Security passwords can be used to prevent unauthorized access to the database. 9. Productivity is increased Many repetitive tasks can be automated. 10. Data independence The structure of a database can be changed without the programs that access the database having to change. Without data independence, much unnecessary effort can be expended in changing programs to match the new structure of the database. Page 2

5 A Database Should Contain: 1. Separate tables, each containing relevant related information. 2. Data that does not change. For example, year-of-birth compared to age. 3. Space for possible expansion areas. 4. Normalized data. This means data that have been broken down into its purest form to keep data redundancy down. A Database Should NOT Contain: 1. Data that can be calculated when a report is printed. 2. Data that constantly changes. 3. Multiple data items in a single field. 4. Do not store the same data in separate tables. 5. Do not have large fields for small amounts of data. Page 3

6 UNDERSTANDING DATABASE VIEWS There are two main views in Access Design View is used to construct tables, where fields can be added, deleted, or modified. The Datasheet View can be used to enter data into records. 1. Start Access 2007, and click the icon, located at the right side of the window. 2. Navigate to the drive and folder in which the database is stored. 3. Double-click the database file. 4. At the left side of the window, look to see what type of object is being displayed: 5. If the word, Tables is not displayed, click the drop-down arrow to choose Tables. 6. At the left side of the window, double-click the table to be opened. 7. Maximize the window and then maximize the table inside the window. Datasheet View This view is preferred by many people because it resembles an Excel worksheet with which most people are more familiar. Data displayed in any of the cells of the datasheet can be edited by clicking on the cell and then typing the new data into the cell. Whenever the cursor is moved from the edited cell, the contents of the datasheet are automatically saved! Page 4

7 ICONS By clicking on the icon located on the ribbon, you will change the view to Design View. By clicking on the View. icon located on the ribbon, you will change the view to Datasheet Design View In Design View, the table s structure (not its data) can be edited. This view is not used very often. Once the fields have been created and set up, the Design View is rarely used again. New fields can be created Fields properties can be changed Current fields can be changed Fields can be used as primary keys Page 5

8 FIELDS Microsoft Access 2007 A field is a single piece of data that makes up part of a record. For example, the last name of a person would be stored in a separate field than the field containing the zip code. Resizing a Field This procedure does not widen the actual field. It simply displays the field differently on the monitor. 1. View a database table in Datasheet View. 2. Click-and-drag the separator line (the mouse pointer turns into a double-sided black arrow illustrated below) between the field name of the column that is to be widened and the field name of the column to the right. Drag the separator line to the right to widen the column. Moving a Field 1. View the table in Datasheet View. 2. Click (one time) the field name to be moved. This highlights the field. 3. Next, click-and-drag the field s name to a new location and release it. 4. When you exit Access, a message will appear asking if you want to save the file. If you choose No then the field will be in its original position when the file is opened again. Hiding/Unhiding Fields (Columns) When viewing data, you may not want to see all of the fields at one time. Therefore, hiding fields is an easy way to see only the desired data. 1. View the table in Datasheet View. 2. Right-click the desired field name and choose Hide Columns. 3. Print as needed. 4. Right-click any field name and choose Unhide Columns. 5. Place a checkmark in front of the hidden column(s). 6. Page 6

9 Inserting a new Field 1. View the table in Design View by clicking the Design View icon, located on the Home tab. 2. If the field is to be placed between two existing fields, do the following: a. Right-click the gray box in front of the field that needs to be moved downward to make room for the new field. b. Choose Insert Rows. 3. Place the cursor in the first cell of the destination row and type a name for the new field. 4. In the second cell, use the drop-down arrow to specify the type of data that will be stored in the field. If it is a zip code (or other number that is not to be used in calculations), specify text. Data Type Description Size Text (Most common data type) Alphanumeric data Up to 255 characters Memo Alphanumeric data; sentences and paragraphs Up to 64,000 characters Date/Time Dates and times 8 bytes Currency Dollar formatted data, stored with 8 bytes 4 decimal places Auto-Number Unique value generated by 4 bytes Access for each new record. Cannot be changed by user. Yes/No True/False type of data 1 bit OLE Object Pictures, Graphs, or other ActiveX Up to 1 gigabyte objects Hyperlink A link to a document or file on the Web, local network, or personal computer s hard drive Up to 2,048 characters 5. In the third field, add a short text description for the field. 6. In the Field Properties area at the bottom of the screen, change the field properties as needed. It is a scrollable list of properties. 7. When you leave Design View, you will be required to save the file. Deleting a Field 1. View the table in Design View (directions listed above) 2. Click the gray box to the left of the field to be removed and press the DELETE key. 3. When you leave Design View, you will be required to save the file. Page 7

10 RECORDS Records are collections of different pieces of related data pertaining to one item. For example, the name, address, city, state and zip code of a person or store would be a single record. Records are individual rows of data stored in tables. Inserting a new Record 1. View the table in Datasheet View. 2. If there are many records in the table, the fasted way to create new record is to click the New (Blank) Record icon, located on the Record Navigation Bar at the bottom of the database window. 3. Add data to the first field in the new record and use the TAB key to move to the next field. Data Entry Shortcut: Press CTRL + in a cell to insert the same data from the cell directly above the current cell. 4. To save the new record, simply move the cursor to any other record! Finding a Particular Record 1. View the table in Datasheet View. 2. Place the cursor anywhere in the field in which to search. 3. Press CTRL +F and then type the text to be searched for. 4. The Look In field limits your search to either the current field or every field. 5. If the text is only a part of a larger group of text characters, click the drop-down arrow for the Match field, illustrated below, and specify Any Part of Field. Page 8

11 6. If the case has to match exactly, place a checkmark in the Match Case box at the bottom of the window. 7. Deleting a Record A record cannot be deleted from the primary table in a one-to-many relationship. 1. View the table in Datasheet View. 2. Click the gray box to the left of the record (illustrated below) to be removed and press the DELETE key. 3. Click the Yes button when prompted. Click Here Page 9

12 Sorting Records Sorting by a Single Field 1. View the table in Datasheet View. 2. Right-click any cell in the field by which the table is to be sorted and choose whether to sort in (ascending) or (descending) order. Sorting by Multiple Fields 1. Identify which field will act as the Outer or main sort and the one which will be the Inner or secondary sort. The Inner sort runs first! For example, we need to sort all the records by state in ascending order and then by zip code in descending order. Zip Code would be the Inner Sort because it is run first before the main sort places the records in order by State. State would be the Outer Sort because it is the main sort and is runs last. 2. Right-click anywhere in the field acting as the innermost sort and choose whether to sort in ascending or descending order. 3. Right-click anywhere in the field acting as the Outer sort and then choose whether to sort the data in ascending or descending order. Clearing a Sort 1. On the Home tab, click the Clear All Sorts icon, located on the Sort & Filter ribbon. Page 10

13 FILTERS Filtering records allows you to display information from a table that meets particular criteria. For example, you could list all the students in the table who live in Canyon. Filter by Selection 1. Open the table in Datasheet View and place the cursor in a cell containing data that you wish to use as filter criteria. 2. On the Home tab, click the icon, located on the Sort & Filter ribbon. 3. From the small menu that appears, specify how you want the data to be searched. NOTE: From the list of extracted records, if you perform the same steps on another piece of data, you can extract records from the first group of culled records. 4. Right-click any cell in the filtered field and choose Clear Filter For example, if you filtered the records by the State field, you would click on the option to, Clear Filter from State. Page 11

14 Filter by Form 1. Open the table in Datasheet View and place the cursor in a cell containing data that you wish to use as filter criteria. 2. On the Home tab, click the icon, located on the Sort & Filter ribbon. 3. Click the icon to open the form. 4. Click in a field to be used as a criterion. 5. Either use the drop-down arrow to enter the filter criteria or type the criteria, using examples in the next table. More than one field can be used at a time. 6. On the Home tab, click the icon, located on the Sort & Filter ribbon. 7. On the Home tab, click the icon, located on the Sort & Filter ribbon, and then click the to bring back all the records. NOTE: See the next table for some Filter by Form syntax examples. Format Like *Street Like *Street* Filter-by-Form Examples Results of the Format Selects all records that end with Street Selects all records with the letters street anywhere in the record. C* The data in the field must start with the letter C < N Selects all records that begin with the letters A through M >5/1/00 Selects all dates since May 1, 2000 <>0 Selects all records not equal to the value zero The field may contain anything except the letters, CA Not CA $###,###.00 Displays a dollar sign in the first position, and a comma in the correct spot. 2 digits past the decimal will also be displayed. 100 or 200 Value must either be 100 or 200, and nothing else. Between 1 and 50 TX or CA or NE Selects all the values between 1 and 50, inclusively Selects all records with either TX or CA or NE in the field. The computer will place the quotation marks around TX, CA, and NE. Page 12

15 SAVING A DATABASE The process of saving is entirely different in Access compared to the other Office applications. There are two items that get saved in a database (entirely differently): the data in each record and the table layout itself Saving the Data in Each Record 1. After typing data into a new record, the record is automatically saved when the cursor is moved to a different record. Saving the Table Layout The table layout includes the color of the datasheet gridlines, the color of the datasheet background, the column widths, and any sorting that has been done. 1. Click the MS Office Button and then click the Save button. Or, another way to save a table is to exit the program. When exiting, Access will ask if you want to save the table or not. Page 13

16 FORMS Microsoft Access Open the database in Access At the left side of the screen, click the drop-down arrow and choose Forms. 3. At the left side of the screen, double-click the desired form. 4. Maximize the form if desired. 5. On Home tab, click the drop-down arrow on the View icon, located on the Views ribbon. 6. At the bottom of the database window, click the New (blank) Record icon to clear the form. 7. Add data to the form fields as needed. 8. Go to other records by using the navigation bar at the bottom of the screen and edit the data in the desired record as needed. Printing a Single Record in a Form 1. Open the form and display the desired record. 2. Use CTRL +F to search for text if needed. 3. Click the Form Selector icon, located at the left side of the form. 4. Click the MS Office Button and then click Print. 5. Click the option button for Selected Record(s). 6. Page 14

17 QUERIES Queries are some of the most powerful features of a database. They allow you to extract information like a filter, but you can save and reuse a query. Reports can be built on records extracted through queries. Running a Previously-Created Query 1. Open the database in Access If the menu of objects (illustrated at the left) is not visible, click the drop-down arrow icon (circled in the illustration) to see the list. 3. From the list of objects, click Queries. 4. Double-click the query to be run. The list of records will update accordingly. Page 15

18 Creating a New Query 1. Open the database in Access At the left side of the screen, click the drop-down arrow and choose Queries. 3. On the Create tab, click the Query Design icon, located on the Other ribbon. 4. Double-click each table to be added to the design. Fields from any table in the design can be added to the new query If needed, drag the bottom border of each table downward to make each table large enough to see all of its fields. 7. Double-click each desired field (from any visible table) to add to the query. 8. On the Criteria line in the grid, specify which records are to be extracted. If no criteria are entered, all records will be displayed. For example, if all the records in a table are to be displayed from Texas, type TX into the State field. 9. If you place criteria on the Or line, you can force the query to look for fields based upon two or more pieces of information instead of just one. NOTE: Each row below the bottom Or row is also considered another Or row. 10. Any field listed in the grid that has a checkmark will be displayed. 11. If the records are to be sorted by a particular field, click the Sort row in that field and use the drop-down arrow to specify the sort order. 12. To save the query, right-click the blue title bar of the query window (the default name of the query is Query1 or something similar) and choose. 13. Type a name for the new query and press ENTER. Page 16

19 REPORTS Reports are printable documents based on database tables or queries. Running an Previously-Created Report 1. Open the database in Access Click the drop-down arrow icon (circled in the illustration at the left) and choose Reports. 3. Double-click the report to be displayed. 4. Print the report as needed. Page 17

20 Creating a New Report 1. Open the database in Access At the left side of the screen, click the drop-down arrow and choose Reports. 3. On the Create tab, click the icon, located on the Reports ribbon. 4. In the Tables/Queries field, use the drop-down arrow to choose the first table or query to be analyzed. 5. Double-click each desired field to be added to the report. NOTE: If you accidentally add a wrong field, click the field and then click the button. 6. Repeat steps #4-#5 for each table or query to be used to supply fields for the report If you want to sort the records in the report, use the drop-down arrow to choose a field by which to sort. 10. Page 18

21 11. Specify which layout to use. Most often, we use Tabular Click different styles until you find one that you want to use for the report Type a name for the new report. 16. Page 19

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 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 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

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

Using an Access Database

Using an Access Database A Few Terms Using an Access Database These words are used often in Access so you will want to become familiar with them before using the program and this tutorial. A database is a collection of related

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

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

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

Creating a Database in Access

Creating a Database in Access Creating a Database in Access Microsoft Access is a database application. A database is collection of records and files organized for a particular purpose. For example, you could use a database to store

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

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

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 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

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

Table and field properties Tables and fields also have properties that you can set to control their characteristics or behavior.

Table and field properties Tables and fields also have properties that you can set to control their characteristics or behavior. Create a table When you create a database, you store your data in tables subject-based lists that contain rows and columns. For instance, you can create a Contacts table to store a list of names, addresses,

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

Microsoft Access Part I (Database Design Basics) ShortCourse Handout

Microsoft Access Part I (Database Design Basics) ShortCourse Handout Microsoft Access Part I (Database Design Basics) ShortCourse Handout July 2004, Technology Support, Texas Tech University. ALL RIGHTS RESERVED. Members of Texas Tech University or Texas Tech Health Sciences

More information

Access 2007. Using Access

Access 2007. Using Access Access 2007 Using Access 1 Contents Introduction to Microsoft Access 2007... 3 Microsoft Access 2007 features 3 Opening a database 4 Database objects 5 Opening objects 6 Working with objects 6 Saving in

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

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

Introduction to Microsoft Office Access 2010

Introduction to Microsoft Office Access 2010 Introduction to Microsoft Office Access 2010 The Himmelfarb Health Sciences Library Questions? Ask us. Microsoft Office Access 2010 by Himmelfarb Health Sciences Library is licensed under a Creative Commons

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

Creating a Database using Access 2007

Creating a Database using Access 2007 Creating a Database using Access 2007 Starting Access 2007 Double click on the Access 2007 icon on the Windows desktop (see right), or click-on the Start button in the lower left corner of the screen,

More information

If the database that is required is similar to a template then whole database can be generated by using a template that already exists.

If the database that is required is similar to a template then whole database can be generated by using a template that already exists. Creating Tables There are many ways of creating tables; it depends on the fields required in the table and the complexity of the database to be set up as to how you create the tables. If the database that

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

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

Ohio University Computer Services Center August, 2002 Crystal Reports Introduction Quick Reference Guide

Ohio University Computer Services Center August, 2002 Crystal Reports Introduction Quick Reference Guide Open Crystal Reports From the Windows Start menu choose Programs and then Crystal Reports. Creating a Blank Report Ohio University Computer Services Center August, 2002 Crystal Reports Introduction Quick

More information

Tutorial 3. Maintaining and Querying a Database

Tutorial 3. Maintaining and Querying a Database Tutorial 3 Maintaining and Querying a Database Microsoft Access 2010 Objectives Find, modify, and delete records in a table Learn how to use the Query window in Design view Create, run, and save queries

More information

Microsoft Office 2010

Microsoft Office 2010 Access Tutorial 3 Maintaining and Querying a Database Microsoft Office 2010 Objectives Find, modify, and delete records in a table Learn how to use the Query window in Design view Create, run, and save

More information

Creating and Using Forms in SharePoint

Creating and Using Forms in SharePoint Creating and Using Forms in SharePoint Getting started with custom lists... 1 Creating a custom list... 1 Creating a user-friendly list name... 1 Other options for creating custom lists... 2 Building a

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

MICROSOFT ACCESS STEP BY STEP GUIDE

MICROSOFT ACCESS STEP BY STEP GUIDE IGCSE ICT SECTION 11 DATA MANIPULATION MICROSOFT ACCESS STEP BY STEP GUIDE Mark Nicholls ICT Lounge P a g e 1 Contents Task 35 details Page 3 Opening a new Database. Page 4 Importing.csv file into the

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

Objectives. Understand databases Create a database Create a table in Datasheet view Create a table in Design view

Objectives. Understand databases Create a database Create a table in Datasheet view Create a table in Design view Creating a Database Objectives Understand databases Create a database Create a table in Datasheet view Create a table in Design view 2 Objectives Modify a table and set properties Enter data in a table

More information

Microsoft Excel 2010 Tutorial

Microsoft Excel 2010 Tutorial 1 Microsoft Excel 2010 Tutorial Excel is a spreadsheet program in the Microsoft Office system. You can use Excel to create and format workbooks (a collection of spreadsheets) in order to analyze data and

More information

Handout: Word 2010 Tips and Shortcuts

Handout: Word 2010 Tips and Shortcuts Word 2010: Tips and Shortcuts Table of Contents EXPORT A CUSTOMIZED QUICK ACCESS TOOLBAR... 2 IMPORT A CUSTOMIZED QUICK ACCESS TOOLBAR... 2 USE THE FORMAT PAINTER... 3 REPEAT THE LAST ACTION... 3 SHOW

More information

Microsoft Query, the helper application included with Microsoft Office, allows

Microsoft Query, the helper application included with Microsoft Office, allows 3 RETRIEVING ISERIES DATA WITH MICROSOFT QUERY Microsoft Query, the helper application included with Microsoft Office, allows Office applications such as Word and Excel to read data from ODBC data sources.

More information

Excel 2007: Basics Learning Guide

Excel 2007: Basics Learning Guide Excel 2007: Basics Learning Guide Exploring Excel At first glance, the new Excel 2007 interface may seem a bit unsettling, with fat bands called Ribbons replacing cascading text menus and task bars. This

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

Getting Started with Excel 2008. Table of Contents

Getting Started with Excel 2008. Table of Contents Table of Contents Elements of An Excel Document... 2 Resizing and Hiding Columns and Rows... 3 Using Panes to Create Spreadsheet Headers... 3 Using the AutoFill Command... 4 Using AutoFill for Sequences...

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

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

How To Create A Powerpoint Intelligence Report In A Pivot Table In A Powerpoints.Com

How To Create A Powerpoint Intelligence Report In A Pivot Table In A Powerpoints.Com Sage 500 ERP Intelligence Reporting Getting Started Guide 27.11.2012 Table of Contents 1.0 Getting started 3 2.0 Managing your reports 10 3.0 Defining report properties 18 4.0 Creating a simple PivotTable

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

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

Tutorial 3 Maintaining and Querying a Database

Tutorial 3 Maintaining and Querying a Database Tutorial 3 Maintaining and Querying a Database Microsoft Access 2013 Objectives Session 3.1 Find, modify, and delete records in a table Hide and unhide fields in a datasheet Work in the Query window in

More information

Access Tutorial 3 Maintaining and Querying a Database. Microsoft Office 2013 Enhanced

Access Tutorial 3 Maintaining and Querying a Database. Microsoft Office 2013 Enhanced Access Tutorial 3 Maintaining and Querying a Database Microsoft Office 2013 Enhanced Objectives Session 3.1 Find, modify, and delete records in a table Hide and unhide fields in a datasheet Work in the

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

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

How To Create A Database For Employee Records In A Club Account In A Computer System In A Cell Phone Or Cell Phone With A Cell Computer (For A Cell)

How To Create A Database For Employee Records In A Club Account In A Computer System In A Cell Phone Or Cell Phone With A Cell Computer (For A Cell) Creating a Database Lab 1 Objectives After completing this lab, you will know how to: 1 Plan, create, and modify a database. 2 Create and save a table structure. 3 Define field names, data types, field

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

Create a New Database in Access 2010

Create a New Database in Access 2010 Create a New Database in Access 2010 Table of Contents OVERVIEW... 1 CREATING A DATABASE... 1 ADDING TO A DATABASE... 2 CREATE A DATABASE BY USING A TEMPLATE... 2 CREATE A DATABASE WITHOUT USING A TEMPLATE...

More information

What is a database? The parts of an Access database

What is a database? The parts of an Access database What is a database? Any database is a tool to organize and store pieces of information. A Rolodex is a database. So is a phone book. The main goals of a database designer are to: 1. Make sure the data

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 Essentials

Access 2007 Essentials Access 2007 Essentials Sample Corporate Training Materials All of our training products are fully customizable and are perfect for one day and half day workshops. You can easily update or insert your own

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

Ohio University Computer Services Center July, 2004 Microsoft Access 2003 Reference Guide

Ohio University Computer Services Center July, 2004 Microsoft Access 2003 Reference Guide Ohio University Computer Services Center July, 2004 Microsoft Access 2003 Reference Guide Overview Access is a relational database management system (RDBMS). This is a type of database management system

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

Creating a Database Using Access 2003 for Windows 2000/Me/XP

Creating a Database Using Access 2003 for Windows 2000/Me/XP Creating a Database Using Access 2003 for Windows 2000/Me/XP Starting Access 2003 Double click on the Access 2003 icon on the Windows desktop (see right), or click-on the Start button in the lower left

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

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

MS Excel. Handout: Level 2. elearning Department. Copyright 2016 CMS e-learning Department. All Rights Reserved. Page 1 of 11

MS Excel. Handout: Level 2. elearning Department. Copyright 2016 CMS e-learning Department. All Rights Reserved. Page 1 of 11 MS Excel Handout: Level 2 elearning Department 2016 Page 1 of 11 Contents Excel Environment:... 3 To create a new blank workbook:...3 To insert text:...4 Cell addresses:...4 To save the workbook:... 5

More information

MICROSOFT OFFICE ACCESS 2007 - LEVEL 1

MICROSOFT OFFICE ACCESS 2007 - LEVEL 1 MICROSOFT OFFICE 2007 MICROSOFT OFFICE ACCESS 2007 - LEVEL 1 Exploring Access Creating Tables Working with Tables Editing Tables Finding and Filtering Data Printing Data Creating Relationships Using Simple

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

Microsoft Office. Mail Merge in Microsoft Word

Microsoft Office. Mail Merge in Microsoft Word Microsoft Office Mail Merge in Microsoft Word TABLE OF CONTENTS Microsoft Office... 1 Mail Merge in Microsoft Word... 1 CREATE THE SMS DATAFILE FOR EXPORT... 3 Add A Label Row To The Excel File... 3 Backup

More information

Excel Unit 4. Data files needed to complete these exercises will be found on the S: drive>410>student>computer Technology>Excel>Unit 4

Excel Unit 4. Data files needed to complete these exercises will be found on the S: drive>410>student>computer Technology>Excel>Unit 4 Excel Unit 4 Data files needed to complete these exercises will be found on the S: drive>410>student>computer Technology>Excel>Unit 4 Step by Step 4.1 Creating and Positioning Charts GET READY. Before

More information

Microsoft Excel 2010 Part 3: Advanced Excel

Microsoft Excel 2010 Part 3: Advanced Excel CALIFORNIA STATE UNIVERSITY, LOS ANGELES INFORMATION TECHNOLOGY SERVICES Microsoft Excel 2010 Part 3: Advanced Excel Winter 2015, Version 1.0 Table of Contents Introduction...2 Sorting Data...2 Sorting

More information

Using Microsoft Office to Manage Projects

Using Microsoft Office to Manage Projects (or, Why You Don t Need MS Project) Using Microsoft Office to Manage Projects will explain how to use two applications in the Microsoft Office suite to document your project plan and assign and track tasks.

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

Exploring Microsoft Office Access 2007. Chapter 2: Relational Databases and Multi-Table Queries

Exploring Microsoft Office Access 2007. Chapter 2: Relational Databases and Multi-Table Queries Exploring Microsoft Office Access 2007 Chapter 2: Relational Databases and Multi-Table Queries 1 Objectives Design data Create tables Understand table relationships Share data with Excel Establish table

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

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

Computer Science 125. Microsoft Access Project

Computer Science 125. Microsoft Access Project Computer Science 125 Microsoft Access Project Due Date : Tuesday, March 4th, 11:59 PM 50 points In this project, you will use Microsoft Access to create two databases : a student database and a coffee

More information

BusinessObjects: General Report Writing for Version 5

BusinessObjects: General Report Writing for Version 5 BusinessObjects: General Report Writing for Version 5 Contents 1 INTRODUCTION...3 1.1 PURPOSE OF COURSE...3 1.2 LEVEL OF EXPERIENCE REQUIRED...3 1.3 TERMINOLOGY...3 1.3.1 Universes...3 1.3.2 Objects...4

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

Using Microsoft Access

Using Microsoft Access Using Microsoft Access Microsoft Access is a computer application used to create and work with databases. In computer jargon that means it s a Database Management System or DBMS. So what is a database?

More information

Basic Microsoft Excel 2007

Basic Microsoft Excel 2007 Basic Microsoft Excel 2007 The biggest difference between Excel 2007 and its predecessors is the new layout. All of the old functions are still there (with some new additions), but they are now located

More information

Access 2010 Intermediate Skills

Access 2010 Intermediate Skills Access 2010 Intermediate Skills (C) 2013, BJC HealthCare (St Louis, Missouri). All Rights Reserved. Revised June 5, 2013. TABLE OF CONTENTS OBJECTIVES... 3 UNDERSTANDING RELATIONSHIPS... 4 WHAT IS A RELATIONSHIP?...

More information

Customized Reports using Microsoft Access 2010

Customized Reports using Microsoft Access 2010 Customized Reports using Microsoft Access 2010 If you are considering using Microsoft Access to view InfoSource data, it is assumed that the SIRI reports are not robust enough to meet your student data

More information

Querying a Database Using the Select Query Window

Querying a Database Using the Select Query Window Querying a Database Using the Select Query Window PROJECT CASE PERSPECTIVE Dr. Gernaey and his colleagues are eager for Ashton James College (AJC) to obtain the benefits they anticipated when they set

More information

Excel 2007 Basic knowledge

Excel 2007 Basic knowledge Ribbon menu The Ribbon menu system with tabs for various Excel commands. This Ribbon system replaces the traditional menus used with Excel 2003. Above the Ribbon in the upper-left corner is the Microsoft

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

European Computer Driving Licence

European Computer Driving Licence European Computer Driving Licence ECDL Syllabus 5.0 Module 5 Using Databases ECDL Syllabus 5 Courseware Module 5 Contents UNDERSTANDING DATABASES... 1 KEY CONCEPTS...1 DATABASE ORGANIZATION...1 RELATIONSHIPS...3

More information

Lab Manual. Databases. Microsoft Access. Peeking into Computer Science Access Lab manual

Lab Manual. Databases. Microsoft Access. Peeking into Computer Science Access Lab manual Lab Manual Databases Microsoft Access 1 Table of Contents Lab 1: Introduction to Microsoft Access... 3 Getting started... 3 Tables... 3 Primary Keys... 6 Field Properties... 7 Validation Rules... 11 Input

More information

BUSINESS OBJECTS XI WEB INTELLIGENCE

BUSINESS OBJECTS XI WEB INTELLIGENCE BUSINESS OBJECTS XI WEB INTELLIGENCE SKW USER GUIDE (Skilled Knowledge Worker) North Carolina Community College Data Warehouse Last Saved: 3/31/10 9:40 AM Page 1 of 78 Contact Information Helpdesk If you

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

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

Working together with Word, Excel and PowerPoint 2013

Working together with Word, Excel and PowerPoint 2013 Working together with Word, Excel and PowerPoint 2013 Information Services Working together with Word, Excel and PowerPoint 2013 Have you ever needed to include data from Excel or a slide from PowerPoint

More information

Microsoft Access 2010: Basics & Database Fundamentals

Microsoft Access 2010: Basics & Database Fundamentals Microsoft Access 2010: Basics & Database Fundamentals This workshop assumes you are comfortable with a computer and have some knowledge of other Microsoft Office programs. Topics include database concepts,

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 2007. Importing and Exporting Data Files. Information Technology. MS Access 2007 Users Guide. IT Training & Development (818) 677-1700

ACCESS 2007. Importing and Exporting Data Files. Information Technology. MS Access 2007 Users Guide. IT Training & Development (818) 677-1700 Information Technology MS Access 2007 Users Guide ACCESS 2007 Importing and Exporting Data Files IT Training & Development (818) 677-1700 training@csun.edu TABLE OF CONTENTS Introduction... 1 Import Excel

More information

Access NAMES Computerized Database

Access NAMES Computerized Database Access NAMES Computerized Database 2014 USER'S GUIDE Last Updated: 4/2014 Prepared by: BEVERLY J. SIMS COMPUTER SPECIALIST bsims@uaex.edu 501-671-2263 The Division of Agriculture offers its programs to

More information

Section 4. Mastering Folders

Section 4. Mastering Folders Section 4 Mastering Folders About This Section Section 3: Working with Receipts introduced you to the Receipts Grid area of the Receipt Organizer window (the lower of the two grids). In the Receipts Grid,

More information

To determine the fields in a table decide what you need to know about the subject. Here are a few tips:

To determine the fields in a table decide what you need to know about the subject. Here are a few tips: Access Introduction Microsoft Access is a relational database software product that you can use to organize your data. What is a "database"? A database is an integrated collection of data that shares some

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

Creating Custom Crystal Reports Tutorial

Creating Custom Crystal Reports Tutorial Creating Custom Crystal Reports Tutorial 020812 2012 Blackbaud, Inc. This publication, or any part thereof, may not be reproduced or transmitted in any form or by any means, electronic, or mechanical,

More information

Access 2010: Creating Queries Table of Contents INTRODUCTION TO QUERIES... 2 QUERY JOINS... 2 INNER JOINS... 3 OUTER JOINS...

Access 2010: Creating Queries Table of Contents INTRODUCTION TO QUERIES... 2 QUERY JOINS... 2 INNER JOINS... 3 OUTER JOINS... Access 2010: Creating Queries Table of Contents INTRODUCTION TO QUERIES... 2 QUERY JOINS... 2 INNER JOINS... 3 OUTER JOINS... 3 CHANGE A JOIN PROPERTY... 4 REMOVING A JOIN... 4 CREATE QUERIES... 4 THE

More information