Access Database Design

Size: px
Start display at page:

Download "Access Database Design"

Transcription

1 Access Database Design Technical Support Services Office of Information Technology, West Virginia University OIT Help Desk x 1 Instructors: Bob Haring-Smith, Kathy Fletcher Last revised: January 19, 2006 Copyright 2006 West Virginia University

2 Table of Contents Course Description...1 Advanced Table Utilities...2 Exporting Data...2 Importing Data...3 Creating Lookup fields...6 Setting Validation Rule Properties...8 Setting validation rule and validation text properties...8 Setting the default value property...9 Set the format properties...9 Set the input mask property...9 Defining Relationships...11 Relationship Window...11 Referential Integrity...12 Database Utilities...15 Compacting databases...15 Repairing a database...16 Analysis tools...16 Sharing a database...17 Splitting a Database...19 Why would you split a database?...19 How to split a database...19 Maintaining a database after it is split...19 Linked Table Manager...20 Environment Options...21 Database Properties...21 ii

3 Course Description This is the fourth in a series of workshops about Microsoft Access It deals specifically with database design and maintenance. The purpose of this installment is to expose you to the possibilities involved in designing your databases. To introduce you to the various options that Access provides for importing and exporting data as well as the various utilities provided for maintaining your databases. Our goal is to assist you to learn the software, understand some basic concepts and show you some tips and techniques so you can develop your database management/programming skills over time. The six classes are: Introduction to Access Access Queries Access Reports Access Database Design Access Form Design Access Macros Thank you, The OIT Support Services Trainers West Virginia University Access Database Design 1

4 Advanced Table Utilities Exporting Data Access allows you to export entire tables or a portion of a table to an Excel spreadsheet as well as other file formats. To export an entire table, follow the steps below. Activity 1: Exporting Access tables to an Excel spreadsheet 1. Open the SCHOOL2.mdb database file. 2. Click once on the STUDENT table. 3. Choose the Export command from the File menu. 4. Specify a storage location for the exported file. 5. Specify the file format. Select the Microsoft Excel (*.xls) entry in the Save as type pop-up menu at the bottom of the Export dialog box. After doing so the name of the table should appear in the File name field. 6. Modify the file name if necessary. 7. Turn On the Save Formatted checkbox to the right of the File name field. This will preserve individual field properties for the exported table. Option: Turn On the Autostart checkbox. This will automatically launch Excel and open the newly exported file. 8. Click the Export button. Exporting specific records to an Excel Spreadsheet If you wish to export just a specific set of records from a table follow the steps below. 1. Open the table from wish you wish to export a set of records. 2. Select the records you wish to export. 3. Follow steps 3 7 above. When exporting a subset of a table the Export All button changes it s appearance and provides 2 options: Export All Exports the entire table. Save Selection Exports only the selected records in the table. 2 Access Database Design

5 Importing Data Access allows you to import data from external files. This is accomplished by either Importing the data from a file or by Linking to a file. Should you Import or Link a foreign file? In making that decision, consider that Access works faster in its own file format and that you can customize that format to meet your needs. Therefore, you should import if you can; if you cannot import, then link. The exact procedure varies with the type of files you are using and whether you are importing or linking. In general: Research the procedure. Make backup copies of all files. Test the import or link procedure. Test the foreign files in Access thoroughly before discarding backups. Before you import or link to external data, it is important to check that the data is arranged in an appropriate tabular format, and has the same type of data in each field (column) and the same fields in every row. Importing data from an Excel spreadsheet 1. Open the database. 2. On the File menu, choose Get External Data, and then Click the Import entry to import the data OR Click the Link Tables entry to link to the external data source. 3. In the Import (or Link) dialog box, in the Files of type box, select Microsoft Excel (*.xls). 4. In the dialog box locate the drive and folder where the spreadsheet file is located, and then double-click its icon. 5. Follow the directions in the Import Spreadsheet Wizard dialog boxes. Access Database Design 3

