Creating and maintaining a database

Size: px
Start display at page:

Download "Creating and maintaining a database"

Transcription

1 L E S S O N 7 Creating and maintaining a database Lesson objectives To become familiar with database maintenance, you will: a b c Create a blank database. Move objects from one database to another. Compact a database. Ashbury Training

2 Access 2000: Level 1 a Concepts > Creating a database An Access database contains all of the tables, queries, forms, and reports that are related to a particular purpose or topic. There are several ways to create a database. You can create a blank database and then add the database objects later, or you can use the Database Wizard to create the database along with the objects for that type of database. Creating a blank database To create a blank database, use the New Database button on the toolbar. Database names must conform to the Windows file naming rules. Access automatically assigns the.mdb file extension to databases. Using the Database Wizard The Database Wizard enables you to create a database quickly and efficiently; it provides many ready-to-use databases, complete with tables queries, forms, and reports. You can always customize generic database objects to better suit your needs. Task A-1: Creating and naming a blank database q Objective: To create a blank database that will hold objects that have already been created. What you do 1. Click on the New button Comments/Prompts 2. Select the Databases tab To display the New dialog box. Observe the icons Each icon represents a type of database that you can create. Selecting an icon prompts the Database Wizard to create, in one operation, all the tables, forms, reports, and data access pages for the selected type of database. 7-2 Ashbury Training 2005

3 Lesson 7: Creating and maintaining a database 3. Select the General tab Select the Database icon Click on OK To create a blank database. To display the File New Database dialog box. This is where you can specify a name and location for the new database. This dialog box, like the Open and Save As dialog boxes, also includes the Places Bar so that you can easily navigate among the places where you might store this database. 4. In the File Name text box, type MyNewDb Click on Create Access creates the database. 5. If necessary, maximize the Database window Observe the Database window The MyNewDb database is open. After you create a blank database, you must perform additional steps to define the objects that will make up the database. Ashbury Training

4 Access 2000: Level 1 b Managing a database and its objects Working with an entire database Concepts > If you want to rename, copy, delete, or move an entire database, you can do so by using Windows Explorer. Windows Explorer enables you to browse and manage resources. You can use the Windows Explorer to view the folders containing your Access databases. Objects are organized in a hierarchical tree-like structure, with the desktop as the highest container object. Access database files have an extension of.mdb. When using Windows Explorer to view the Access databases, you do not see a list of objects that make up the database you see just the database. Therefore, you cannot copy Access objects from one database to another by using the Windows Explorer. Working with individual database objects Because Access objects reside in a database file, you must use Access to copy, delete, and rename objects. There are several ways to work with individual objects. The Database window and the Clipboard When you work in the Database window, the Clipboard is available so that you can cut or copy objects and paste them in a new location. For instance, with a table selected, you can choose either the Cut or Copy button from the Database toolbar. If you are moving or copying the table to a different database, close the current database and open the database into which you want to paste the object. When you work within the Database window, you can also delete and rename individual database objects. Importing database objects The File, Get External Data, Import and the File, Get External Data, Link Tables commands are usually the most efficient way to copy Access objects. You can also use these commands to import or export objects to and from other software applications as well as between Access databases. Task B-1: Importing an object q Objective: To copy a table from the Copy database to the MyNewDb database. What you do Comments/Prompts 1. In the Database window, ensure that the list of table objects is displayed 2. Choose _File Get_External_Data Import..._ To display the Import dialog box. 7-4 Ashbury Training 2005

5 Lesson 7: Creating and maintaining a database 3. Select the database Copy Click on Import To display the Import Objects dialog box. 4. Select the tblhumanresourcesdata table Click on OK 5. Observe the Database window To select the table to import to the MyNewDb database. To import the table. The MyNewDb database now contains the tblhumanresourcesdata table. Practice Task Import the tblpersonaldata table from the Copy database into the MyNewDb database. Concepts > Importing multiple objects Access enables you to import more than one object at a time. Each object must be selected in the Import dialog box. Ashbury Training

6 Access 2000: Level 1 Task B-2: Importing more than one object ü Before you begin: Complete the Practice Task at the end of Task B-1. What you do Comments/Prompts 1. Choose _File Get_External_Data Import..._ Select the database Copy Click on Import 2. Select the tbldepartment table Hold down S Select the tblparkinginfo table Release S Two tables are selected. 3. Select the Queries tab Click on Select All To select the two queries to be imported. 4. Select the Forms tab Select the frmphonedata form 5. Select the Reports tab Select the rptparkinglot report 6. Click on OK To import all the objects. 7. In the MyNewDb Database window, view the objects 8. Close the Database window 7-6 Ashbury Training 2005

