Stand Development Monitoring

Size: px
Start display at page:

Download "Stand Development Monitoring"

Transcription

1 Stand Development Monitoring SDM - Data entry and management program November 6, P a g e

2 SDM Database The SDM database program has been developed by the Smithers Ministry of Forests and Natural Resource Operations and is based on the data structure developed by Erin Havard and Steve Baumber. The purpose of this program is to provide a system that combines data management with data entry, exploration, and summary tools. Originally designed in Excel, it has been rebuilt in Access to remove some of the limits imposed by Excel. Excel is great for calculations and managing data polygon by polygon, but really shouldn t be considered a database program. The program, sample data and this document can be downloaded at: Support is available from: Erin Havard, FIT Forest Health Technician Ministry of Forests, Lands & Natural Resource Operations erin.i.havard@gov.bc.ca Ken White Forest Entomologist, Smithers (250) Ken.J.White@gov.bc.ca Russell Klassen Data Consultant (250) russk@telus.net Alex Woods Regional Pathologist, Smithers RSC, Skeena Region (250) , Fax (250) Alex.Woods@gov.bc.ca 2 P a g e

3 Contents Frontend-Backend a description of the architect model used to develop this program SDM is a Relational Database describes in simple terms what a relational database is and how it works Managing Projects your data is stored in projects that are managed by a few easy to learn tools Creating Projects instructions on how to create a new project Attaching Projects like opening a file in Excel but with a twist Un-attaching Projects detaching a project from your frontend Entering Data we all hate to do it, but it has to get into digital form somehow Importing Data importing Excel polygon data is simple with a few caveats Some Data Form Features lots of buttons to click, here s a description of what some of them do Data Validation checking your data for errors Google Earth viewing your plot s location Merging Projects lump all that data into one big pile of steaming information Reporting Data almost like a reward for entering the data, you get to see it reduced to summaries Canned Queries exploring data System Requirements what you need to run the full and runtime versions of SDM 3 P a g e

4 Frontend Backend SDM is what is sometimes called a frontend backend database program. The frontend is the portion of the program that the user interacts with to create and manage data. The frontend contains the forms, queries, and code components used to interact with the backend. The backend contains your data, collections of polygons organized into projects. A project consists of a set of four related tables that are managed as a hierarchy of data and events. Projects in the backend are attached to the frontend. As the user you can control almost all of the data management through a simple floating menu form. This form is functionally similar to a number of programs such as VPro, FS882, VTrees and VUnits. Learning to use it once has the benefit of reduced learning curve if you ever need to use one of these other programs. We ll cover this component of the program in greater detail in this document. 4 P a g e

5 SDM is a Relational Database A relational database is a group of tables designed to reduce data redundancy by using fields common to related but dissimilar data tables. In a simple database like SDM we are using just one relationship type: one-to-many. The table naming convention used is the project name followed by an under-bar character and then the name of the data stored in the table. In the example below the project name is Sample. A project consists of data stored in four related tables. Each table is indexed, often called a key, and these keys are used to define the relationship. For example, information specific to a polygon is stored in the polygon table and each record is uniquely identified by four fields: Mapsheet, SubMapsheet, Opening and Polygon. The polygon has related plots stored in the Plot table which are linked using those four fields. This relationship is said to be one-to-many because for each polygon there can be many plots. The relationships between the project tables contain cascading events. An example of a cascading update event would be if the user changed the Mapsheet field in the polygon data, that change would cascade throughout all of the related records. A cascading delete event would take place if the user removed a polygon which would trigger all related records in the project to be deleted. These relationships are automatically maintained by the program. Enter the key information that is used to identify the polygon and that data is automatically entered into the related tables, eliminating data entry and typos. 5 P a g e

6 Managing Projects The main menu is pop-up form that can remain on top of other windows and dragged around to position for best access. From this form you can manage projects, open data forms, import polygons from Excel and open other menu forms containing links to reporting and query functions. It is also from here that you can exit the SDM program. Closing the program from this form allows the program to monitor its size and compact when appropriate. If for some reason you cannot locate this floating menu, clicking the far right button on the SDM ribbon menu will reload it. Clicking the pull down button on the project selector displays the currently attached projects and the methods used to attach, un-attach and create new projects. Clicking on one of the attached projects makes it the current project that you re working with. When you start SDM, your current project will be displayed in this box. If your list of attached projects becomes too long a scrollbar will appear on the right side to enable you to have full access. I promise, once you start using this menu system it will make sense. The next sections of this mini manual will discuss and give examples on how to create, attach and un-attach projects. 6 P a g e

7 Creating a New Project Creating a project is a relatively simple process of giving the project a name and then storing that project in a database. Begin by clicking New on the project menu drop-down list. You will first be prompted to enter a project name. Follow the instructions on the form that prompts you for the name. Next you ll need to store the project somewhere so you ll be prompted for a database file. Either select an existing database or enter a name to create a new database, click Open, SDM will do the rest. 7 P a g e