6 Notes on Importing You can import or link all the data from a spreadsheet, or just the data from a named range of cells. You can create a new table in Access based on the data. You can append the data to an existing table as long as your spreadsheet column headings match the table's field names. If you attempt to append a table which contains a primary key field and your data for that field contains null values you will experience an error. Access attempts to assign the appropriate data type to imported fields, but you should check your fields to make sure that they are set to the data type you want. For example, in an Access database, a phone number or postal code field might be imported as a Number field, but should be changed to a Text field in Microsoft Access because it is unlikely that you will perform any calculations on these types of fields. You should also check and set field properties, such as formatting, as necessary. Notes on Linking If you link to a file and that file is deleted or moved from its original location (i.e., it is placed in a different folder or drive) the link to the file will be severed. You then have to use the Linked Table Manager to re-establish the link if the file has not been deleted. If you link to a file on a local area network, it is best to use a universal naming convention UNC* path (if you know it), instead of relying on the drive letter of a mapped network drive in Microsoft Windows Explorer. A drive letter can vary on a computer or may not always be defined, whereas a UNC path is a reliable and consistent way for Microsoft Access to locate the data source that contains the linked table. * UNC stands for universal naming convention. It is a naming convention for files that provides a machine-independent means of locating the file. Rather than specifying a drive letter and path, a UNC name uses the syntax \\server\share\path\filename. 4 Access Database Design

7 Activity 2: Importing an Access table 1. Open the database SCHOOL2.MDB if it is not already open. 2. Select the Get External Data command from the File menu and click the Import entry. 3. Select the data type of the external file: Access 4. Locate the file named Athletics.mdb and click on the Import button. 5. Select the table named Ping-Pong. 6. Click the OK button. Activity 3: Link to a table in another database 1. Open the database SCHOOL2.MDB if it is not already open. 2. Select the Get External Data command from the File menu and click the Link Tables entry. 3. Select the data type of the external file: dbase III+. 4. Highlight the file named Pool.dbf. 5. Click the Link button. 6. Click the OK button on the Successfully Linked dialog window. 7. Click the Close button in the standard open file dialog box. Note: This table has an arrow icon to its left side indicating that it has been linked to an external file. Access Database Design 5

8 Creating Lookup fields The data entry process can be simplified and the number of typed errors reduced by looking up or obtaining values from a list. The source data can be obtained from: An Access table with a primary key field. A query that extracts specified columns from a table. A list of values entered into a field property. Access contains a Lookup Wizard; listed as a field data type, that simplifies the creation of a lookup field. Note however, that using a table or query as a basis for the lookup field implies that the data source exists before starting the Lookup Wizard. Once the data source is created: Open the table in design view. Move to an empty row where the lookup field is to be placed. Note: you can leave the field name blank and the wizard will assign a field name. Select the Lookup Wizard under data type. Respond to the questions posed by the Lookup Wizard. 6 Access Database Design

9 Activity 4: Create a Lookup Field for Textbook Name 1. Open the SCHOOL2.MDB sample database if it is not already open. 2. Open the CLASS table in Design view. 3. Click in the Data Type area for the first blank row in the table. 4. Select Lookup Wizard from the drop-down menu. This will start the Lookup Wizard. 5. Screen 1 asks: How do you want your lookup column to get its values? Choose the option to look up the values in a table or query then click the Next button. 6. Screen 2 asks: Which table or query? Select the TEXTBOOK table and click Next. 7. Screen 3 asks: Which fields contain the values? Select the B-Title field, click the > button to add it to the Selected Fields list, and click Next. 8. Screen 4 asks: What sort order do you want for your list? Choose B-Title, click Next. 9. Screen 5 asks: What column width do you want? Drag the right column edge to see the text names, then click Next. 10. Screen 6 asks: What label would you like for your lookup column? Accept the default field name (B-Title) and click the Finish button. 11. Screen 7 asks: Prompts you to save? Click Yes. Notice the new field named B-Title in design view of the Class table. This field was the primary key of the textbook table. Also look at the property settings under the Lookup tab. 12. Switch to Datasheet view. Notice the new field named B-Title. Click in this field for the first record and pull down the menu. Select a text book title from the list of books and its name will be inserted in the datasheet. Access Database Design 7

10 Setting Validation Rule Properties Setting validation rule and validation text properties The validation rule property specifies the criteria that the input data must meet before it can be stored in the table. It is generally a list of acceptable values or an expression. If the data being entered does not meet the criteria, then Access displays an error message and refuses to move from the field until the data is corrected. The validation text property defines an error message that will appear when the validation rule is violated. Example: In the SCHOOL2 database the Student table contains a Gender field. 1 is entered for female or 2 for male. The validation rule would be 1 Or 2. The validation text might be something like this: Data Entry Error: Enter 1 for Female or 2 for Male. When you enter the incorrect criteria you will get the following error message based on your validation text: 8 Access Database Design