7 Lesson 7: Creating and maintaining a database c Concepts > Database maintenance Once you create and start using your database, you will probably need to perform some maintenance tasks to help protect it and keep it up-to-date. Backing up a database A very important administrative task in maintaining a database is creating a backup of the database. Backup copies protect you against losing critical data. Since Access stores all database information in one file, backing up a database is not a complicated procedure. You can use the Windows Explorer, My Computer, the MS-DOS Copy command, or backup software to copy the database file (an.mdb file) to the backup medium of your choice. Converting a database Because Access has been around for many years, many databases have been created using this program. If you attempt to open a database created in a previous version of Access, you will be prompted to either convert the database or open the database. If you convert the database, Access creates a brand new file from the old version; however, you will not be able to use the database with previous versions of Access. If you opt to open the database instead of converting it, you will still be able to use the database with previous versions of Access but you can only view the database objects; you will be unable to change the design of any objects. Likewise, you can convert a database file to a prior version of Access by using the Tools, Database Utilities, Convert Database command. Compacting a database Compacting a database helps it to run more efficiently and take up less storage space. When you delete tables or records, the database can use disk space inefficiently, because hard disk space within the database remains unused. This is called fragmentation. To reclaim the unused hard disk space, you can compact your database. This makes a copy of the database, rearranging how the database file is stored on disk. You can use the same database name or specify a new name. Repairing a database In most cases, Access will detect that a database is damaged when you try to open, compact, encrypt, or decrypt it. At that time, it will give you the option to repair the database. However, in some cases, Access might not detect that a database is damaged. If a database behaves unpredictably, you can manually repair the current database by using the Tools, Database Utilities, Compact And Repair command. If you want to specify a new name or location for the database, close the current database and then issue the command. Ashbury Training

8 Access 2000: Level 1 Task C-1: Deleting a table and compacting a database What you do 1. Open the Maint database If necessary, maximize the Database window Comments/Prompts You can have only one database open at a time. But within a database, you can have multiple objects open. 2. Select the tblhumanresourcesdata table 3. Press D Click on Yes 4. Close the Database window In the alert box, you are asked to confirm that you want to delete the table. As you add and delete objects in a database file, the file can become fragmented and inefficient. 5. Choose _Tools Database_Utilities Compact_And_Repair_Database _ Compacting a database eliminates fragmentation and improves performance. 6. Select Maint Click on Compact To select a database you want to compact. 7. In the File Name text box, type MyMaint Click on Save To enter a filename for the compacted database. You can specify a new name for the compacted database or use the same name. Access makes a copy of the database. 8. Click on the Close button To exit Access Ashbury Training 2005

9 Lesson 7: Creating and maintaining a database Concepts > Exiting Access When you exit Access by choosing File, Exit or by clicking on the Close button in the application window, Access automatically saves any unsaved changes to data. If you have changed other Access objects, then you will be prompted to save those changes before you exit. You should always use one of these methods to exit Access to ensure that all of your work is saved. Ashbury Training

10 Access 2000: Level 1 ) Wrap-up for Lesson 7 a Why would you create a new database? Which file extension is automatically assigned to databases in Access? b Why might you want to copy objects from one database to another? c Why would you compact a database? 7-10 Ashbury Training 2005

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

Quick Start Guide. Microsoft Access 2013 looks different from previous versions, so we created this guide to help you minimize the learning curve.

Quick Start Guide. Microsoft Access 2013 looks different from previous versions, so we created this guide to help you minimize the learning curve. Quick Start Guide Microsoft Access 2013 looks different from previous versions, so we created this guide to help you minimize the learning curve. Change the screen size or close a database Click the Access

More information

Quick Start Guide. Microsoft Access 2013 looks different from previous versions, so we created this guide to help you minimize the learning curve.

Quick Start Guide. Microsoft Access 2013 looks different from previous versions, so we created this guide to help you minimize the learning curve. Quick Start Guide Microsoft Access 2013 looks different from previous versions, so we created this guide to help you minimize the learning curve. Change the screen size or close a database Click the Access

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

16.4.3 Lab: Data Backup and Recovery in Windows XP

16.4.3 Lab: Data Backup and Recovery in Windows XP 16.4.3 Lab: Data Backup and Recovery in Windows XP Introduction Print and complete this lab. In this lab, you will back up data. You will also perform a recovery of the data. Recommended Equipment The

More information

Managing documents, files and folders