8 Attaching a Project Attaching a project is as easy as clicking a mouse. First click Attach from the project pull down list. The familiar Windows file dialog box opens for you to select a database file from. Selecting a file and clicking the OK button will cause SDM to look in the selected file and make a list of the available projects. Selecting a project and clicking the Attach button will attach that project to SDM. (If you re in a hurry and clicking the Attach button seems like a big hassle, just double-click the project you want attached and SDM will make it so.) Note: if you already have a project attached with the same name as one of the projects in the database, it will not appear in the list. Also note: Projects remain attached even when the program is closed. Open the program and all of your project data is there and ready for you to get to work on. Because of this it is important not to move the database files that contain your data. This would cause the attachment link to fail. 8 P a g e

9 Un-attaching a Project The number one rule to remember here is that you can t un-attach the current project. The easiest way to make sure your project is available for un-attachment is to first select the Sample project (supplied with all copies of SDM and is hardwired to the program). Start by clicking the Un-attach entry in the project menu drop-down list. SDM will grind away for half a second or so and build a list of the attached projects. Select the projects you wish to un-attach or click the Select All button at the bottom of the list. Click the un-attach button and the selected project(s) will be un-attached. 9 P a g e

10 Entering Data Remember the part in this manual about SDM is a relational database? Because of this it is important to enter the data in the proper order. Fortunately there s some help to get you started. See that button in the lower-left corner of the form, the one that s labeled Data Entry Helper. Click that button and SDM will guide you through entering data in the correct order. The little helper form will stay on the screen and as you complete the tasks you can click the next button to move to the next step. You won t need that help for long. In a short while you ll be able to enter the data without any prompts. Anyone who knows me knows I harp a lot about backing up data. Microsoft includes a tool to repair databases and they wouldn t do so if it wasn t needed at some point. It s best not to rely on Microsoft s tool to fix a problem, backup regularly. Can t remember which database and where that data was saved? Right click the project in question and click link info. 10 P a g e

11 Importing Data Note that at present the polygon opening information should be in the following format: You will be prompted for the file location. Locate the polygon you wish to import and click Open. Note that this can be a slow process depending on your computers speed. If the polygon already exists, you will be asked if you wish to replace it or you can cancel the operation. 11 P a g e

12 Some Data Form Features You probably noticed a few buttons scattered about on the data form. We talked about the Data Entry Helper earlier, but let s talk about some of the other buttons. Below the Data Volume Trees section there are two buttons, Delete Estimated Heights and Estimate Unknown Heights. Using the known heights for a given species, SDM can create and apply an LOGEST equation to the unknown heights. Once the calculation is complete a popup message will give you some details on the equations that were developed and the species and number of known heights they were created from. Obviously, the greater the number of trees the better the curve generated. The upper right corner of the form contains an Export to Excel button that will export the current polygon into a template in Excel. The lower-right corner of the form has three buttons; the first two are self-explanatory, Delete Current Polygon and Delete Current Plot. They do as their label implies. The last button that looks like a small door with an arrow closes the form. 12 P a g e

13 Estimated Heights Example The current method includes all volume trees with known heights. It should, in the future, have an option to select only trees without certain health and damage agents. 13 P a g e

14 Data Validation Clicking the Data Validation button on the floating Main Menu opens a sub menu with a list of data validation tools on it. Clicking a button performs that individual test on the entire project. Clicking the Run All Validation Tests button runs all of the tests. SDM uses Excel as a reporting tool, so if any errors are found they will be reported in and Excel Workbook. Compare Layers 1 & 2 to Vol. Trees This test compares the number of trees in layers 1 & 2 and compares that total with the number of volume trees of that species recorded. Discrepancies are then reported in Excel. 14 P a g e

15 Google Earth Google Earth provides another way to explore and visualize location information. Bird s-eye view Or a ground-level view, this tool can help to visualize the plot location. Another possibility is to upload your own plot pictures to Google Earth. They will appear as icons on Google Earth and by clicking them the picture will pop up on the form. 15 P a g e

16 Merging Projects It s the end of a long field season and the SDM project files have been coming in from various users. What s next? It s time to merge those projects into one master file and start creating summaries. SDM has a simple tool that allows you to easily compile all of those projects into a master project(s) that contain all of the polygons you need to include in your summaries. The suggested method of doing this is: Create a new project that you want to be your master project and select it as you To Project Attach all of the projects you wish to include in your master project From the SDM ribbon menu select Merge Projects In turn select projects in the From Project list and click the merge button 16 P a g e