11 Setting the default value property A default value is the value that is automatically inserted into a field by Access. You can accept this value or replace it with a different value. Example: In the SCHOOL2 database open the Textbook table in Design view and insert a new field called Required. Under the Field Properties enter Yes as the Default Value. Save and switch to datasheet view. Enter a new Textbook and notice the default value. Set the format properties The format property allows you to specify the appearance of the data in the field. Example: In the SCHOOL2 database open the Teacher table in Design view. Put your cursor in the HireDate field, under field properties click the Format box. Choose a format from the list. Set the input mask property The input mask property allows you to define a pattern for entering data into the field. Example: In the SCHOOL2 database open the Teacher table in Design view. Put your cursor in the HireDate field, under field properties click the Input Mask box. Click on the builder button to activate the Input Mask Wizard. Scroll down the list to choose the short date format dd/mm/yyyy. If you don t enter the exact date format it will give you the following error message: Access Database Design 9

12 Activity 5: Setting properties in the teacher table 1. Open the SCHOOL 2 database if it is not already open. 2. Select the TEACHER table and open it in Design View. 3. Change the following field properties: Field Name Data Type Properties T-Phone Text Field Size: 15 Input Mask Click Build button Choose Phone Number Accept all default answers to run the Input Mask Wizard Switch to the Datasheet View and enter a few new records to see how the changes affect the behavior of the field in the table. Close the table. 4. Open the STUDENT table in Design View. Field Name Data Type Properties S-Score Number Format = Fixed Decimal Places = 1 Validation Rule: >=200 And <=900 Validation Text: Score must be between 200 & 900 Switch to the Datasheet View and enter a few new records to see how the changes affect the behavior of the field in the table. Close the table. 5. Open the CLASS table in Design View. Field Name Data Type Properties C-Day Text Validation Rule: "mo" Or "tu" Or "we" Or "th" Or "fr" Or "sa" Validation Text: Must be mo, tu, we, th, fr, or sa C-Cost Currency Format: Currency Switch to the Datasheet View and enter a few new records to see how the changes affect the behavior of the fields in the table. Close the table. 10 Access Database Design

13 Defining Relationships After you've set up multiple tables in your Microsoft Access database, you need a way of telling Access how to bring that information back together again. The first step in this process is to define relationships between your tables. A relationship works by matching data in key fields - usually a field with the same name in both tables. In most cases, these matching fields are the primary key from one table, which provides a unique identifier for each record, and a foreign key in the other table. For example, teachers can be associated with the students they're responsible for by creating a relationship between the teacher's table and the student's table using the TeacherID fields. By creating relationships you prevent the duplication of information in a database. Relationship Window To open the relationship window go to Tools> Relationships or click on the Relationship button on the Toolbar. If your database does not have any relationships defined, the Show Table dialog box will automatically be displayed. Add the tables you want to relate. Once you have all the tables you want to relate. Define a relationship between 2 tables by dragging the field that you want to relate from one table to the related field in the other table. Access Database Design 11

14 In most cases, you drag the primary key field (which is displayed in bold text) from one table to a similar field (often with the same name) called the foreign key in the other table. The related fields are not required to have the same names (but it s good practice to do so since it reminds you where the relationship comes from), but they must have the same data type and contain the same kind of information. In addition, when the matching fields are Number fields, they must have the same FieldSize property setting. Once you have created the relationships, the Edit Relationships dialog box is displayed. Check the field names displayed in the two columns to ensure they are correct. You can change them if necessary. Referential Integrity 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. If referential integrity is set on the relationship between the teacher table and the class table and a teacher is assigned to teach a course, Access will not allow you to delete that teacher s record in the teacher table. Also, it will not allow you to assign a teacher to a class if they are not in the teacher table. If you choose to set referential integrity, then two other options are available for your use: Cascading Updates: If you make a change to the primary key in the source table, then that change is cascaded to all related foreign keys in the target table. Cascading deletes: If you delete a primary key in the source table then all related records in the target table is also deleted. 12 Access Database Design