Managing documents, files and folders Managing documents, files and folders Your computer puts information at your fingertips. Over time, however, you might have so many files that it can be difficult to find the specific file you need. Without

More information

10.3.1.6 Lab - Data Backup and Recovery in Windows XP

10.3.1.6 Lab - Data Backup and Recovery in Windows XP 5.0 10.3.1.6 Lab - Data Backup and Recovery in Windows XP Introduction Print and complete this lab. In this lab, you will back up data. You will also perform a recovery of the data. Recommended Equipment

More information

Using the TI-Nspire Computer Link Software

Using the TI-Nspire Computer Link Software Using the TI-Nspire Computer Link Software The TI-Nspire Computer Link Software lets you do the following: Transfer documents between your computer and a TI-Nspire handheld. Install a Chinese-English dictionary

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

PC Agent Quick Start. Open the Agent. Autonomy Connected Backup. Version 8.8. Revision 0

PC Agent Quick Start. Open the Agent. Autonomy Connected Backup. Version 8.8. Revision 0 T E C H N I C A L N O T E Autonomy Connected Backup Version 8.8 PC Agent Quick Start Revision 0 Use this document as a quick reference for common Connected Backup PC Agent tasks. If the Agent is not on

More information

Creating a Distribution List from an Excel Spreadsheet

Creating a Distribution List from an Excel Spreadsheet Creating a Distribution List from an Excel Spreadsheet Create the list of information in Excel Create an excel spreadsheet. The following sample file has the person s first name, last name and email address

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

From the Start Page click on Create New Client. Alternatively, you can click on New Client within the Browse window on the left hand side

From the Start Page click on Create New Client. Alternatively, you can click on New Client within the Browse window on the left hand side Lead Management The purpose of this User Guide is to provide users with guidance on how to create and manage leads. The guide has been split into a number of sections for ease of reference: Creating a

More information

Getting Started with Vision 6

Getting Started with Vision 6 Getting Started with Vision 6 Version 6.9 Notice Copyright 1981-2009 Netop Business Solutions A/S. All Rights Reserved. Portions used under license from third parties. Please send any comments to: Netop

More information

Working with Office Applications and ProjectWise

Working with Office Applications and ProjectWise Working with Office Applications and ProjectWise The main Microsoft Office Applications (Word, Excel, PowerPoint and Outlook) are all integrated with ProjectWise. These applications are aware that ProjectWise

More information

Migrating documents from Business Objects Reporter to Web Intelligence XI R2

Migrating documents from Business Objects Reporter to Web Intelligence XI R2 Migrating documents from Business Objects Reporter to Web Intelligence XI R2 1. This document describes how to migrate documents from Business Objects Reporter to Web Intelligence documents. They can then

More information

Create a PDF File. Tip. In this lesson, you will learn how to:

Create a PDF File. Tip. In this lesson, you will learn how to: Create a PDF File Now that you ve seen what an ETD looks like and how to browse the contents, it s time to learn how to convert your own thesis or dissertation into a PDF file. There are several different

More information

Microsoft Outlook Web App (OWA)

Microsoft Outlook Web App (OWA) im Microsoft Outlook Web App (OWA) CSULB 1 Information Technology Services CSULB 2 Information Technology Services Table of Contents Introduction... 4 Logging In... 4 The OWA Interface... 5 Feature Differences...

More information

Clean Up Email Rules Quick Steps Search Tools Change Views Export Data Convert email to tasks Contact Groups. Outlook Functions

Clean Up Email Rules Quick Steps Search Tools Change Views Export Data Convert email to tasks Contact Groups. Outlook Functions Clean Up Email Rules Quick Steps Search Tools Change Views Export Data Convert email to tasks Contact Groups Outlook Functions Clean Up: New ways to manage conversations and remove redundant emails: Email

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

Internet Explorer Settings for use with Privia

Internet Explorer Settings for use with Privia Internet Explorer Settings for use with Privia The following document is intended for users who are running Privia and Internet Explorer who either cannot install the Privia client or the client is not

More information

Importing your personal certificate(s) to Microsoft Internet Explorer from a Back-up (or export) file

Importing your personal certificate(s) to Microsoft Internet Explorer from a Back-up (or export) file Importing your personal certificate(s) to Microsoft Internet Explorer from a Back-up (or export) file You may use your Medium Assurance Certificate(s) on any computer that you wish to by importing them

More information

Knowledgebase Article

Knowledgebase Article Company web site: Support email: Support telephone: +44 20 3287-7651 +1 646 233-1163 2 EMCO Network Inventory allows you to manage alternative credentials to use while performing different