17 Reporting Data We are just starting to build the reports with many more to come. Here is an example of one report and the method to build it. Start by opening the report menu from the floating menu. Click Plot Summary. Some of the reports will be based on criteria such as polygon. In this case you will be required to enter criteria into a criteria form and then click the Build Report button. Excel is used as a report grid because of the methods available in Microsoft Office to use automation between the programs. It is also very handy to apply functions to the values returned by SDM. 17 P a g e

18 Canned Queries Canned queries give you a starting point to exploring your data the way you want. The summaries are fine for generating standard reports, but all that data is just sitting there begging to be explored. Start by clicking the Canned Queries button on the floating menu, bringing up the Canned Queries menu. Not much on here yet but there will be once people start to explore the data. Clicking the Average HT by BEC Zone button brings up a query in design view that will allow you to modify and add criteria and add and remove fields. These results can be copied into Excel or just examined in SDM. 18 P a g e

19 System Requirements SDM comes in two flavours, a full version that requires Microsoft Office Professional 2007 or 2010, or a runtime version that can be used without Office but works with Access 2007 runtime environment, a free download from Microsoft at: The full version of SDM is the program discussed in this mini-manual and includes all of the reporting tools and the ability to import and export polygons to and from Excel. The runtime version of SDM is for data entry only. The runtime version is made available for field contactors who do not wish to purchase Office for data entry. Multiple monitors are fully supported in most applications of this type. The screenshot below shows a summary being displayed on the left-hand monitor, SDM data being explored on the center monitor and Google Earth being used to fly from plot to plot on the right-hand monitor. Tablets a tablet version would be great for in the field but that s a little outside the scope of this manual. Just in the spirit of pure speculation though, if I was looking at a tablet, a resolution of 1366x768 would seem to be the minimum resolution this data entry form in its present format could be made to fit into. 19 P a g e

20 Notes Form filtering this is a feature of Microsoft Access that allows you to build and apply filters to your data from the data entry form. Extensibility use your imagination here. An example might be to create a module that would map all of the polygons that meet a given stocking criteria. Or how about a method of grouping your data into custom units and then a method to compare and report those units? Service packs there are going to be bugs going forward. We ll be setting up a service pack system in the future. Renaming a project right-click a project on the floating menu and select Rename Project Delete a project right-click a project on the floating menu and select Delete Project Compare to template right-click a project on the floating menu and select Compare to Template and the current project will be checked to see if it is in the same format as the program template Project splinters a method of extracting a series of polygons from a project based on a filter (this isn t included but is popular in VPro) Terminal server the provincial database can be hosted on a terminal server giving users common data access Site Index program should calculate this 20 P a g e

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

Working with SQL Server Integration Services

Working with SQL Server Integration Services SQL Server Integration Services (SSIS) is a set of tools that let you transfer data to and from SQL Server 2005. In this lab, you ll work with the SQL Server Business Intelligence Development Studio to

More information

HOW TO USE THIS GUIDE

HOW TO USE THIS GUIDE HOW TO USE THIS GUIDE This guide provides step-by-step instructions for each exercise. Anything that you are supposed to type or select is noted with various types and colors. WHEN YOU SEE THIS Click Help

More information

Microsoft Migrating to Access 2010 from Access 2003

Microsoft Migrating to Access 2010 from Access 2003 In This Guide Microsoft Access 2010 looks very different, so we created this guide to help you minimize the learning curve. Read on to learn key parts of the new interface, discover free Access 2010 training,

More information

Managing Contacts in Outlook

Managing Contacts in Outlook Managing Contacts in Outlook This document provides instructions for creating contacts and distribution lists in Microsoft Outlook 2007. In addition, instructions for using contacts in a Microsoft Word

More information

Sync Appointments from the Schedule Certifications Screen

Sync Appointments from the Schedule Certifications Screen Syncing 2+ Calendar Appointments with Microsoft Outlook WinTen 2+ provides users the ability to sync WinTen 2+ calendar appointments with a Microsoft Outlook calendar. This syncing ability applies to the

More information

Programming in Access VBA

Programming in Access VBA PART I Programming in Access VBA In this part, you will learn all about how Visual Basic for Applications (VBA) works for Access 2010. A number of new VBA features have been incorporated into the 2010

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

1-Step Appraisals Jewelry Appraisal Software

1-Step Appraisals Jewelry Appraisal Software User Guide for 1-Step Appraisals Jewelry Appraisal Software Version 5.02 Page Table of Contents Installing 1-Step Appraisals... Page 3 Getting Started... Page 4 Upgrading from a Previous Version... Page

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

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

Lab 2: MS ACCESS Tables

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

More information

Visualization with Excel Tools and Microsoft Azure

Visualization with Excel Tools and Microsoft Azure Visualization with Excel Tools and Microsoft Azure Introduction Power Query and Power Map are add-ins that are available as free downloads from Microsoft to enhance the data access and data visualization