15 Activity 6: Create relationships between the school table 1. Open the sample database SCHOOL2.MDB if it is not already open. 2. Link TEACHER to CLASS by creating a new field in Class. Open the CLASS table in Design View and add the following field: Field Name Data Type Description C-Teach Lookup Link to TEACHER, T-LName Wizard Follow through the Lookup Wizard to select the Teacher table and then select T-LName. Close the Design View of the CLASS table and Save changes if prompted. 3. Link STUDENT to CLASS by creating a new linking table ATTEND. Note: the primary key for ATTEND should be the combination of the foreign keys, ClassID and StudentID. Field Name Data Type Properties Description ClassID Number Field Size: Long Integer Link to CLASS, C-ID StudentID Number Field Size: Long Integer Link to STUDENT, S-ID Status Text Field Size: 1 Validation Rule: "C" Or "A" Or "W" C = Completed A = Attending W = Withdrew Grade Number Field Size: Single Format: Fixed Decimal Places: 2 Student s Final Grade Close the Design View of the ATTEND table and Save changes if prompted. 4. Open the Relationships window by choosing Tools> Relationships In the Relationship window, choose the Show Table command from the Relationships menu. This displays the Show Table dialog box. Add the TEACHER, STUDENT, CLASS, TEXTBOOK, ATTEND and PingPong tables. Then: Drag T-ID from TEACHER to C-Teach in CLASS Drag S-ID from STUDENT to StudentID in ATTEND Drag C-ID from CLASS to ClassID in ATTEND Drag S-ID from STUDENT to PP-Player in PingPong Note: A relationship already exists between the CLASS and TEXTBOOK tables. This relationship was created by the Look Up Wizard Activity. Access Database Design 13

16 Activity 7: Finish entering the data in the Class table 1. Update the C-Teach field in the existing records of the CLASS table by selecting Teacher name from the lookup field. CLASS table ATTEND table After completing this activity, the data should appear identical to the database SCHOOL3.mdb. If you don t want to do the data entry, close SCHOOL2.mdb and open SCHOOL3.mdb. 14 Access Database Design

17 Database Utilities Compacting databases When you delete a database object or record, it leaves behind an empty hole where the object previously occupied space. This isn t a big deal unless, over time, you have deleted lots of database objects and records. Compacting a database rearranges how the database is stored and reduces its file size. To ensure optimal performance, you should compact and repair your Microsoft Access files on a regular basis. If you are compacting a shared Microsoft Access database that is located on a server or shared folder, make sure that no one else has it open. Note: The compacting process needs a block of free disk space that is greater than or equal to the file size in order to make a duplicate copy of the database. To avoid problems during the compacting process, check your free space before executing the compacting command. Compact a database that is open: 1. On the Tools menu, point to Database Utilities, and then click Compact and Repair Database. Compact a database that is not open: 1. On the Tools menu, point to Database Utilities, and then click Compact and Repair Database. 2. This opens a standard file dialog box. 2. Locate and select the database to be compacted. 3. A standard file dialog is displayed which prompting you to (re)name the new copy of the database. 3. Specify a new name and location for the database. 4. Click the Compact button. Access Database Design 15

18 Repairing a database Over time, normal wear and tear causes errors to appear in your database, affecting its performance. Usually these errors are very minor and can easily be fixed by repairing the database. Microsoft has combined compact and repair into a single command in Access When should you use the compact and repair command? If you have been busy adding, editing, and deleting records for a while or if your database seems buggy, seems sluggish, or is generating error messages, it s a good idea to run the Compact and Repair Database command. Analysis tools The Performance Analyzer will examine your database and offer suggestions of ways to improve the performance of the objects. It does not analyze Access itself or the underlying operating system. To use the performance analyzer: 1. Open the database that is to be analyzed. Note: The database needs a reasonable amount of data in the tables before the analyzer can make realistic projections. 2. Select Tools> Analyze from the menu and select Performance. 3. Select the type of object and then the name of the object that is to be optimized. 4. Repeat the until all desired objects are selected or use the All Object Types tab to view a list of all objects in the database. A Select All button is provided to simplify the selection process. 4. Click the OK button to run the analysis. 5. The Analyzer examines each of the objects and offers suggestions, recommendations, and ideas. 16 Access Database Design