More information

How To Restore Your Data On A Backup By Mozy (Windows) On A Pc Or Macbook Or Macintosh (Windows 2) On Your Computer Or Mac) On An Pc Or Ipad (Windows 3) On Pc Or Pc Or Micro

How To Restore Your Data On A Backup By Mozy (Windows) On A Pc Or Macbook Or Macintosh (Windows 2) On Your Computer Or Mac) On An Pc Or Ipad (Windows 3) On Pc Or Pc Or Micro Online Backup by Mozy Restore Common Questions Document Revision Date: June 29, 2012 Online Backup by Mozy Common Questions 1 How do I restore my data? There are five ways of restoring your data: 1) Performing

More information

Utilities. 2003... ComCash

Utilities. 2003... ComCash Utilities ComCash Utilities All rights reserved. No parts of this work may be reproduced in any form or by any means - graphic, electronic, or mechanical, including photocopying, recording, taping, or

More information

BACKUP MICROSOFT OUTLOOK/OUTLOOK EXPRESS

BACKUP MICROSOFT OUTLOOK/OUTLOOK EXPRESS ComputerFixed.co.uk Page: 1 Email: info@computerfixed.co.uk BACKUP MICROSOFT OUTLOOK/OUTLOOK EXPRESS The following instructions are relevant for Outlook 2007. Outlook 2003 instructions are on page 2. Outlook

More information

V1.0 Andre Henney July 2011

V1.0 Andre Henney July 2011 SAPO - Backup or Transfer of Digital Certificate 1. Introduction Digital certificate (DC) can be backed-up or transferred in various ways; this document serves as a how to to enable a person(s) to complete

More information

SECURE EMAIL USER GUIDE OUTLOOK 2000

SECURE EMAIL USER GUIDE OUTLOOK 2000 WELLS FARGO AUTHENTICATION SERVICES DATED: MAY 2003 TABLE OF CONTENTS GENERAL INFORMATION... 1 INSTALLING THE WELLS FARGO ROOT CERTIFICATE CHAIN.. 2 INSTALLING THE CERTIFICATES INTO IE... 3 SETTING UP

More information

MapInfo Professional 12.0 Licensing and Activation

MapInfo Professional 12.0 Licensing and Activation MapInfo Professional 12.0 Asia Pacific/Australia: Phone: +61 2 9437 6255 pbsoftware.australia@pb.com pbsoftware.singapore@pb.com www.pitneybowes.com.au/software Canada: Phone: 1 800 268 3282 pbsoftware.canada.sales@pb.com

More information

Colorfly Tablet Upgrade Guide

Colorfly Tablet Upgrade Guide Colorfly Tablet Upgrade Guide (PhoenixSuit) 1. Downloading the Firmware and Upgrade Tool 1. Visit the official website http://www.colorful.cn/, choose 产 品 > 数 码 类 > 平 板 电 脑, and click the product to be

More information

Computer Link Software

Computer Link Software Computer Link Software Important Information Except as otherwise expressly stated in the License that accompanies a program, Texas Instruments makes no warranty, either express or implied, including but

More information

Roth IRA Conversion Evaluator

Roth IRA Conversion Evaluator Roth IRA Conversion Evaluator Quick Start Guide 2009, WoltersKluwer. All Rights Reserved. Page 1 of 36 Table of Contents Roth IRA Conversion Evaluator Quick Start Guide Getting Started... 3 About the Roth

More information

Microsoft Access 2007 Advanced Queries

Microsoft Access 2007 Advanced Queries Microsoft Access 2007 Advanced Queries When you run a query in Microsoft Access 2007, it is not only able to display records, but also able to perform specific tasks and actions based on user defined criteria.

More information

Importing Contacts to Outlook

Importing Contacts to Outlook Importing Contacts to Outlook 1. The first step is to create a file of your contacts from the National Chapter Database. 2. You create this file under Reporting, Multiple. You will follow steps 1 and 2

More information

Configuration Guide. Remote Backups How-To Guide. Overview

Configuration Guide. Remote Backups How-To Guide. Overview Configuration Guide Remote Backups How-To Guide Overview Remote Backups allow you to back-up your data from 1) a ShareCenter TM to either a Remote ShareCenter or Linux Server and 2) Remote ShareCenter

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

In-Class Lab Assignment

In-Class Lab Assignment In-Class Lab Assignment Prepared by Ms. Delores J. Reaves Please bring copy to class!!!!! Introduction to Windows (the Operating System) Understanding File Management F ile management is the process of

More information