More information

Migrating to Excel 2010 from Excel 2003 - Excel - Microsoft Office 1 of 1

Migrating to Excel 2010 from Excel 2003 - Excel - Microsoft Office 1 of 1 Migrating to Excel 2010 - Excel - Microsoft Office 1 of 1 In This Guide Microsoft Excel 2010 looks very different, so we created this guide to help you minimize the learning curve. Read on to learn key

More information

Results CRM 2012 User Manual

Results CRM 2012 User Manual Results CRM 2012 User Manual A Guide to Using Results CRM Standard, Results CRM Plus, & Results CRM Business Suite Table of Contents Installation Instructions... 1 Single User & Evaluation Installation

More information

TimeBillingWindow. User guide 2014

TimeBillingWindow. User guide 2014 TimeBillingWindow User guide 2014 Table of Contents TimeBillingWindow...3 Introduction...5 Welcome...6 Contacting Us...7 30 Day Trial Mode...8 Getting Started...11 Quick Start...12 Tray Icon Tool...25

More information

Quick Start Guide. Highly customizable automated trading Automate your trades according to rules and models you create.

Quick Start Guide. Highly customizable automated trading Automate your trades according to rules and models you create. POWER E*TRADE PRO EXCEL MANAGER Quick Start Guide We are pleased to announce the launch of Excel Manager, an exciting new feature in Power E*TRADE Pro that leverages the flexibility of Microsoft Excel

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

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

Produced by Flinders University Centre for Educational ICT. PivotTables Excel 2010

Produced by Flinders University Centre for Educational ICT. PivotTables Excel 2010 Produced by Flinders University Centre for Educational ICT PivotTables Excel 2010 CONTENTS Layout... 1 The Ribbon Bar... 2 Minimising the Ribbon Bar... 2 The File Tab... 3 What the Commands and Buttons

More information

Access Database Design

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

More information

Transitioning from TurningPoint 5 to TurningPoint Cloud - LMS 1

Transitioning from TurningPoint 5 to TurningPoint Cloud - LMS 1 Transitioning from TurningPoint 5 to TurningPoint Cloud - LMS 1 A Turning Account is a unique identifier that is used to tie together all software accounts and response devices. A Turning Account is required

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

OECD.Stat Web Browser User Guide

OECD.Stat Web Browser User Guide OECD.Stat Web Browser User Guide May 2013 May 2013 1 p.10 Search by keyword across themes and datasets p.31 View and save combined queries p.11 Customise dimensions: select variables, change table layout;

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

Hypercosm. Studio. www.hypercosm.com

Hypercosm. Studio. www.hypercosm.com Hypercosm Studio www.hypercosm.com Hypercosm Studio Guide 3 Revision: November 2005 Copyright 2005 Hypercosm LLC All rights reserved. Hypercosm, OMAR, Hypercosm 3D Player, and Hypercosm Studio are trademarks

More information

How to use PGS: Basic Services Provision Map App

How to use PGS: Basic Services Provision Map App How to use PGS: Basic Services Provision Map App The PGS: Basic Services Provision Map App The main features of the PGP Basic Services web application includes: Navigation Tools Map Tools Main Map Links

More information

How to Edit an Email. Here are some of the things you can do to customize your email:

How to Edit an Email. Here are some of the things you can do to customize your email: How to Edit an Email Editing a new email created during the Create an Email wizard or editing an existing email in the Edit Email section of the Manage Emails tab is easy, using editing tools you re probably

More information

Microsoft PowerPoint 2008

Microsoft PowerPoint 2008 Microsoft PowerPoint 2008 Starting PowerPoint... 2 Creating Slides in Your Presentation... 3 Beginning with the Title Slide... 3 Inserting a New Slide... 3 Slide Layouts... 3 Adding an Image to a Slide...

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

Editor Manual for SharePoint Version 1. 21 December 2005

Editor Manual for SharePoint Version 1. 21 December 2005 Editor Manual for SharePoint Version 1 21 December 2005 ii Table of Contents PREFACE... 1 WORKFLOW... 2 USER ROLES... 3 MANAGING DOCUMENT... 4 UPLOADING DOCUMENTS... 4 NEW DOCUMENT... 6 EDIT IN DATASHEET...

More information

Getting Started. Sign in and get started. If you re already logged on to your organization s network, sign in by starting Lync.

Getting Started. Sign in and get started. If you re already logged on to your organization s network, sign in by starting Lync. Getting Started Sign in and get started If you re already logged on to your organization s network, sign in by starting Lync. 1. On the Windows taskbar, click Start, click All Programs, click Microsoft

More information

IDDERO HCx-KNX TOUCH PANELS. Quick start guide. www.iddero.com 130125-02