19 The Table Analyzer examines your tables and looks for design flaws. It tests your tables to see if they conform to the commonly accepted rules of data normalization and then offers suggestions for improving the tables. To use the table analyzer: 1. With the database open, Select Tools> Analyze from the menu and select Table. 2. When the Table Analyzer Wizard starts, move to the table selection screen and indicate the table that you want to analyze. 3. When you let the wizard automatically analyze your table, it will advise you of changes that need to be made (like splitting the table into multiple tables) and then it will make them for you. Sharing a database If your computer is connected to a network, you and others can work with one Access database at the same time. There are several ways you can share data in a multi-user environment. Share the entire Access database You can put the entire Access database on a network server or in a shared folder. This is the easiest method to implement. Everyone shares the data and uses the same forms, reports, queries, macros, and modules. Use this strategy if you want everyone to use the Access database the same way or if you can't support users creating their own objects. Access Database Design 17

20 Share only the tables in the Access database You can put only the tables on a network server, and keep other database objects on users' computers. In this case, the Access database's performance is faster because only data is sent across the network. When you split a database into a back end (tables) and a front end, users can customize forms, reports, and other objects in their front-end databases without affecting other users. We cover Splitting a Database on the next page. Record Locking When you open an Access database file (.mdb) in shared mode, Microsoft Access also creates a locking information file (.ldb) with the same file name (for example, Northwind.ldb) and in the same folder as the database file. This locking information file stores the computer name (such as mypc) and security name (such as Admin) of each shared user of the database. Microsoft Access uses this information to control concurrency. In most cases, Microsoft Access automatically deletes the locking information file when the last user closes the database file. In order to setup a shared database you need to instruct Access how to handle a shared database. This is done in the Advanced tab of the Options dialog box. 1. On the menu Go to Tools> Options. 2. Click the Advanced tab in the dialog box. 3. Click the Shared radio button in the Default open mode of the dialog box. 4. Click the Edited record radio button in the Default record locking section of the dialog box. 5. Click the OK button to close the dialog box. 18 Access Database Design

21 Splitting a Database For various reasons, you may decide to split your database into either a front-end application or a back-end application. The back-end database contains the tables and is stored on a file server or a shared network drive. The front-end database that links to the back-end tables contains all the forms, the queries, the reports, the macros, and the modules. The front-end database is distributed to the workstations of the users. Why would you split a database? The following are typical reasons to split a database: 1. You are sharing your database with multiple users on a network. 2. You do not want your users to be able to make design changes to tables. The most common reason to split a database is that you are sharing the database with multiple users on a network. You can put only the tables on a network server, and keep other database objects on users' computers. The database's performance is faster because only data is sent across the network. Also, users can customize their forms, reports, and other objects for their individual needs and preferences without affecting other users. How to split a database 1. Open the database. 2. Choose Database Utilities Database Splitter from the Tools menu. 3. Click on Split Database. 4. Enter a name for the back-end file of your database. 5. Click OK. If you click on the tables tab of your database, you will see that all of the table names now have an arrow next to them. This is a visual indicator that they are linked to data outside of this file. Maintaining a database after it is split. Once a database is split, the front end file must be kept in sync with the back end file. You must refresh the linked tables if the back end is moved or if the file name changes. Access Database Design 19

22 Linked Table Manager To update the linked tables in a split database 1. Go to Tools> Database Utilities> Linked Table Manager 2. Make sure to check the Always prompt for new location check box. 3. Choose Select All 4. Click OK 5. Select the location of your back-end database using the Select New Location of Categories dialog window. 6. Click Open. 7. You will then see the following window: 20 Access Database Design

23 Environment Options The Access environment options are displayed by selecting the Options command from the Tools menu. There are 11 tabs which allow you to control how Access functions and change various default settings. For information about a specific item in the dialog box, click the question mark at the top of the dialog box, and then click the item. Database Properties To display database properties go to the File menu and select Database Properties. You can also right-click in the database window title bar and choose the Database Properties shortcut. There are four tabs which contain different types of information about the database. The fifth, Custom, allows you to input additional information. For information about a specific item in the dialog box, click the question mark at the top of the dialog box, and then click the item. Access Database Design 21

Search help. More on Office.com: images templates