Managing Online and Offline Archives in Outlook

Managing Online and Offline Archives in Outlook Managing Online and Offline Archives in Outlook Contents How to Enable the Online Archive Feature in Outlook... 1 For Outlook 2007:... 2 How to Set the AutoArchive Properties for a Folder in Outlook 2007:...

More information

10.3.1.5 Lab - Data Backup and Recovery in Windows Vista

10.3.1.5 Lab - Data Backup and Recovery in Windows Vista 5.0 10.3.1.5 Lab - Data Backup and Recovery in Windows Vista Introduction Print and complete this lab. In this lab, you will back up data. You will also perform a recovery of the data. Recommended Equipment

More information

Bucks PSN. Export & Import BLP Mail Mailbox to and from Outlook Data File (.pst) Version 1.0

Bucks PSN. Export & Import BLP Mail Mailbox to and from Outlook Data File (.pst) Version 1.0 Bucks PSN Export & Import BLP Mail Mailbox to and from Outlook Data File (.pst) Version 1.0 Updata Infrastructure Ltd Page 2 of 4 Overview The purpose of this Guide is to provide detailed step by step

More information

To successfully initialize Microsoft Outlook (Outlook) the first time, email settings need to be verified.

To successfully initialize Microsoft Outlook (Outlook) the first time, email settings need to be verified. TO: UAN CLIENTS FROM: UAN STAFF DATE: OCTOBER 8, 2008 SUBJECT: Steps for Initial Setup of Microsoft Outlook To successfully initialize Microsoft Outlook (Outlook) the first time, email settings need to

More information

16.4.3 Optional Lab: Data Backup and Recovery in Windows 7

16.4.3 Optional Lab: Data Backup and Recovery in Windows 7 16.4.3 Optional Lab: Data Backup and Recovery in Windows 7 Introduction Print and complete this lab. In this lab, you will back up data. You will also perform a recovery of the data. Recommended Equipment

More information

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

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

Chapter 4: Website Basics

Chapter 4: Website Basics 1 Chapter 4: In its most basic form, a website is a group of files stored in folders on a hard drive that is connected directly to the internet. These files include all of the items that you see on your

More information

When you publish data to a SharePoint site, you first

When you publish data to a SharePoint site, you first SharePoint, maintaining the relationships between them and creating links to them within Access. Here s how the wizard works: 1. Click to select the External Data tab. 2. Click the Move to SharePoint button

More information

How to Copy A SQL Database SQL Server Express (Making a History Company)

How to Copy A SQL Database SQL Server Express (Making a History Company) How to Copy A SQL Database SQL Server Express (Making a History Company) These instructions are written for use with SQL Server Express. Check with your Network Administrator if you are not sure if you

More information

Backing Up Microsoft Outlook 2003

Backing Up Microsoft Outlook 2003 BACKUP Backing Up Microsoft Outlook 2003 The following procedures are valid only for Outlook with Internet Mail Only option. You can determine this by opening Outlook and clicking on Help > About Microsoft

More information

Xythos on Demand Quick Start Guide For Xythos Drive

Xythos on Demand Quick Start Guide For Xythos Drive Xythos on Demand Quick Start Guide For Xythos Drive What is Xythos on Demand? Xythos on Demand is not your ordinary online storage or file sharing web site. Instead, it is an enterprise-class document

More information

Using Entrust certificates with Microsoft Office and Windows

Using Entrust certificates with Microsoft Office and Windows Entrust Managed Services PKI Using Entrust certificates with Microsoft Office and Windows Document issue: 1.0 Date of issue: May 2009 Copyright 2009 Entrust. All rights reserved. Entrust is a trademark

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

Access Tutorial 1 Creating a Database. Microsoft Office 2013 Enhanced

Access Tutorial 1 Creating a Database. Microsoft Office 2013 Enhanced Access Tutorial 1 Creating a Database Microsoft Office 2013 Enhanced Objectives Session 1.1 Learn basic database concepts and terms Start and exit Access Explore the Microsoft Access window and Backstage

More information

Computer Link Guidebook

Computer Link Guidebook Computer Link Guidebook This guidebook applies to TI-Nspire software version 4.2. To obtain the latest version of the documentation, go to education.ti.com/guides. Important Information Except as otherwise

More information

10.3.1.4 Lab - Data Backup and Recovery in Windows 7

10.3.1.4 Lab - Data Backup and Recovery in Windows 7 5.0 10.3.1.4 Lab - Data Backup and Recovery in Windows 7 Introduction Print and complete this lab. In this lab, you will back up data. You will also perform a recovery of the data. Recommended Equipment