IDDERO HCx-KNX TOUCH PANELS. Quick start guide. www.iddero.com 130125-02 IDDERO HCx-KNX TOUCH PANELS Quick start guide www.iddero.com 130125-02 TABLE OF CONTENTS 1 INTRODUCTION... 3 2 IDDERO CONFIGURATION SOFTWARE... 3 2.1 Installation and First Steps...3 3 TOUCH PANEL CONFIGURATION...

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

Netmail Search for Outlook 2010

Netmail Search for Outlook 2010 Netmail Search for Outlook 2010 Quick Reference Guide Netmail Search is an easy-to-use web-based electronic discovery tool that allows you to easily search, sort, retrieve, view, and manage your archived

More information

LogMeIn Network Console Version 8 Getting Started Guide

LogMeIn Network Console Version 8 Getting Started Guide LogMeIn Network Console Version 8 Getting Started Guide April 2007 1. About the Network Console... 2 2. User Interface...2 3. Quick Start... 2 4. Network & Subnet Scans...3 5. Quick Connect...3 6. Operations...

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

Content Author's Reference and Cookbook

Content Author's Reference and Cookbook Sitecore CMS 6.2 Content Author's Reference and Cookbook Rev. 091019 Sitecore CMS 6.2 Content Author's Reference and Cookbook A Conceptual Overview and Practical Guide to Using Sitecore Table of Contents

More information

Chapter 14: Links. Types of Links. 1 Chapter 14: Links

Chapter 14: Links. Types of Links. 1 Chapter 14: Links 1 Unlike a word processor, the pages that you create for a website do not really have any order. You can create as many pages as you like, in any order that you like. The way your website is arranged and

More information

Learning Services IT Guide. Access 2013

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

More information

Database Program Instructions

Database Program Instructions Database Program Instructions 1) Start your Comparative Rating software by double-clicking the icon on your desktop. 2) Click on the button on the Comparative Rating Software Main Menu. 3) A message Loading

More information

emarketing Manual- Creating a New Email

emarketing Manual- Creating a New Email emarketing Manual- Creating a New Email Create a new email: You can create a new email by clicking the button labeled Create New Email located at the top of the main page. Once you click this button, a

More information

Colligo Email Manager 6.0. Connected Mode - User Guide

Colligo Email Manager 6.0. Connected Mode - User Guide 6.0 Connected Mode - User Guide Contents Colligo Email Manager 1 Benefits 1 Key Features 1 Platforms Supported 1 Installing and Activating Colligo Email Manager 2 Checking for Updates 3 Updating Your License

More information

Web Manual: Go To Meeting April 2015

Web Manual: Go To Meeting April 2015 Web Manual: Go To Meeting Table of Contents Getting Started... 3 What is GoToMeeting?... 3 Activating Your Account... 3 What You Need for Set-up... 3 Changing Account Details (Name, Email, Time Zone, Password)...

More information

Handout: Word 2010 Tips and Shortcuts

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

More information

Google Docs, Sheets, and Slides: Share and collaborate

Google Docs, Sheets, and Slides: Share and collaborate Google Docs, Sheets, and Slides: Share and collaborate Once you've created your document, you can share it with others. Collaborators can then edit the same document at the same time you'll always have

More information

Introducing our new Editor: Email Creator

Introducing our new Editor: Email Creator Introducing our new Editor: Email Creator To view a section click on any header below: Creating a Newsletter... 3 Create From Templates... 4 Use Current Templates... 6 Import from File... 7 Import via

More information

This guide provides step by step instructions for using the IMF elibrary Data - My Data area. In this guide, you ll learn how to:

This guide provides step by step instructions for using the IMF elibrary Data - My Data area. In this guide, you ll learn how to: This guide provides step by step instructions for using the IMF elibrary Data - area. In this guide, you ll learn how to: Access your favorite and recently used data reports. Make sure you receive email

More information

Using the SAS Enterprise Guide (Version 4.2)

Using the SAS Enterprise Guide (Version 4.2) 2011-2012 Using the SAS Enterprise Guide (Version 4.2) Table of Contents Overview of the User Interface... 1 Navigating the Initial Contents of the Workspace... 3 Useful Pull-Down Menus... 3 Working with

More information

Working with the Ektron Content Management System

Working with the Ektron Content Management System Working with the Ektron Content Management System Table of Contents Creating Folders Creating Content 3 Entering Text 3 Adding Headings 4 Creating Bullets and numbered lists 4 External Hyperlinks and e

More information

Staying Organized with the Outlook Journal

Staying Organized with the Outlook Journal CHAPTER Staying Organized with the Outlook Journal In this chapter Using Outlook s Journal 362 Working with the Journal Folder 364 Setting Up Automatic Email Journaling 367 Using Journal s Other Tracking