Search help. More on Office.com: images templates Page 1 of 14 Access 2010 Home > Access 2010 Help and How-to > Getting started Search help More on Office.com: images templates Access 2010: database tasks Here are some basic database tasks that you can

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

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

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

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

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

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

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

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

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

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

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

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

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

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

Instructions for Creating Silly Survey Database

Instructions for Creating Silly Survey Database Instructions for Creating Silly Survey Database Create a New Database 1. Find the shortcut or the file that starts MS Access and click it to activate the program. 2. In the Create a New Database Using

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

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

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

Writer Guide. Chapter 15 Using Forms in Writer

Writer Guide. Chapter 15 Using Forms in Writer Writer Guide Chapter 15 Using Forms in Writer Copyright This document is Copyright 2005 2008 by its contributors as listed in the section titled Authors. You may distribute it and/or modify it under the

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

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

Database File. Table. Field. Datatype. Value. Department of Computer and Mathematical Sciences 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:

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

Access Database Design

Access Database Design Technical Support Services Office of Information Technology, West Virginia University OIT Help Desk (304) 293-4444 http://oit.wvu.edu/training/classmat/db/ Last revised: June 26, 2008 Copyright 2008 West

More information

Ken Goldberg Database Lab Notes. There are three types of relationships: One-to-One (1:1) One-to-Many (1:N) Many-to-Many (M:N).

Ken Goldberg Database Lab Notes. There are three types of relationships: One-to-One (1:1) One-to-Many (1:N) Many-to-Many (M:N). Lab 3 Relationships in ER Diagram and Relationships in MS Access MS Access Lab 3 Summary Introduction to Relationships Why Define Relationships? Relationships in ER Diagram vs. Relationships in MS Access

More information

Chapter 15 Using Forms in Writer

Chapter 15 Using Forms in Writer Writer Guide Chapter 15 Using Forms in Writer OpenOffice.org Copyright This document is Copyright 2005 2006 by its contributors as listed in the section titled Authors. You can distribute it and/or modify

More information

2012 Teklynx Newco SAS, All rights reserved.

2012 Teklynx Newco SAS, All rights reserved. D A T A B A S E M A N A G E R DMAN-US- 01/01/12 The information in this manual is not binding and may be modified without prior notice. Supply of the software described in this manual is subject to a user

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

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

Creating Database Tables in Microsoft SQL Server

Creating Database Tables in Microsoft SQL Server Creating Database Tables in Microsoft SQL Server Microsoft SQL Server is a relational database server that stores and retrieves data for multi-user network-based applications. SQL Server databases are

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

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

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

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

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

BID2WIN Workshop. Advanced Report Writing

BID2WIN Workshop. Advanced Report Writing BID2WIN Workshop Advanced Report Writing Please Note: Please feel free to take this workbook home with you! Electronic copies of all lab documentation are available for download at http://www.bid2win.com/userconf/2011/labs/

More information

Table of Contents SQL Server Option

Table of Contents SQL Server Option Table of Contents SQL Server Option STEP 1 Install BPMS 1 STEP 2a New Customers with SQL Server Database 2 STEP 2b Restore SQL DB Upsized by BPMS Support 6 STEP 2c - Run the "Check Dates" Utility 7 STEP

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

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

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

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

Word 2010: Mail Merge to Email with Attachments

Word 2010: Mail Merge to Email with Attachments Word 2010: Mail Merge to Email with Attachments Table of Contents TO SEE THE SECTION FOR MACROS, YOU MUST TURN ON THE DEVELOPER TAB:... 2 SET REFERENCE IN VISUAL BASIC:... 2 CREATE THE MACRO TO USE WITHIN

More information

2009 Braton Groupe sarl, All rights reserved.

2009 Braton Groupe sarl, All rights reserved. D A T A B A S E M A N A G E R U S E R M A N U A L The information in this manual is not binding and may be modified without prior notice. Supply of the software described in this manual is subject to a

More information

MS Access. Microsoft Access is a relational database management system for windows. Using this package, following tasks can be performed.

MS Access. Microsoft Access is a relational database management system for windows. Using this package, following tasks can be performed. MS Access Microsoft Access is a relational database management system for windows. Using this package, following tasks can be performed. Organize data into manageable related units Enter, modify and locate

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

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

GP REPORTS VIEWER USER GUIDE