More information

Microsoft Access Database

Microsoft Access Database 1 of 6 08-Jun-2010 12:38 Microsoft Access Database Introduction A Microsoft Access database is primarily a Windows file. It must have a location, also called a path, which indicates how the file can be

More information

5.6.3 Lab: Registry Backup and Recovery in Windows XP

5.6.3 Lab: Registry Backup and Recovery in Windows XP 5.6.3 Lab: Registry Backup and Recovery in Windows XP Introduction Print and complete this lab. In this lab, you will back up a computer registry. You will also perform a recovery of a computer registry.

More information

Creating Rules in Outlook

Creating Rules in Outlook Technology Help Desk 412 624-HELP [4357] http://technology.pitt.edu Creating Rules in Outlook Overview Microsoft Outlook provides a way for users to manage and organize their email using rules. A rule

More information

How To Create A Hyperlink In Publisher On Pc Or Macbookpress.Com (Windows) On Pc/Apple) On A Pc Or Apple Powerbook (Windows 7) On Macbook Pressbook (Apple) Or Macintosh (Windows 8

How To Create A Hyperlink In Publisher On Pc Or Macbookpress.Com (Windows) On Pc/Apple) On A Pc Or Apple Powerbook (Windows 7) On Macbook Pressbook (Apple) Or Macintosh (Windows 8 PUBLISHER-HYPERLINKS When a hyperlink in Publisher is clicked it can open another Web page, a picture, an email message, or another program. This feature works for documents that will be saved as a PDF

More information

USING MS OUTLOOK. Microsoft Outlook

USING MS OUTLOOK. Microsoft Outlook USING MS OUTLOOK In this tutorial you will learn how to use Microsoft Outlook with your EmailHosting.com account. You will learn how to setup an IMAP account, and also how to move your emails and contacts

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

Attachments Internet Explorer

Attachments Internet Explorer Attachments Internet Explorer Outlook Webmail allows you to share files with your email correspondents through the use of s. This document discusses accessing email s, attaching files, and deleting s using

More information

HADS 2.1.0e Installation and migration

HADS 2.1.0e Installation and migration Ageing, Disability and Home Care, Department of Family and Community Services MDS fact sheet - February 2012 HADS 2.1.0e Installation and migration Caution! If at any stage during this process you receive

More information

Email Retention Methods Step by Step Examples

Email Retention Methods Step by Step Examples Administrative Services Operating Procedures Supporting Instructions Email Retention Methods Step by Step Examples Quick Links to Examples: Windows XP Office 007 Adobe Pro version 8 and above o Converting

More information

USING MS OUTLOOK WITH FUSEMAIL

USING MS OUTLOOK WITH FUSEMAIL USING MS OUTLOOK WITH FUSEMAIL In this tutorial you will learn how to use Microsoft Outlook with your FuseMail account. You will learn how to setup an IMAP account, and also how to move your emails and

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

The Microsoft Access 2007 Screen

The Microsoft Access 2007 Screen 1 of 1 Office Button The Microsoft Access 2007 Screen Title Bar Help Ribbon Quick Access Toolbar Database Components Active Component NOTE: THIS HELP DOCUMENT EXPLAINS THE LAYOUT OF ACCESS. FOR MORE INFORMATION

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

How to Back Up and Restore an ACT! Database Answer ID 19211

How to Back Up and Restore an ACT! Database Answer ID 19211 How to Back Up and Restore an ACT! Database Answer ID 19211 Please note: Answer ID documents referenced in this article can be located at: http://www.act.com/support/index.cfm (Knowledge base link). The

More information

Tutorial 1 Creating a Database

Tutorial 1 Creating a Database Tutorial 1 Creating a Database Introduction to Database Concepts Data is a valuable asset Need to store, maintain, retrieve,presentvital business data Entity (nib) 2 1 Organizing Data Example: issue25.accdb

More information

Auto-Archiving your Emails in Outlook

Auto-Archiving your Emails in Outlook Changing the AutoArchive Settings for all your Mailbox Folders Changing the AutoArchive Settings for all your Mailbox Folders (cont.) One way to minimize the amount of server space you are using for your

More information

MINIMIZING DISK SPACE USAGE IN SAAS OR VIRTUAL OFFICE CS

MINIMIZING DISK SPACE USAGE IN SAAS OR VIRTUAL OFFICE CS MINIMIZING DISK SPACE USAGE IN SAAS OR VIRTUAL OFFICE CS In General... 1 Creative Solutions Accounting... 1 FileCabinet CS... 4 Fixed Assets CS... 6 Practice CS... 7 UltraTax CS... 8 Microsoft Outlook...

More information

ProjectWise Explorer V8i User Manual for Subconsultants & Team Members

ProjectWise Explorer V8i User Manual for Subconsultants & Team Members ProjectWise Explorer V8i User Manual for Subconsultants & Team Members submitted to Michael Baker International Subconsultants & Team Members submitted by Michael Baker International ProjectWise Support

More information

College of William and Mary. wmfiles.wm.edu. A Reference and Training Guide

College of William and Mary. wmfiles.wm.edu. A Reference and Training Guide wmfiles.wm.edu A Reference and Training Guide 08/15/2012 Table of Contents Page What is Xythos Software? 3 Creating a New Folder 4 Uploading Files 4 Coping, Moving, Deleting, Renaming Files 5 Sharing Files

More information

Outlook 2007: Managing your mailbox

Outlook 2007: Managing your mailbox Outlook 2007: Managing your mailbox Find its size and trim it down Use Mailbox Cleanup On the Tools menu, click Mailbox Cleanup. You can do any of the following from this one location: View the size of

More information

Database Applications Microsoft Access

Database Applications Microsoft Access Lesson 1 Tutorial 1 Database Applications Microsoft Access Lesson 1 Introduction For Lesson 1, you will work through Tutorial 1 in your textbook. The tutorial may expose you to more information than is

More information

Overview... 2 How to Add New Documents... 3 Adding a Note / SMS or Phone Message... 3 Adding a New Letter... 4. How to Create Letter Templates...

Overview... 2 How to Add New Documents... 3 Adding a Note / SMS or Phone Message... 3 Adding a New Letter... 4. How to Create Letter Templates... THE DOCUMENT MANAGER Chapter 14 THE DOCUMENT MANAGER CONTENTS Overview... 2 How to Add New Documents... 3 Adding a Note / SMS or Phone Message... 3 Adding a New Letter... 4 How to Create Letter Templates...

More information

CREATING AN IMAGE FROM AUTOCAD CADD NOTE 16. MENU: AutoCAD, File, Plot COMMAND: plot ICON:

CREATING AN IMAGE FROM AUTOCAD CADD NOTE 16. MENU: AutoCAD, File, Plot COMMAND: plot ICON: CADD NOTE 16 This CADD Note provides instructions on creating an image from an AutoCAD drawing that can be pasted into another application (e.g., Word, Powerpoint, etc.). These instructions assume the

More information

16.4.3 Optional Lab: Data Backup and Recovery in Windows Vista

16.4.3 Optional Lab: Data Backup and Recovery in Windows Vista 16.4.3 Optional Lab: Data Backup and Recovery in Windows Vista Introduction Print and complete this lab. In this lab, you will back up data. You will also perform a recovery of the data. Recommended Equipment

More information

BSDI Advanced Fitness & Wellness Software

BSDI Advanced Fitness & Wellness Software BSDI Advanced Fitness & Wellness Software 6 Kellie Ct. Califon, NJ 07830 http://www.bsdi.cc SOFTWARE BACKUP/RESTORE INSTRUCTION SHEET This document will outline the steps necessary to take configure the

More information

Create a Simple Website. Intel Easy Steps 1 2012 Intel Corporation All rights reserved.

Create a Simple Website. Intel Easy Steps 1 2012 Intel Corporation All rights reserved. Create a Simple Website Intel Easy Steps 1 2012 Intel Corporation Website Creating a Simple Website As more and more people are using the Internet to get information, it has become very important for businesses

More information

Figure 1: Restore Tab

Figure 1: Restore Tab Apptix Online Backup by Mozy Restore How do I restore my data? There are five ways of restoring your data: 1) Performing a Restore Using the Restore Tab You can restore files from the Apptix Online Backup