More information

WHAT S NEW IN OUTLOOK 2010 & HOW TO CUSTOMIZE IT

WHAT S NEW IN OUTLOOK 2010 & HOW TO CUSTOMIZE IT WHAT S NEW IN OUTLOOK 2010 & HOW TO CUSTOMIZE IT THE RIBBON... 2 CONTEXTUAL TABS... 4 THE FILE TAB... 4 DIALOG BOXES... 5 MINIMIZING THE RIBBON... 5 CUSTOMIZING THE RIBBON... 6 CUSTOMIZING THE QUICK ACCESS

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

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

As your financial institution completes its system conversion, you

As your financial institution completes its system conversion, you QuickBooks Business Accounting Software 2007 2009 for Windows Account Conversion Instructions Converting from Direct Connect to Web Connect As your financial institution completes its system conversion,

More information

Sendspace Wizard Desktop Tool Step-By-Step Guide

Sendspace Wizard Desktop Tool Step-By-Step Guide Sendspace Wizard Desktop Tool Step-By-Step Guide Copyright 2007 by sendspace.com This publication is designed to provide accurate and authoritative information for users of sendspace, the easy big file

More information

Quick Start Program Advanced Manual ContactWise 9.0

Quick Start Program Advanced Manual ContactWise 9.0 Quick Start Program Advanced Manual ContactWise 9.0 Copyright 2010 GroupLink Corporation. All Rights Reserved. ContactWise is a registered trademark of GroupLink Corporation. All other trademarks are the

More information

UF Health SharePoint 2010 Introduction to Content Administration

UF Health SharePoint 2010 Introduction to Content Administration UF Health SharePoint 2010 Introduction to Content Administration Email: training@health.ufl.edu Web Page: http://training.health.ufl.edu Last Updated 2/7/2014 Introduction to SharePoint 2010 2.0 Hours

More information

Instructions for Importing (migrating) Data

Instructions for Importing (migrating) Data Instructions for Importing (migrating) Data from CTAS Version 7 to CTAS Version 8 For Windows 8 and 8.1 CTAS Version 8 is designed to work with your Version 7 data if you choose to. These instructions

More information

Peru State College Distance Education Student s Guide

Peru State College Distance Education Student s Guide Using YouTube for Online Courses - Peru State College Distance Education Student s Guide - YouTube Videos & Your Blackboard Course Introduction & Reasons for Using YouTube 1 Creating a YouTube Account

More information

Intellect Platform - The Workflow Engine Basic HelpDesk Troubleticket System - A102

Intellect Platform - The Workflow Engine Basic HelpDesk Troubleticket System - A102 Intellect Platform - The Workflow Engine Basic HelpDesk Troubleticket System - A102 Interneer, Inc. Updated on 2/22/2012 Created by Erika Keresztyen Fahey 2 Workflow - A102 - Basic HelpDesk Ticketing System

More information

CamCard Business User Guide

CamCard Business User Guide CamCard Business User Guide Contents Add Cards... 3 Take Photo... 3 Create Manually... 4 Import Excel... 5 Batch Scan Cards with Scanner... 6 Add from Contacts... 6 Exchang Cards... 7 Copy Cards from Private

More information

Table Of Contents. System Monitoring... 14 System Monitoring Display...14 Monitoring Zones...15 About Areas (partitions)...15 Area Status Display...

Table Of Contents. System Monitoring... 14 System Monitoring Display...14 Monitoring Zones...15 About Areas (partitions)...15 Area Status Display... Quick Start Table Of Contents Getting Started... 2 NEware Editions...2 Installing NEware...3 Installing Languages...3 Connecting to NEware...3 Changing Your IP100 Password...4 User Codes... 5 Master Feature...5

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

Step One. Step Two. Step Three USING EXPORTED DATA IN MICROSOFT ACCESS (LAST REVISED: 12/10/2013)

Step One. Step Two. Step Three USING EXPORTED DATA IN MICROSOFT ACCESS (LAST REVISED: 12/10/2013) USING EXPORTED DATA IN MICROSOFT ACCESS (LAST REVISED: 12/10/2013) This guide was created to allow agencies to set up the e-data Tech Support project s Microsoft Access template. The steps below have been

More information

Introduction to Google SketchUp (Mac Version)

Introduction to Google SketchUp (Mac Version) Introduction to Google SketchUp (Mac Version) This guide is handy to read if you need some basic knowledge to get started using SketchUp. You will see how to download and install Sketchup, and learn how

More information

USER GUIDE. Unit 2: Synergy. Chapter 2: Using Schoolwires Synergy

USER GUIDE. Unit 2: Synergy. Chapter 2: Using Schoolwires Synergy USER GUIDE Unit 2: Synergy Chapter 2: Using Schoolwires Synergy Schoolwires Synergy & Assist Version 2.0 TABLE OF CONTENTS Introductions... 1 Audience... 1 Objectives... 1 Before You Begin... 1 Getting