GP REPORTS VIEWER USER GUIDE GP Reports Viewer Dynamics GP Reporting Made Easy GP REPORTS VIEWER USER GUIDE For Dynamics GP Version 2015 (Build 5) Dynamics GP Version 2013 (Build 14) Dynamics GP Version 2010 (Build 65) Last updated

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

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

Excel Database Management Microsoft Excel 2003

Excel Database Management Microsoft Excel 2003 Excel Database Management Microsoft Reference Guide University Technology Services Computer Training Copyright Notice Copyright 2003 EBook Publishing. All rights reserved. No part of this publication may

More information

REDUCING YOUR MICROSOFT OUTLOOK MAILBOX SIZE

REDUCING YOUR MICROSOFT OUTLOOK MAILBOX SIZE There are several ways to eliminate having too much email on the Exchange mail server. To reduce your mailbox size it is recommended that you practice the following tasks: Delete items from your Mailbox:

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

TheFinancialEdge. Fast! Guide

TheFinancialEdge. Fast! Guide TheFinancialEdge Fast! Guide 101811 2011 Blackbaud, Inc. This publication, or any part thereof, may not be reproduced or transmitted in any form or by any means, electronic, or mechanical, including photocopying,

More information

Reporting Tips and Tricks

Reporting Tips and Tricks Chapter 16 Reporting Tips and Tricks Intuit Statement Writer New for 2009! Company Snapshot New for 2009! Using the Report Center Reporting Preferences Modifying Reports Report Groups Memorized Reports

More information

Basic Pivot Tables. To begin your pivot table, choose Data, Pivot Table and Pivot Chart Report. 1 of 18

Basic Pivot Tables. To begin your pivot table, choose Data, Pivot Table and Pivot Chart Report. 1 of 18 Basic Pivot Tables Pivot tables summarize data in a quick and easy way. In your job, you could use pivot tables to summarize actual expenses by fund type by object or total amounts. Make sure you do not

More information

Instructions for Creating an Outlook E-mail Distribution List from an Excel File

Instructions for Creating an Outlook E-mail Distribution List from an Excel File Instructions for Creating an Outlook E-mail Distribution List from an Excel File 1.0 Importing Excel Data to an Outlook Distribution List 1.1 Create an Outlook Personal Folders File (.pst) Notes: 1) If

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

ECDL. European Computer Driving Licence. Database Software BCS ITQ Level 1. Syllabus Version 1.0

ECDL. European Computer Driving Licence. Database Software BCS ITQ Level 1. Syllabus Version 1.0 ECDL European Computer Driving Licence Database Software BCS ITQ Level 1 Using Microsoft Access 2013 Syllabus Version 1.0 This training, which has been approved by BCS, includes exercise items intended

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

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

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

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

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

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 2010 Advanced Queries

Microsoft Access 2010 Advanced Queries Microsoft Access 2010 Advanced Queries Email: training@health.ufl.edu Web Page: http://training.health.ufl.edu Microsoft Access 2010: Advanced Queries 2.0 hours This workshop requires completion of "Access:

More information

Excel Templates. & Quote/Invoice Maker for ACT! Another efficient and affordable ACT! Add-On by V 1.1. http://www.exponenciel.com

Excel Templates. & Quote/Invoice Maker for ACT! Another efficient and affordable ACT! Add-On by V 1.1. http://www.exponenciel.com Excel Templates & Quote/Invoice Maker for ACT! V 1.1 Another efficient and affordable ACT! Add-On by http://www.exponenciel.com Excel Templates for ACT! User s Manual 2 Table of content Relationship between

More information

Intellect Platform - Tables and Templates Basic Document Management System - A101

Intellect Platform - Tables and Templates Basic Document Management System - A101 Intellect Platform - Tables and Templates Basic Document Management System - A101 Interneer, Inc. 4/12/2010 Created by Erika Keresztyen 2 Tables and Templates - A101 - Basic Document Management System

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

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

Writer Guide. Chapter 15 Using Forms in Writer

Writer Guide. Chapter 15 Using Forms in Writer Writer Guide Chapter 15 Using Forms in Writer Copyright This document is Copyright 2011 by its contributors as listed below. You may distribute it and/or modify it under the terms of either the GNU General

More information

Creating a Gradebook in Excel