More information

Microsoft Outlook 2007. Effective Email Inbox Organization

Microsoft Outlook 2007. Effective Email Inbox Organization Microsoft Outlook 2007 Effective Email Inbox Organization University of California, Berkeley Haas School of Business Presented by AcademyX San Francisco, CA www.academyx.com Nishikai Consulting Oakland,

More information

Outlook Express and Express Archiver to Backup and Retrieve E-Mail at UW 1

Outlook Express and Express Archiver to Backup and Retrieve E-Mail at UW 1 Outlook Express and Express Archiver to Backup and Retrieve E-Mail at UW 1 Express Archiver can be used to read archived e-mail that has been organized by Outlook Express (OE). If properly set in Outlook

More information

Export the address book from the Blackberry handheld to MS Outlook 2003, using the synchronize utility in Blackberry Desktop Manager.

Export the address book from the Blackberry handheld to MS Outlook 2003, using the synchronize utility in Blackberry Desktop Manager. Export the address book from the Blackberry handheld to MS Outlook 2003, using the synchronize utility in Blackberry Desktop Manager. Revised 2/25/07 Creating a New Contacts Folder in Outlook Open Outlook

More information

Managing Mailbox Space and Personal Folders

Managing Mailbox Space and Personal Folders Managing Mailbox space and Using Personal Folders Based on documentation developed at the University of Iowa Revised for Iowa State University Extension August, 2005 ISU 100 EIT Bldg Iowa State University