More information

Data Entry Guidelines for the Logistics Indicators Assessment Tool (LIAT)

Data Entry Guidelines for the Logistics Indicators Assessment Tool (LIAT) Data Entry Guidelines for the Logistics Indicators Assessment Tool (LIAT) MARCH 2011 This publication was produced for review by the U.S. Agency for International Development. It was prepared by the USAID

More information

TAMUS Terminal Server Setup BPP SQL/Alva

TAMUS Terminal Server Setup BPP SQL/Alva We have a new method of connecting to the databases that does not involve using the Texas A&M campus VPN. The new way of gaining access is via Remote Desktop software to a terminal server running here

More information

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

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

More information

Use e-mail signatures in Outlook 2010

Use e-mail signatures in Outlook 2010 Use e-mail signatures in Outlook 2010 Quick Reference Card Download and use a signature template Note This procedure will take you away from this page. If necessary, print this page before you follow these

More information

Microsoft Migrating to Word 2010 from Word 2003

Microsoft Migrating to Word 2010 from Word 2003 In This Guide Microsoft Word 2010 looks very different, so we created this guide to help you minimize the learning curve. Read on to learn key parts of the new interface, discover free Word 2010 training,

More information

A Presentation of TeachUcomp Incorporated. Copyright TeachUcomp, Inc. 2013. Mastering Outlook Made Easy for Lawyers CPE Edition v.2.

A Presentation of TeachUcomp Incorporated. Copyright TeachUcomp, Inc. 2013. Mastering Outlook Made Easy for Lawyers CPE Edition v.2. A Presentation of TeachUcomp Incorporated. Copyright TeachUcomp, Inc. 2013 Mastering Outlook Made Easy for Lawyers CPE Edition v.2.0 TeachUcomp, Inc. it s all about you Copyright: Copyright 2013 by TeachUcomp,

More information

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

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

More information

Appointment Scheduler

Appointment Scheduler EZClaim Appointment Scheduler User Guide Last Update: 11/19/2008 Copyright 2008 EZClaim This page intentionally left blank Contents Contents... iii Getting Started... 5 System Requirements... 5 Installing

More information

OWA User Guide. Table of Contents

OWA User Guide. Table of Contents OWA User Guide Table of Contents 1. Basic Functionality of Outlook Web Access... 2 How to Login to Outlook Web Access (OWA)... 2 Change Password... 3 Mail... 3 Composing Mail... 5 Attachments - Web Ready

More information

Migrating From Bobcat Mail To Google Apps (Using Microsoft Outlook and Google Apps Sync)

Migrating From Bobcat Mail To Google Apps (Using Microsoft Outlook and Google Apps Sync) Migrating From Bobcat Mail To Google Apps (Using Microsoft Outlook and Google Apps Sync) This document is intended for those users moving from WVWC s Bobcat Mail system to the new Google Apps mail system

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

INTRODUCTION to ESRI ARCGIS For Visualization, CPSC 178

INTRODUCTION to ESRI ARCGIS For Visualization, CPSC 178 INTRODUCTION to ESRI ARCGIS For Visualization, CPSC 178 1) Navigate to the C:/temp folder 2) Make a directory using your initials. 3) Use your web browser to navigate to www.library.yale.edu/mapcoll/ and

More information

Using SSH Secure File Transfer to Upload Files to Banner

Using SSH Secure File Transfer to Upload Files to Banner Using SSH Secure File Transfer to Upload Files to Banner Several Banner processes, including GLP2LMP (Create PopSelect Using File), require you to upload files from your own computer to the computer system

More information

Chapter 4 Displaying and Describing Categorical Data

Chapter 4 Displaying and Describing Categorical Data Chapter 4 Displaying and Describing Categorical Data Chapter Goals Learning Objectives This chapter presents three basic techniques for summarizing categorical data. After completing this chapter you should

More information

A. BACK UP YOUR CURRENT DATA. QuickBooks Business Accounting Software 2006 2009 for Windows Account Conversion Instructions

A. BACK UP YOUR CURRENT DATA. QuickBooks Business Accounting Software 2006 2009 for Windows Account Conversion Instructions QuickBooks Business Accounting Software 2006 2009 for Windows Account Conversion Instructions As your financial institution completes its system conversion, you will need to modify your QuickBooks settings

More information

How To Use The Unify Intelligence Center On A Pc Or Macbook Or Macrocessor On A Computer Or Macosade On A Macbook (For Macro Recipebook) On A Mobile Device On A Web Browser On A Desktop Or