Creating a Gradebook in Excel Creating a Spreadsheet Gradebook 1 Creating a Gradebook in Excel Spreadsheets are a great tool for creating gradebooks. With a little bit of work, you can create a customized gradebook that will provide

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

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

A Basic introduction to Microsoft Access

A Basic introduction to Microsoft Access A Basic introduction to Microsoft Access By Ojango J.M.K Department of Animal Sciences, Egerton University, Njoro, Kenya and International Livestock Research Institute, Nairobi, Kenya Ms Access is a database

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

- Suresh Khanal. http://mcqsets.com. http://www.psexam.com Microsoft Excel Short Questions and Answers 1

- Suresh Khanal. http://mcqsets.com. http://www.psexam.com Microsoft Excel Short Questions and Answers 1 - Suresh Khanal http://mcqsets.com http://www.psexam.com Microsoft Excel Short Questions and Answers 1 Microsoft Access Short Questions and Answers with Illustrations Part I Suresh Khanal Kalanki, Kathmandu

More information

How To Sync Between Quickbooks And Act

How To Sync Between Quickbooks And Act QSalesData User Guide Note: In addition to this User Guide, we have an extensive Online Video Library that you can access from our website: www.qsalesdata.com/onlinevideos Updated: 11/14/2014 Installing

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

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

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

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

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

Fairfield University Using Xythos for File Sharing

Fairfield University Using Xythos for File Sharing Fairfield University Using Xythos for File Sharing Version 7.0 Table of Contents I: Manage your Department Folder...2 Your Department Folder... 2 II: Sharing Folders and Files Inside of Fairfield U...3

More information

Introduction to Access 2003

Introduction to Access 2003 Introduction to Access 2003 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

Web Intelligence User Guide

Web Intelligence User Guide Web Intelligence User Guide Office of Financial Management - Enterprise Reporting Services 4/11/2011 Table of Contents Chapter 1 - Overview... 1 Purpose... 1 Chapter 2 Logon Procedure... 3 Web Intelligence

More information

Tips and Tricks SAGE ACCPAC INTELLIGENCE

Tips and Tricks SAGE ACCPAC INTELLIGENCE Tips and Tricks SAGE ACCPAC INTELLIGENCE 1 Table of Contents Auto e-mailing reports... 4 Automatically Running Macros... 7 Creating new Macros from Excel... 8 Compact Metadata Functionality... 9 Copying,

More information

FRONTPAGE FORMS... ... ...

FRONTPAGE FORMS... ... ... tro FRONTPAGE FORMS........................................ CREATE A FORM.................................................................................. 1. Open your web and create a new page. 2. Click

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

Version 4.1 USER S MANUAL Technical Support (800) 870-1101

Version 4.1 USER S MANUAL Technical Support (800) 870-1101 ESSENTIAL FORMS Version 4.1 USER S MANUAL Technical Support (800) 870-1101 401 Francisco St., San Francisco, CA 94133 (800) 286-0111 www.essentialpublishers.com (c) Copyright 2004 Essential Publishers,

More information

CONTACT LISTS CONTACTS LIST MANAGER

CONTACT LISTS CONTACTS LIST MANAGER 21 CONTACT LISTS Once you have entered your contacts into PastPerfect, you will need a way to organize them. The Contacts List Manager is the way to group contacts together, build specific lists, see the

More information

1.5 MONITOR. Schools Accountancy Team INTRODUCTION

1.5 MONITOR. Schools Accountancy Team INTRODUCTION 1.5 MONITOR Schools Accountancy Team INTRODUCTION The Monitor software allows an extract showing the current financial position taken from FMS at any time that the user requires. This extract can be saved

More information

Analyzing Excel Data Using Pivot Tables

Analyzing Excel Data Using Pivot Tables NDUS Training and Documentation Analyzing Excel Data Using Pivot Tables Pivot Tables are interactive worksheet tables you can use to quickly and easily summarize, organize, analyze, and compare large amounts

More information

TimeValue Software Due Date Tracking and Task Management Software

TimeValue Software Due Date Tracking and Task Management Software User s Guide TM TimeValue Software Due Date Tracking and Task Management Software File In Time Software User s Guide Copyright TimeValue Software, Inc. (a California Corporation) 1992-2010. All rights

More information