More information

The purpose of this User Guide is to provide users with guidance on the following:

The purpose of this User Guide is to provide users with guidance on the following: LEAD MANAGEMENT Introduction The purpose of this User Guide is to provide users with guidance on the following: Creating a Lead Importing Leads Managing Leads Completing a Lead Not Proceeding Re-opening

More information

TERAcloud w w w. t e r a c l o u d. u k

TERAcloud w w w. t e r a c l o u d. u k Accessing your account Once you have received the confirmation email, there will be a link to your personal area where you can download the backup application. In the example here we are using the support

More information

MAC/OSX - How to Encrypt Data using TrueCrypt. v.05201011

MAC/OSX - How to Encrypt Data using TrueCrypt. v.05201011 MAC/OSX - How to Encrypt Data using TrueCrypt v.05201011 This chapter contains step-by-step instructions on how to create, mount, and use a TrueCrypt volume. We strongly recommend that you read the entire

More information

Legal Notes. Regarding Trademarks. 2012 KYOCERA Document Solutions Inc.

Legal Notes. Regarding Trademarks. 2012 KYOCERA Document Solutions Inc. Legal Notes Unauthorized reproduction of all or part of this guide is prohibited. The information in this guide is subject to change without notice. We cannot be held liable for any problems arising from

More information

Microsoft Outlook 2000 Configuration Creation of a SPAM Filter

Microsoft Outlook 2000 Configuration Creation of a SPAM Filter Microsoft Outlook 2000 Configuration Creation of a SPAM Filter This user guide aims to equip and facilitates users in creation of SPAM filtering mechanism to counter the ever increasing SPAM emails received

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

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

USING OUTLOOK WITH ENTERGROUP. Microsoft Outlook

USING OUTLOOK WITH ENTERGROUP. Microsoft Outlook USING OUTLOOK WITH ENTERGROUP In this tutorial you will learn how to use Outlook with your EnterGroup account. You will learn how to setup an IMAP or POP account, and also how to move your emails and contacts

More information

Faculty & Staff Guide for Outlook Web App (OWA) Prepared by Information Technology Division Lehman College July 11, 2013

Faculty & Staff Guide for Outlook Web App (OWA) Prepared by Information Technology Division Lehman College July 11, 2013 im Faculty & Staff Guide for Outlook Web App (OWA) Prepared by Information Technology Division Lehman College July 11, 2013 Lehman College, CUNY 1 Information Technology Division Table of Contents Introduction...

More information

MICROSOFT OUTLOOK 2011 READ, SEARCH AND PRINT E-MAILS

MICROSOFT OUTLOOK 2011 READ, SEARCH AND PRINT E-MAILS MICROSOFT OUTLOOK 2011 READ, SEARCH AND PRINT E-MAILS Lasted Edited: 2012-07-10 1 Find the Inbox... 3 Check for New Mail... 4 Manually check for new messages... 4 Change new incoming e-mail schedule options...

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

Most of your tasks in Windows XP will involve working with information

Most of your tasks in Windows XP will involve working with information OFFICE 1 File Management Files and Folders Most of your tasks in Windows XP will involve working with information stored on your computer. This material briefly explains how information is stored in Windows

More information

Colligo Contributor File Manager 4.6. User Guide

Colligo Contributor File Manager 4.6. User Guide Colligo Contributor File Manager 4.6 User Guide Contents Colligo Contributor File Manager Introduction... 2 Benefits... 2 Features... 2 Platforms Supported... 2 Installing and Activating Contributor File

More information

Presentations and PowerPoint

Presentations and PowerPoint V-1.1 PART V Presentations and PowerPoint V-1.2 Computer Fundamentals V-1.3 LESSON 1 Creating a Presentation After completing this lesson, you will be able to: Start Microsoft PowerPoint. Explore the PowerPoint

More information