How To Use The Unify Intelligence Center On A Pc Or Macbook Or Macrocessor On A Computer Or Macosade On A Macbook (For Macro Recipebook) On A Mobile Device On A Web Browser On A Desktop Or The Unified Intelligence Center interface is organized by dashboards. are web pages that display reports, scheduled reports, sticky notes, and web-based elements, such as URLs and web widgets, that are

More information

Advanced Presentation Features and Animation

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

More information

Census Data with Tableau Public

Census Data with Tableau Public Census Data with Tableau Public Before you begin, download the template at http://public.tableausoftware.com/views/census-template/dashboard?:embed=yes&:toolbar=yes&:tabs=no Get your data together 1. Gather

More information

MSSQL quick start guide

MSSQL quick start guide C u s t o m e r S u p p o r t MSSQL quick start guide This guide will help you: Add a MS SQL database to your account. Find your database. Add additional users. Set your user permissions Upload your database

More information

LEARNING RESOURCE CENTRE. Guide to Microsoft Office Online and One Drive

LEARNING RESOURCE CENTRE. Guide to Microsoft Office Online and One Drive LEARNING RESOURCE CENTRE Guide to Microsoft Office Online and One Drive LEARNING RESOURCE CENTRE JULY 2015 Table of Contents Microsoft Office Online... 3 How to create folders... 6 How to change the document

More information

Using Outlook WebAccess

Using Outlook WebAccess Using Outlook WebAccess Outlook Toolbars - Terminology Update all folders New Move/Copy Reply Forward Check for New Messages Help Show/Hide Folders Delete Reply to All Show/Hide Reading Pain Search Address

More information

Transitioning from TurningPoint 5 to TurningPoint Cloud - NO LMS 1

Transitioning from TurningPoint 5 to TurningPoint Cloud - NO LMS 1 Transitioning from TurningPoint 5 to TurningPoint Cloud - NO LMS 1 A Turning Account is a unique identifier that is used to tie together all software accounts and response devices. A Turning Account is

More information

MS Outlook 2002/2003. V1.0 BullsEye Telecom Email

MS Outlook 2002/2003. V1.0 BullsEye Telecom Email IMAP Settings Manual Our application allows you to access your email in many different ways. For those of you who do not wish to use the Webmail interface, you may also manage your email and custom folder

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

Colligo Email Manager 6.0. Offline Mode - User Guide

Colligo Email Manager 6.0. Offline Mode - User Guide 6.0 Offline Mode - User Guide Contents Colligo Email Manager 1 Key Features 1 Benefits 1 Installing and Activating Colligo Email Manager 2 Checking for Updates 3 Updating Your License Key 3 Managing SharePoint

More information

Using Microsoft Office to Manage Projects

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

More information

Activity: Using ArcGIS Explorer

Activity: Using ArcGIS Explorer Activity: Using ArcGIS Explorer Requirements You must have ArcGIS Explorer for this activity. Preparation: Download ArcGIS Explorer. The link below will bring you to the ESRI ArcGIS Explorer download page.

More information

Hamline University Administrative Computing Page 1

Hamline University Administrative Computing Page 1 User Guide Banner Handout: BUSINESS OBJECTS ENTERPRISE (InfoView) Document: boxi31sp3-infoview.docx Created: 5/11/2011 1:24 PM by Chris Berry; Last Modified: 8/31/2011 1:53 PM Purpose:... 2 Introduction:...

More information

Lync 2013 Quick Reference Lync Meetings. Join a Lync Meeting. Schedule a Lync Meeting. Do I need a PIN, work number or extension? Set meeting options

Lync 2013 Quick Reference Lync Meetings. Join a Lync Meeting. Schedule a Lync Meeting. Do I need a PIN, work number or extension? Set meeting options Join a Lync Meeting 1. In the meeting request, click Join Lync Meeting or click Join Online in the meeting reminder. 2. On the Join Meeting Audio window, select one of the options: Use Lync (full audio

More information

Microsoft Migrating to PowerPoint 2010 from PowerPoint 2003

Microsoft Migrating to PowerPoint 2010 from PowerPoint 2003 In This Guide Microsoft PowerPoint 2010 looks very different, so we created this guide to help you minimize the learning curve. Read on to learn key parts of the new interface, discover free PowerPoint

More information

warpct.com MS Access 2010 Workbook courseware by WARP! Computer Training

warpct.com MS Access 2010 Workbook courseware by WARP! Computer Training warpct.com courseware by WARP! Computer Training MS Access 2010 Workbook Welcome! Thank you for evaluating a portion of this workbook. If you have any questions or comments regarding our training materials

More information

Excel 2002. What you will do:

Excel 2002. What you will do: What you will do: Explore the features of Excel 2002 Create a blank workbook and a workbook from a template Format a workbook Apply formulas to a workbook Create a chart Import data to a workbook Share

More information