Welcome to Microsoft Access Basics Tutorial

Size: px
Start display at page:

Download "Welcome to Microsoft Access Basics Tutorial"

Transcription

1 Welcme t Micrsft Access Basics Tutrial After studying this tutrial yu will learn what Micrsft Access is and why yu might use it, sme imprtant Access terminlgy, and hw t create and manage tables within Access. Yu will knw hw t use Access t create functinal tables that will help yu rganize everything frm yur recipes t yur patients! Table f Cntents (Access Basics Tutrial) Access Intrductin What is Micrsft Access and why use it? Imprtant Access Terminlgy This sectin cvers cmmn terminlgy used in the Access prgram. Hw t begin wrking with Access This sectin details hw t pen Micrsft Access and the different ways t create a new database. Opening Access This sectin discusses the steps t pen Access. Creating a database This sectin discusses the steps t create a database. Hw t build a table This sectin discusses the three pssible ways t build a table. Creating a table using the wizard This sectin discusses the steps needed t use wizard. Creating a table in design view This sectin discusses all steps in creating a functinal table frm scratch. Creating a table by entering data This sectin discusses hw t create a table by simply entering data. Relatinships Amng Tables This sectin discusses types f relatinships, why relatinships are needed and when t use them. Creating Relatinships This sectin discusses hw t create a relatinship. Clsing Micrsft Access This sectin details hw t clse and save tables and databases.

2 ACCESS 2000 TUTORIAL What is Micrsft Access and why use it? Access is a relatinal database prgram. Access is used t create and maintain tables, queries, frms, and reprts. Access may als be used t create macrs, mdules, and web pages. Access allws fr the creatin, strage, srting, and retrieval f data. Access is easy t learn and use. Access can be used t rganize yur recipes, address/phne bk, clients and patients, r even yur bills and wrking hurs! It can simplify yur life by prviding a secure and central lcatin fr yur data, which allws fr easy and fast access f all yur infrmatin!

3 Imprtant Access Terminlgy (specifically dealing with tables) Data type- a data type describes the type f data a field r variable can hld, fr example the field Cst can hld a data type f Currency. AutNumber- an AutNumber is a unique number that is autmatically created fr each item added t a table. Currency- a currency field is cmprised f dllar amunts with features such as dllar signs, cmmas, and decimal pints. Date/Time- a date/time data type cntains the date and time values fr the years 100 thrugh This data type can be frmatted in varius ways, including general, lng, shrt, and medium date/time. Hyperlink- a hyperlink data type is text saved as a link t anther dcument using the ther dcument s address r URL. Lkup wizard- the lkup wizard allws the usage f a value frm anther table r list by using a list-bx r cmb-bx. The data type is determined based n the data type f the field chsen frm the utside table. Mem- a mem data type allws a large amunt f text and numbers, such as ntes r descriptins, t be used in a field. Number- a number field can nly be cmprised f numbers, either psitive r negative. Usually, this data type is chsen fr data that will be used in a mathematical peratin. OLE bject- an OLE bject is an bject frm anther prgram (such as an Excel spreadsheet, a Wrd dcument, graphics, r sunds) that are linked r embedded in an Access table. Text- a text data type is a character field that can cntain at mst 255 characters. Yes/N- a yes/n data type is used fr fields that have an either/r value, such as Yes r N and True r False. Database- A database is a cllectin f data and bjects related t a particular subject, which is rganized and categrized by tables. Datasheet view- the datasheet view is a display f data frm a table, frm, r query in a rw-and-clumn frmat. This view allws the user t edit fields, add, delete, and search fr data. Descriptin- a descriptin is simply a detailing f the field, which allws fr easier understanding f the data. Design view- the design view is a display f the design f a table, query, frm, r reprt. This view allws fr creatin f new database bjects and design mdificatin f existing databases.

4 Field- a field is a clumn in the table, which cntains a particular piece f infrmatin abut a specific recrd. Field name- a field name is a unique name given t each field in a table, usually an instantly recgnizable name that easily crrelates t the data it represents. General Tab: Captin- the label used n a frm t identify the field. Decimal Places- the number f decimal places allwed in the field. Default Value- a value that is autmatically entered as a default. Field size- the size/type f numbers r characters allwed t enter int the field. (EX: 255 characters, 100 numbers, etc.) Frmat- the layut displayed fr the field. (EX: general date, shrt time, etc) Indexed- determines if duplicates are allwed in a field r nt. Input Mask- a selectin f patterns fr data entered int the field. (EX: SSN, zip cde, etc) Required- is this a required field? Validatin Rule- a rule/expressin that validates what type r size f data is allwed in a field. Validatin Text- the text message that appears if the validatin rule fails. Linked Table- a linked table is a table stred in a file utside the database frm which recrds can accessed. Data recrds in a linked table can be added, deleted, and edited, but the structure f the table cannt be changed. Lk-up field- a lk-up field is a field that displays either a list that lks up data frm existing tables r queries r a list that stres a fixed set f values. Lkup Tab: Display Cntrl- a drp-dwn menu frm which t decide the cntrl type fr a frm. (EX: textbx, drp-dwn list, list bx) Primary key- a primary key is a unique value that identifies each recrd in a table and ensures nly ne recrd will be created fr that particular piece f data. Fr example, SSN is ften a primary key used t srt students, wrkers, r patients in a table because f its uniqueness. Recrd- a recrd is a rw in the table that cntains infrmatin abut specific data. Relatinship- a relatinship is a cnnectin established between cmmn fields in tw tables. A relatinship can be defined in ne f many differing

5 frms, fr example a relatinship can be ne-t-ne, ne-t-many, r manyt-many. One-t-One- a ne-t-ne relatinship requires that there be nly ne matching recrd in each table. Fr example, the SSN f an emplyee in a fundraising table must match nly ne emplyee recrd in the emplyee table. One-t-Many- a ne-t-many relatinship requires that a recrd in ne table can have many matching recrds in a secnd table, but a recrd in the secnd table must have nly ne matching recrd in the first table. Fr example, suppse there is a prducts table and an rder table. There will nly be ne prduct id fr each item in the prduct table, but there can many rders fr that ne prduct in the rder table. Many-t-Many- a many-t-many relatinship allws fr a multitude f matching recrds in bth tables invlved. Fr example, there can be many teachers in the teacher table wh have many students in the student table and vice-versa. In reality, this type f relatinship actually invlves three tables, the third f which is a jint table that carries the primary key frm bth tables. Fr example, the teacherid and the studentid culd be the primary keys f each table. Relatinship windw- the relatinship windw displays the tables and relatinships in a database. It is pssible t view, create, and mdify relatinships between tables and queries within this windw. Table- a table is an bject that is cmprised f recrds (rws) and fields (clumns), which stres a related categry f data, such as types f bats r animals. Tlbar- a tlbar cntains menus, buttns, and ther cntrls that carry ut cmmands when activated by clicking. Validatin rule- a validatin rule sets limits r cnditins n what type f infrmatin can be entered int specific fields, recrds r cntrls. A message, determined in the Validatin text settings, appears when the rule has been vilated. Validatin text- the validatin text is the message displayed when a validatin rule is vilated. Wizard- a wizard is a tl that asks yu questins and perfrms a task accrding t yur answers, such as creating a frm r query.

6 Hw t begin wrking with Access The fllwing are the basic steps t pening Micrsft Access, as well as creating a database using the wizard r a blank database. Opening Access Click the START buttn n the desktp and pint t PROGRAMS. Next, chse MICROSOFT ACCESS frm the menu ptins. When the prgram pens, determine whether yu will pen a new blank database, a template database, a wizard-designed database, r an existing database. Next, a windw will appear and ask yu t name and save yur database. Determine what t name yur database by entering a name in the FILE NAME textbx. Then decide where t save it using the drpdwn menu. Click CREATE t cntinue. Creating a database using the wizard When the prgram pens, click the Access database wizards, pages, prjects radi buttn then click OK. Next, chse amng the varius database ptins, such as Asset Tracking r Time and Billing. A pp-up windw will appear, type the name f yur database in the FILE NAME bx and determine where yu want t save the file, then click CREATE. The wizard will guide yu thrugh the setup f yur new database by asking yu specific questins and using yur answers t build yur files. NOTE: The wizard creates all tables, frms, and reprts fr yu, therefre the user nly need enter the data when the wizard finishes. Creating a blank database When the prgram pens, click the Blank database radi buttn then click OK. A pp-up windw will appear, type the name f yur database in the FILE NAME bx and determine where yu want t save the file, then click CREATE. Nw, begin creating yur tables, frms, and reprts frm scratch.

7 Hw t build a table ** This tutrial assumes yu are beginning with a blank database. It is als very helpful t view the Imprtant Terminlgy sectin befre beginning t create tables. ** Creating a table using the wizard Cmments: Using the wizard t create yur table is kay if yu simply want t create a generic database. It des nt allw fr much cntrl ver the table hwever. Duble-click the Create table by using the wizard ptin. At the pp-up windw, select between either a BUSINES r PERSONAL database. Brwse the available databases and select the mst apprpriate type. Next, brwse the sample fields and select thse desired by clicking the single arrw (fr a single field) r the duble arrw (fr all the listed fields). Next, g thrugh the wizard s steps until all questins have been answered and click FINISH. A table will autmatically appear, after which simply begin entering the data directly int the table. Creating a table using the design view Cmments: Creating a table in design view allws the creatr mre cntrl ver the design f the tables. It is best t make tables in design view due t the multitude f ptins available in the cnstructin f the table. Duble-click the Create table in design view ptin. Enter the FIELD NAME, such as bug_id, in the table. Next, enter the DATA TYPE by chsing frm the drp-drwn list. Enter a DESCRIPTION, if desired, int the table.

8 Next, determine which field will be yur PRIMARY KEY, r yu can let the prgram create an Aut ID (this happens when yu clse the design view), which creates a generic numbering fr the recrds f a table. T set the primary key, click the rw cntaining the field yu want as yur primary key, then click the key icn at the tp f the windw. Use the GENERAL and LOOKUP tabs, lcated at the bttm f the windw, t set varius prperties fr the fields. The prperty ptins will change depending n which data type is specified fr the field. Switch t datasheet view t view the finished table structure and enter the data by clicking VIEW then DATASHEET view n the tlbar. Creating a table by entering data Cmments: Creating a table by entering data des nt allw fr much cntrl ver the frmatting f the data. The nly ability t change the table frm the default structure is by renaming the fields. Duble-click the Create table by entering data ptin. A datasheet will appear, nw simply enter the data. T rename the clumns, which are by default named Field 1, Field 2, etc., right-click the clumn heading (in gray) and select RENAME COLUMN frm the pp-up menu. Nw, enter a new name fr the field.

9

10 Relatinships Amng Tables Creating relatinship amng tables is useful if yu have many tables that share related data. A relatinship wrks by matching data, usually a primary key f ne table, with a field having the same name in anther table. Fr example: Suppse yu have a table f emplyees, which cntains the emplyee number, and yu als have a table f custmers, which als cntains the emplyee number. It is pssible t link the emplyee number frm the emplyee table t the custmer table instead f having t retype the infrmatin in the custmer table. Creating Relatinships T create a relatinship, click TOOLS then RELATIONSHIPS frm the tlbar, t activate the relatinships windw. T view the tables t which yu wish t add relatinships, click RELATIONSHIPS then SHOW TABLES frm the tlbar. At the pp-up windw, select the tables yu desire t add relatinships t and then click the ADD buttn. Highlight the field yu wish t relate t anther table by clicking it nce. Next, drag and drp it t the crrespnding field name in the apprpriate table. A pp-up windw will appear titled Edit Relatinship. This windw will clarify what type f relatinship yu are creating in the lwer right crner f the windw.

11 Select ENFORCE REFERENTIAL INTEGRITY if yu want t ensure that the relatinships yu create between tables is valid. The ptins CASCADE UPDATE and CASCADE DELETE are then available. These ptins ensure that if a change is made t data in a table that is linked, the changes are reflected in the crrespnding linked table. Click CREATE t create the relatinship.

12 Clsing Micrsft Access When yu have finished creating yur tables and are ready t exit the prgram, yu shuld save yur tables and database. T clse and save yur tables, click the X at the tp right crner f the windw. A windw will appear and ask if yu want t save yur table. Answer yes t this questin and a new windw will appear asking yu t type the name f yur table. Type the name and click OK. The table nw clses and yu have successfully saved and clsed yur table. Nw simply exit the database.

CHAPTER 26: INFORMATION SEARCH

CHAPTER 26: INFORMATION SEARCH Chapter 26: Infrmatin Search CHAPTER 26: INFORMATION SEARCH AVImark allws yu t lcate r target a variety f infrmatin in yur data including clients, patients, Medical Histry, and accunting. The data can

More information

Dreamweaver MX 2004. Templates

Dreamweaver MX 2004. Templates Dreamweaver MX 2004 Templates Table f Cntents Dreamweaver Templates... 3 Creating a Dreamweaver template... 3 Types f template regins... 4 Inserting an editable regin... 4 Selecting editable regins...

More information

Excel Contact Reports

Excel Contact Reports Excel Cntact Reprts v.1.0 Anther efficient and affrdable ACT! Add-On by http://www.expnenciel.cm Excel Cntact Reprts User s Manual 2 Table f cntents Purpse f the add-n... 3 Installatin prcedure... 3 The

More information

HarePoint HelpDesk for SharePoint. For SharePoint Server 2010, SharePoint Foundation 2010. User Guide

HarePoint HelpDesk for SharePoint. For SharePoint Server 2010, SharePoint Foundation 2010. User Guide HarePint HelpDesk fr SharePint Fr SharePint Server 2010, SharePint Fundatin 2010 User Guide Prduct versin: 14.1.0 04/10/2013 2 Intrductin HarePint.Cm (This Page Intentinally Left Blank ) Table f Cntents

More information

The ad hoc reporting feature provides a user the ability to generate reports on many of the data items contained in the categories.

The ad hoc reporting feature provides a user the ability to generate reports on many of the data items contained in the categories. 11 This chapter includes infrmatin regarding custmized reprts that users can create using data entered int the CA prgram, including: Explanatin f Accessing List Screen Creating a New Ad Hc Reprt Running

More information

DIRECT DATA EXPORT (DDE) USER GUIDE

DIRECT DATA EXPORT (DDE) USER GUIDE 2 ND ANNUAL PSUG-NJ CONFERNCE PSUG-NJ STUDENT MANAGEMENT SYSTEM DIRECT DATA EXPORT (DDE) USER GUIDE VERSION 7.6+ APRIL, 2013 FOR USE WITH POWERSCHOOL PREMIER VERSION 7.6+ Prepared by: 2 TABLE OF CONTENTS

More information

STIClassroom Win Rosters, Attendance, Lesson Plans and Textbooks

STIClassroom Win Rosters, Attendance, Lesson Plans and Textbooks STIClassrm Win Rsters, Attendance, Lessn Plans and Textbks Student Class Rster T access the student class rster, click the icn in the Classrm desktp. Frm the Rster screen, teachers may access the items

More information

esupport Quick Start Guide

esupport Quick Start Guide esupprt Quick Start Guide Last Updated: 5/11/10 Adirndack Slutins, Inc. Helping Yu Reach Yur Peak 908.725.8869 www.adirndackslutins.cm 1 Table f Cntents PURPOSE & INTRODUCTION... 3 HOW TO LOGIN... 3 SUBMITTING

More information

IT Quick Reference Guides Using Outlook 2011 for Mac for Faculty and Staff

IT Quick Reference Guides Using Outlook 2011 for Mac for Faculty and Staff IT Quick Reference Guides Using Outlk 2011 fr Mac fr Faculty and Staff Outlk Guides This guide cvers using Outlk 2011 fr Mac fr SU faculty and staff n campus cmputers. This des nt cver using Outlk 2011

More information

efusion Table of Contents

efusion Table of Contents efusin Cst Centers, Partner Funding, VAT/GST and ERP Link Table f Cntents Cst Centers... 2 Admin Setup... 2 Cst Center Step in Create Prgram... 2 Allcatin Types... 3 Assciate Payments with Cst Centers...

More information

KronoDesk Migration and Integration Guide Inflectra Corporation

KronoDesk Migration and Integration Guide Inflectra Corporation / KrnDesk Migratin and Integratin Guide Inflectra Crpratin Date: September 24th, 2015 0B Intrductin... 1 1B1. Imprting frm Micrsft Excel... 2 6B1.1. Installing the Micrsft Excel Add-In... 2 7B1.1. Cnnecting

More information

Click here to open the library

Click here to open the library Dcument Management What is a Dcument Library? Use a dcument library t stre, rganize, sync, and share dcuments with peple. Yu can use cauthring, versining, and check ut t wrk n dcuments tgether. With yur

More information

Remote Setup and Configuration of the Outlook Email Program Information Technology Group

Remote Setup and Configuration of the Outlook Email Program Information Technology Group Remte Setup and Cnfiguratin f the Outlk Email Prgram Infrmatin Technlgy Grup The fllwing instructins will help guide yu in the prper set up f yur Outlk Email Accunt. Please nte that these instructins are

More information

TRAINING GUIDE. Crystal Reports for Work

TRAINING GUIDE. Crystal Reports for Work TRAINING GUIDE Crystal Reprts fr Wrk Crystal Reprts fr Wrk Orders This guide ges ver particular steps and challenges in created reprts fr wrk rders. Mst f the fllwing items can be issues fund in creating

More information

Helpdesk Support Tickets & Knowledgebase

Helpdesk Support Tickets & Knowledgebase Helpdesk Supprt Tickets & Knwledgebase User Guide Versin 1.0 Website: http://www.mag-extensin.cm Supprt: http://www.mag-extensin.cm/supprt Please read this user guide carefully, it will help yu eliminate

More information

TaskCentre v4.5 MS SQL Server Trigger Tool White Paper

TaskCentre v4.5 MS SQL Server Trigger Tool White Paper TaskCentre v4.5 MS SQL Server Trigger Tl White Paper Dcument Number: PD500-03-02-1_0-WP Orbis Sftware Limited 2010 Table f Cntents COPYRIGHT... 1 TRADEMARKS... 1 INTRODUCTION... 2 Overview... 2 Features...

More information

Tipsheet: Sending Out Mass Emails in ApplyYourself

Tipsheet: Sending Out Mass Emails in ApplyYourself GEORGETOWN GRADUATE SCHOOL Tipsheet: Sending Out Mass Emails in ApplyYurself In ApplyYurself (AY), it is very simple and easy t send a mass email t all f yur prspects, applicants, r students with applicatins

More information

Frequently Asked Questions November 19, 2013. 1. Which browsers are compatible with the Global Patent Search Network (GPSN)?

Frequently Asked Questions November 19, 2013. 1. Which browsers are compatible with the Global Patent Search Network (GPSN)? Frequently Asked Questins Nvember 19, 2013 General infrmatin 1. Which brwsers are cmpatible with the Glbal Patent Search Netwrk (GPSN)? Ggle Chrme (v23.x) and IE 8.0. 2. The versin number and dcument cunt

More information

Budget Planning. Accessing Budget Planning Section. Select Click Here for Budget Planning button located close to the bottom of Program Review screen.

Budget Planning. Accessing Budget Planning Section. Select Click Here for Budget Planning button located close to the bottom of Program Review screen. Budget Planning Accessing Budget Planning Sectin Select Click Here fr Budget Planning buttn lcated clse t the bttm f Prgram Review screen. Depending n what types f budgets yur prgram has, yu may r may

More information

Using Identity Finder. ITS Training Document

Using Identity Finder. ITS Training Document Using Identity Finder ITS Training Dcument Hw t search and remve Persnally Identifiable Infrmatin (PII) frm yur cmputer using Identity Finder sftware. Using Identity Finder ITS Training Dcument Our intentin

More information

Supervisor Quick Guide

Supervisor Quick Guide Payrll Office: ext. 7611 payrll@dixie.edu Supervisr Quick Guide This dcument prvides an verview f the daily functins and respnsibilities t be cmpleted by Supervisrs in the EMPOWERTIME Autmated Timekeeping

More information

User Manual Brainloop Outlook Add-In. Version 3.4

User Manual Brainloop Outlook Add-In. Version 3.4 User Manual Brainlp Outlk Add-In Versin 3.4 Cntent 1. Summary... 3 2. Release Ntes... 3 2.1 Prerequisites... 3 2.2 Knwn Restrictins... 4 3. Installatin and Cnfiguratin... 4 3.1 The installatin prgram...

More information

Durango Merchant Services QuickBooks SyncPay

Durango Merchant Services QuickBooks SyncPay Durang Merchant Services QuickBks SyncPay Gateway Plug-In Dcumentatin April 2011 Durang-Direct.cm 866-415-2636-1 - QuickBks Gateway Plug-In Dcumentatin... - 3 - Installatin... - 3 - Initial Setup... -

More information

Using PayPal Website Payments Pro UK with ProductCart

Using PayPal Website Payments Pro UK with ProductCart Using PayPal Website Payments Pr UK with PrductCart Overview... 2 Abut PayPal Website Payments Pr & Express Checkut... 2 What is Website Payments Pr?... 2 Website Payments Pr and Website Payments Standard...

More information

Copyrights and Trademarks

Copyrights and Trademarks Cpyrights and Trademarks Sage One Accunting Cnversin Manual 1 Cpyrights and Trademarks Cpyrights and Trademarks Cpyrights and Trademarks Cpyright 2002-2014 by Us. We hereby acknwledge the cpyrights and

More information

1 GETTING STARTED. 5/7/2008 Chapter 1

1 GETTING STARTED. 5/7/2008 Chapter 1 5/7/2008 Chapter 1 1 GETTING STARTED This chapter intrduces yu t the web-based UIR menu system. Infrmatin is prvided abut the set up necessary t assign users permissin t enter and transmit data. This first

More information

SDES Service Desk Portal: Opening a Service Ticket

SDES Service Desk Portal: Opening a Service Ticket Opening a Service Ticket 1 SDES Service Desk Prtal: Opening a Service Ticket IMPORTANT: At any pint during the ticket creatin prcess, r yur ther use f the Service Desk prtal, it is imprtant that yu use

More information

Kaltura Video Plugin for Jive User Guide. Version: 1.0

Kaltura Video Plugin for Jive User Guide. Version: 1.0 Kaltura Vide Plugin fr Jive User Guide Versin: 1.0 Kaltura Business Headquarters 5 Unin Square West, Suite 602, New Yrk, NY, 10003, USA Tel.: +1 800 871 5224 Cpyright 2014 Kaltura Inc. All Rights Reserved.

More information

STIOffice Integration Installation, FAQ and Troubleshooting

STIOffice Integration Installation, FAQ and Troubleshooting STIOffice Integratin Installatin, FAQ and Trubleshting Installatin Steps G t the wrkstatin/server n which yu have the STIDistrict Net applicatin installed. On the STI Supprt page at http://supprt.sti-k12.cm/,

More information

UTO Training Bb Discussion Boards. Technical Assistance: Website: http://help.asu.edu Help Desk Phone: 855.278.5080 (24/7 support) Instruction

UTO Training Bb Discussion Boards. Technical Assistance: Website: http://help.asu.edu Help Desk Phone: 855.278.5080 (24/7 support) Instruction Bb Discussin Bards Technical Assistance: Website: http://help.asu.edu Help Desk Phne: 855.278.5080 (24/7 supprt) Instructin 1. Discussin Bard Basics Instructrs can create frums fr the curse r fr Grups

More information

Connecting to Email: Live@edu

Connecting to Email: Live@edu Cnnecting t Email: Live@edu Minimum Requirements fr Yur Cmputer We strngly recmmend yu upgrade t Office 2010 (Service Pack 1) befre the upgrade. This versin is knwn t prvide a better service and t eliminate

More information

Your Outlook Mailbox can be accessed from any PC that is connected to the Internet.

Your Outlook Mailbox can be accessed from any PC that is connected to the Internet. Outlk Web Access Faculty and Staff Millsaps Cllege Infrmatin Technlgy Services Yur Outlk Mailbx can be accessed frm any PC that is cnnected t the Internet. Open the Web brwser. Type in this URL: https://mail.millsaps.edu

More information

Adding Slideshare Presentations

Adding Slideshare Presentations Blackbard 9.1 Quick Start Guide Adding Slideshare Presentatins Slideshare presentatins can be added t curse cntent frm tw different lcatins: the Build Cntent area in Cntent mdules and mst text areas thrughut

More information

User Guide Version 4.4

User Guide Version 4.4 User Guide Versin 4.4 Page 2 f 41 EastStreMaker Pr 4.4 Summary Cntents 1 INTRODUCTION... 3 1.1 NAVIGATION... 3 2 EASYSTOREMAKER PRO... 5 2.1 CONFIGURATION WIZARD... 5 2.2 STORE CONFIGURATION... 13 2.2.1

More information

CallCenter@nywhere Interaction Manager OFT 605 (Part1)

CallCenter@nywhere Interaction Manager OFT 605 (Part1) Interactin Manager OFT 605 (Part1) Cpyright 2014 ICS, McGill University Table f Cntents What is Interactin Manager?... 1 Features and Benefits... 1 Launch Interactin Manager... 1 Screen Layut... 2 Cnfiguring

More information

Custom Portlets. an unbiased review of the greatest Practice CS feature ever. Andrew V. Gamet

Custom Portlets. an unbiased review of the greatest Practice CS feature ever. Andrew V. Gamet Custm Prtlets an unbiased review f the greatest Practice CS feature ever Andrew V. Gamet Descriptin In Practice CS, the firm can use any f the fur dashbards t quickly display relative infrmatin. The Firm,

More information

Ad Hoc Reporting: Query Building Tyler SIS Version 10.5

Ad Hoc Reporting: Query Building Tyler SIS Version 10.5 Mdule: Tpic: Ad Hc Reprting Ad Hc Reprting Basics Ad Hc Reprting: Query Building Tyler SIS Versin 10.5 Cntents OBJECTIVE... 1 OVERVIEW... 2 PREREQUISITES... 2 PROCEDURES... 3 THE COLUMN LISTING LANDSCAPE...

More information

1) Update the AccuBuild Program to the latest version Version 9.3.0.3 or later.

1) Update the AccuBuild Program to the latest version Version 9.3.0.3 or later. Certified Payrll XML Exprt As f June 4 th, 2015, The Califrnia Department f Industrial Relatins (DIR) is requiring that all certified payrll reprts be submitted nline using the ecpr system. The ecpr System

More information

TaskCentre v4.5 Send Message (SMTP) Tool White Paper

TaskCentre v4.5 Send Message (SMTP) Tool White Paper TaskCentre v4.5 Send Message (SMTP) Tl White Paper Dcument Number: PD500-03-17-1_0-WP Orbis Sftware Limited 2010 Table f Cntents COPYRIGHT 1 TRADEMARKS 1 INTRODUCTION 2 Overview 2 FEATURES 2 GLOBAL CONFIGURATION

More information

Completing Contracts Online

Completing Contracts Online Cmpleting Cntracts Online Getting started using zipfrm Plus t cmplete cntracts nline quickly and efficiently The ziplgix Advantage Seamless prfessinal wrkflw Easy t use Reduced data entry Always accurate,

More information

IM, Presence, and Contacts

IM, Presence, and Contacts Find smene Lync 2013 Quick Reference IM, Presence, and Cntacts The quickest way t find smene via Lync is t launch a search by typing the persn s name r IM address in the search bx n the Lync main windw.

More information

Point2 Property Manager Quick Setup Guide

Point2 Property Manager Quick Setup Guide Click the Setup Tab Mst f what yu need t get started using Pint 2 Prperty Manager has already been taken care f fr yu. T begin setting up yur data in Pint2 Prperty Manager, make sure yu have cmpleted the

More information

Outlook Web Access Training Light Version: Using a browser other than Internet Explorer 6.0 or later. A NWOCA Training Session

Outlook Web Access Training Light Version: Using a browser other than Internet Explorer 6.0 or later. A NWOCA Training Session Outlk Web Access Training Light Versin: Using a brwser ther than Internet Explrer 6.0 r later A NWOCA Training Sessin 1 Lg On T Lg On t yur OutLk Web Access accunt, either: G t this URL: https://dwa.nwca.rg

More information

Mobile Device Manager Admin Guide. Reports and Alerts

Mobile Device Manager Admin Guide. Reports and Alerts Mbile Device Manager Admin Guide Reprts and Alerts September, 2013 MDM Admin Guide Reprts and Alerts i Cntents Reprts and Alerts... 1 Reprts... 1 Alerts... 3 Viewing Alerts... 5 Keep in Mind...... 5 Overview

More information

GETTING STARTED With the Control Panel Table of Contents

GETTING STARTED With the Control Panel Table of Contents With the Cntrl Panel Table f Cntents Cntrl Panel Desktp... 2 Left Menu... 3 Infrmatin... 3 Plan Change... 3 Dmains... 3 Statistics... 4 Ttal Traffic... 4 Disk Quta... 4 Quick Access Desktp... 4 MAIN...

More information

Access to the Ashworth College Online Library service is free and provided upon enrollment. To access ProQuest:

Access to the Ashworth College Online Library service is free and provided upon enrollment. To access ProQuest: PrQuest Accessing PrQuest Access t the Ashwrth Cllege Online Library service is free and prvided upn enrllment. T access PrQuest: 1. G t http://www.ashwrthcllege.edu/student/resurces/enterlibrary.html

More information

Microsoft Dynamics GP. Advanced Human Resources

Microsoft Dynamics GP. Advanced Human Resources Micrsft Dynamics GP Advanced Human Resurces Cpyright Cpyright 2010 Micrsft. All rights reserved. Limitatin f liability This dcument is prvided as-is. Infrmatin and views expressed in this dcument, including

More information

edoc Lite Recruitment Guidelines

edoc Lite Recruitment Guidelines edc Lite Recruitment Guidelines Intrductin OneStart & the Academic Psitin Search Channel edc Lite Ruting and Wrkgrups Ruting Actin List Ruting Cntrls Wrkgrups Dcument Search edc Lite Dcuments Vacancy Ntice

More information

Outlook Plug-In. Send Conference Invites from Outlook. Downloading Outlook Plug-In CONFERENCING & COLLABORATION RESERVATIONLESS-PLUS

Outlook Plug-In. Send Conference Invites from Outlook. Downloading Outlook Plug-In CONFERENCING & COLLABORATION RESERVATIONLESS-PLUS USER GUIDE Outlk Plug-In Send Cnference Invites frm Outlk Scheduling cnference calls and always typing in the same dial-in number and cnference cde can be a bit tedius, especially when yu re in a hurry.

More information

Service Desk Self Service Overview

Service Desk Self Service Overview Tday s Date: 08/28/2008 Effective Date: 09/01/2008 Systems Invlved: Audience: Tpics in this Jb Aid: Backgrund: Service Desk Service Desk Self Service Overview All Service Desk Self Service Overview Service

More information

This page provides help in using WIT.com to carry out the responsibilities listed in the Desk Aid Titled Staffing Specialists

This page provides help in using WIT.com to carry out the responsibilities listed in the Desk Aid Titled Staffing Specialists This page prvides help in using WIT.cm t carry ut the respnsibilities listed in the Desk Aid Titled Staffing Specialists 1. Assign jbs t yurself G t yur hme page Click n Yur Center has new jb pstings r

More information

CSAT Account Management

CSAT Account Management CSAT Accunt Management User Guide March 2011 Versin 2.1 U.S. Department f Hmeland Security 1 CSAT Accunt Management User Guide Table f Cntents 1. Overview... 1 1.1 CSAT User Rles... 1 1.2 When t Update

More information

User Guide Version 3.9

User Guide Version 3.9 User Guide Versin 3.9 Page 2 f 22 Summary Cntents 1 INTRODUCTION... 3 1.1 2 CREATE A NEW ACCOUNT... 4 2.1 2.2 3 NAVIGATION... 3 CREATE AN EMAIL ACCOUNT... 4 CREATE AN ALIAS ACCOUNT... 6 MODIFYING AN EXISTING

More information

SQL 2005 Database Management Plans

SQL 2005 Database Management Plans SQL 2005 Database Management Plans Overview STI recmmends that users create database maintenance plans fr Micrsft SQL 2005 t maintain the integrity f the system s database. Database maintenance plans are

More information

How to put together a Workforce Development Fund (WDF) claim 2015/16

How to put together a Workforce Development Fund (WDF) claim 2015/16 Index Page 2 Hw t put tgether a Wrkfrce Develpment Fund (WDF) claim 2015/16 Intrductin What eligibility criteria d my establishment/s need t meet? Natinal Minimum Data Set fr Scial Care (NMDS-SC) and WDF

More information

CLIENT PORTAL GUIDE SUMMARY

CLIENT PORTAL GUIDE SUMMARY CLIENT PORTAL GUIDE SUMMARY Using the CISI nline prtal is simple. Just g t www.culturalinsurance.cm and fllw the steps belw. As the grup administratr, simply g t the green mycisi buttn n the tp f the page

More information

TRAINING GUIDE. Web Apps Dashboard Setup Training

TRAINING GUIDE. Web Apps Dashboard Setup Training TRAINING GUIDE Web Apps Dashbard Setup Training Web Applicatins Dashbard Setup Training In this bklet, we ll intrduce yu t the Dashbard. We ll prvide yu with detailed instructins n creating custmized Dashbard

More information

NASDAQ BookViewer 2.0 User Guide

NASDAQ BookViewer 2.0 User Guide NASDAQ BkViewer 2.0 User Guide NASDAQ BkViewer 2.0 ffers a real-time view f the rder depth using the NASDAQ Ttalview prduct fr NASDAQ and ther exchange-listed securities including: The tp buy and sell

More information

CenterPoint Accounting for Agriculture Network (Domain) Installation Instructions

CenterPoint Accounting for Agriculture Network (Domain) Installation Instructions CenterPint Accunting fr Agriculture Netwrk (Dmain) Installatin Instructins Dcument # Prduct Mdule Categry 2257 CenterPint CenterPint Installatin This dcument describes the dmain netwrk installatin prcess

More information

LOTUS NOTES 8.5. Managing Tasks. Microcomputer Training Centre. Department of Human Resources and Employee Relations Learning and Development

LOTUS NOTES 8.5. Managing Tasks. Microcomputer Training Centre. Department of Human Resources and Employee Relations Learning and Development Department f Human Resurces and Emplyee Relatins Learning and Develpment LOTUS NOTES 8.5 Cpyright 2005 Micrcmputer Training Centre, Yrk University Micrcmputer Training Centre Ltus Ntes 8.5 Table f Cntents

More information

User s Guide. Moduc Elements MagiCAD plugin

User s Guide. Moduc Elements MagiCAD plugin User s Guide Mduc Elements MagiCAD plugin Cntents Chapter 1. General 1 Abut this dcument... 1 Installing the sftware... 1 Required third-party sftware... 1 Installatin... 1 Starting the prgram... 2 Chapter

More information

Cost Allocation Methodologies

Cost Allocation Methodologies Cst Allcatin Methdlgies Helping States Determine Equitable Distributin f Sftware Develpment Csts t Benefiting Prgrams Over the System Develpment Lifecycle CAM-TOOL User Guide May 2004 Updated December

More information

HP Connected Backup Online Help. Version 8.7.1 04 October 2012

HP Connected Backup Online Help. Version 8.7.1 04 October 2012 HP Cnnected Backup Online Help Versin 8.7.1 04 Octber 2012 Legal Ntices Warranty The nly warranties fr Hewlett-Packard prducts and services are set frth in the express statements accmpanying such prducts

More information

Cork Education and Training Board. Programme Module for. Using Common Computer Applications. leading to. Level 4 FETAC. Computer Applications 4N1112

Cork Education and Training Board. Programme Module for. Using Common Computer Applications. leading to. Level 4 FETAC. Computer Applications 4N1112 Crk Educatin and Training Bard Crk Educatin and Training Bard Prgramme Mdule fr Using Cmmn Cmputer Applicatins leading t Level 4 FETAC Cmputer Applicatins 4N1112 Cmputer Applicatins 4N1112 May 2012/June

More information

FOCUS Service Management Software Version 8.5 for Passport Business Solutions Installation Instructions

FOCUS Service Management Software Version 8.5 for Passport Business Solutions Installation Instructions FOCUS Service Management Sftware fr Passprt Business Slutins Installatin Instructins Thank yu fr purchasing Fcus Service Management Sftware frm RTM Cmputer Slutins. This bklet f installatin instructins

More information

MedNetwork Systems Impulse Database Management

MedNetwork Systems Impulse Database Management Ttal Slutins Prvider MedNetwrk Systems Impulse Database Management 1300765 110 02 9290 9898 @ sales@mednet.cm.au www.mednet.cm.au MedNetwrk Systems Pty Ltd Database Management Impulse User Manual Database

More information

Software Distribution

Software Distribution Sftware Distributin Quantrax has autmated many f the prcesses invlved in distributing new cde t clients. This will greatly reduce the time taken t get fixes laded nt clients systems. The new prcedures

More information

Creating automated reports using VBS AN 44

Creating automated reports using VBS AN 44 Creating autmated reprts using VBS AN 44 Applicatin Nte t the KLIPPEL R&D and QC SYSTEM Publishing measured results is imprtant t custmers and clients. While the KLIPPEL database cntains all infrmatin

More information

Vancouver Island University Job Posting System Instruction Manual

Vancouver Island University Job Posting System Instruction Manual Vancuver Island University Jb Psting System Instructin Manual Have questins, cncerns, r need training? Cntact Human Resurces Recruitment Office at recruit@viu.ca r lcal 6239 Last updated: February 2013

More information

Phone support is available if you have any questions or problems with the NASP PRO software during your tournament.

Phone support is available if you have any questions or problems with the NASP PRO software during your tournament. NASP Pr Turnament Instructins Updated 11/4/13 - NASP Pr Turnament Step by Step It is HIGHLY recmmended that yu read and fllw these instructins. Als, print these instructins and have them available at yur

More information

Create a Non-Catalog Requisition

Create a Non-Catalog Requisition Create a Nn-Catalg Requisitin Jb Aid This jb aid describes hw t create a standard nn-catalg (i.e., nn-ibuynu) purchase request. REFER TO ADDITIONAL TRAINING GUIDES If yu need t create a special requisitin

More information

SpiraTeam Migration and Integration Guide Inflectra Corporation

SpiraTeam Migration and Integration Guide Inflectra Corporation / SpiraTeam Migratin and Integratin Guide Inflectra Crpratin Date: December 11th, 2015 Cntents 0BIntrductin... 1 1B1. Imprting frm Micrsft Excel... 2 2B2. Imprting frm Micrsft Wrd... 18 3B3. Imprting frm

More information

A COMPLETE GUIDE TO ORACLE BI DISCOVERER END USER LAYER (EUL)

A COMPLETE GUIDE TO ORACLE BI DISCOVERER END USER LAYER (EUL) A COMPLETE GUIDE TO ORACLE BI DISCOVERER END USER LAYER (EUL) Authr: Jayashree Satapathy Krishna Mhan A Cmplete Guide t Oracle BI Discverer End User Layer (EUL) 1 INTRODUCTION END USER LAYER (EUL) The

More information

How To Install Fcus Service Management Software On A Pc Or Macbook

How To Install Fcus Service Management Software On A Pc Or Macbook FOCUS Service Management Sftware Versin 8.4 fr Passprt Business Slutins Installatin Instructins Thank yu fr purchasing Fcus Service Management Sftware frm RTM Cmputer Slutins. This bklet f installatin

More information

CREDIT REPORTING USER GUIDE

CREDIT REPORTING USER GUIDE Suthwest Business Credit Services, User Guide CREDIT REPORTING USER GUIDE Last Mdified: 5/6/14 Last Mdified: 5/6/14 1 Suthwest Business Credit Services, User Guide Table f Cntents Intrductin... 3 Hw T

More information

Spamguard SPAM Filter

Spamguard SPAM Filter Spamguard SPAM Filter The ECU Spam Firewall (spamguard) is designed t blck r quarantine e-mail messages that are r lk like spam befre it reaches ur email servers. The spam firewall will NOT catch all f

More information

Remote Desktop Tutorial. By: Virginia Ginny Morris

Remote Desktop Tutorial. By: Virginia Ginny Morris Remte Desktp Tutrial By: Virginia Ginny Mrris 2008 Remte Desktp Tutrial Virginia Ginny Mrris Page 2 Scpe: The fllwing manual shuld accmpany my Remte Desktp Tutrial vide psted n my website http://www.ginnymrris.cm

More information

BRILL s Editorial Manager (EM) Manual for Authors Table of Contents

BRILL s Editorial Manager (EM) Manual for Authors Table of Contents BRILL s Editrial Manager (EM) Manual fr Authrs Table f Cntents Intrductin... 2 1. Getting Started: Creating an Accunt... 2 2. Lgging int EM... 3 3. Changing Yur Access Cdes and Cntact Infrmatin... 3 3.1

More information

Creating Vehicle Requests

Creating Vehicle Requests Overview Vehicle requisitins, including additins, replacements, dnatins and leases, are submitted, reviewed, and apprved using the State f Gergia Frms in VITAL Insights. The prcess has three levels f review

More information

MiaRec. Performance Monitoring. Revision 1.1 (2014-09-18)

MiaRec. Performance Monitoring. Revision 1.1 (2014-09-18) Revisin 1.1 (2014-09-18) Table f Cntents 1 Purpse... 3 2 Hw it wrks... 3 3 A list f MiaRec perfrmance cunters... 4 3.1 Grup MiaRec Statistics... 4 3.2 Grup MiaRec Call Statistics Per-State... 5 3.3 Grup

More information

SBClient and Microsoft Windows Terminal Server (Including Citrix Server)

SBClient and Microsoft Windows Terminal Server (Including Citrix Server) SBClient and Micrsft Windws Terminal Server (Including Citrix Server) Cntents 1. Intrductin 2. SBClient Cmpatibility Infrmatin 3. SBClient Terminal Server Installatin Instructins 4. Reslving Perfrmance

More information

Level 3 SM Ready-Access User Guide

Level 3 SM Ready-Access User Guide Level 3 SM Ready-Access User Guide Octber 2012 15RDA0010 1 2012 Level 3 Cmmunicatins, LLC. All Rights Reserved. Level 3, Level 3 Cmmunicatins, and the Level 3 Lg are either registered service marks r service

More information

Often people have questions about new or enhanced services. This is a list of commonly asked questions and answers regarding our new WebMail format.

Often people have questions about new or enhanced services. This is a list of commonly asked questions and answers regarding our new WebMail format. Municipal Service Cmmissin Gerald P. Cle Frederick C. DeLisle Thmas M. Kaul Gregry L. Riggle Stanley A. Rutkwski Electric, Steam, Water Cable Televisin and High Speed Internet Service since 1889 Melanie

More information

Any symbols displayed within these pages are for illustrative purposes only, and are not intended to portray any recommendation.

Any symbols displayed within these pages are for illustrative purposes only, and are not intended to portray any recommendation. WebTrader Users' Guide July 2015 2015 Interactive Brkers LLC. All Rights Reserved Any symbls displayed within these pages are fr illustrative purpses nly, and are nt intended t prtray any recmmendatin.

More information

INTERMEDIATE CAD FILE MANAGEMENT

INTERMEDIATE CAD FILE MANAGEMENT INTERMEDIATE CAD FILE MANAGEMENT Intrductin File mismanagement is the dwnfall f many brilliant individuals. If yu are wise, yu wn't be ne f the peple wh meet disaster due t pr file management. Cmputers

More information

How To Set Up A General Ledger In Korea

How To Set Up A General Ledger In Korea MODULE 6: RECEIVABLES AND PAYABLES MANAGEMENT: PAYMENT DISCOUNT AND PAYMENT TOLERANCE Mdule Overview Granting payment discunts prvides an incentive fr custmers t quickly pay their utstanding amunts in

More information

FOCUS Service Management Software Version 8.5 for CounterPoint Installation Instructions

FOCUS Service Management Software Version 8.5 for CounterPoint Installation Instructions FOCUS Service Management Sftware Versin 8.5 fr CunterPint Installatin Instructins Thank yu fr purchasing Fcus Service Management Sftware frm RTM Cmputer Slutins. This bklet f installatin instructins will

More information

Table of Contents. About... 18

Table of Contents. About... 18 Table f Cntents Abut...3 System Requirements...3 Hw it Wrks...4 Abut... 4 Hw SFA Admin Prtects Data... 4 Hw SFA User Wrks with Prtected Data... 4 Sandbxed Sessin Restrictins... 4 Secure File Access User

More information

Guide to Creating Accessible Portable Document Files (PDF) u.s. Department of the Interior

Guide to Creating Accessible Portable Document Files (PDF) u.s. Department of the Interior Guide t Creating Accessible Prtable Dcument Files (PDF) u.s. Department f the Interir Guide t Creating Accessible Dcuments Creating an Accessible Prtable Dcument Frmat (PDF) Backgrund: In 1998, Cngress

More information

How To Edit A Subscriber On Email From A Newsletter On A Pc Or Mac Or Mac (For Pc Or Ipa) On A Mac Or Ipad Or Macorcha (For Macorca) On An Email From An Email (For Ip

How To Edit A Subscriber On Email From A Newsletter On A Pc Or Mac Or Mac (For Pc Or Ipa) On A Mac Or Ipad Or Macorcha (For Macorca) On An Email From An Email (For Ip Opt In Email 5.1 User Guide Cpyright 2006-13 Data Springs Inc. All rights reserved. Table f cntents: 1 INTRODUCTION 1.1 What s new? Enhancements in 5.1 2 INSTALLATION PROCEDURE 3 OPT IN EMAIL MODULE 3.1

More information

Licensing the Core Client Access License (CAL) Suite and Enterprise CAL Suite

Licensing the Core Client Access License (CAL) Suite and Enterprise CAL Suite Vlume Licensing brief Licensing the Cre Client Access License (CAL) Suite and Enterprise CAL Suite Table f Cntents This brief applies t all Micrsft Vlume Licensing prgrams. Summary... 1 What s New in This

More information

LeadStreet Broker Guide

LeadStreet Broker Guide RE/MAX f Western Canada LeadStreet Brker Guide Ver. 2.0 Revisin Histry Name Date Versin Descriptin Tamika Anglin 09/04/13 1.0 Initial Creatin Tamika Anglin 11/05/13 2.0 Inclusin f instructins n reprting

More information

Merchant Management System. New User Guide CARDSAVE

Merchant Management System. New User Guide CARDSAVE Merchant Management System New User Guide CARDSAVE Table f Cntents Lgging-In... 2 Saving the MMS website link... 2 Lgging-in and changing yur passwrd... 3 Prcessing Transactins... 4 Security Settings...

More information

HR Management Information (HRS)

HR Management Information (HRS) HR Management Infrmatin (HRS) Fact Sheet N 10. Managing Access t Claims Online T give access t ther departmental staff yu must be a Site Leader ie a Principal r Preschl Directr. If yu are nt a site leader

More information

1.0 Special Education and Conversion in MyEducation BC

1.0 Special Education and Conversion in MyEducation BC 1.0 Special Educatin and Cnversin in MyEducatin BC Special Educatin student eligibilities have been cnverted int MyEducatin BC frm BCeSIS. In rder t d s, special educatin wrkflw shells cntaining the designatin

More information

Stage 2 Meaningful Use - Core Measure 12 Patient Reminders Configuration Guide

Stage 2 Meaningful Use - Core Measure 12 Patient Reminders Configuration Guide Enterprise EHR Stage 2 Meaningful Use - Cre Measure 12 Patient Reminders Cnfiguratin Guide Last Updated: Nvember 8, 2013 Cpyright 2013 Allscripts Healthcare, LLC. www.allscripts.cm MU Cre 12 Send Patient

More information

Access EEC s Web Applications... 2 View Messages from EEC... 3 Sign In as a Returning User... 3

Access EEC s Web Applications... 2 View Messages from EEC... 3 Sign In as a Returning User... 3 EEC Single Sign In (SSI) Applicatin The EEC Single Sign In (SSI) Single Sign In (SSI) is the secure, nline applicatin that cntrls access t all f the Department f Early Educatin and Care (EEC) web applicatins.

More information

Steps to fix the product is not properly fixed issue for international clients.

Steps to fix the product is not properly fixed issue for international clients. Axxya Systems supprt cntact details 1-800-709-2977 ext 9 within US 1-425-999-4350 ext 9 utside f US Email supprt@axxya.cm Technical FAQ -- www.nutritinistpr.cm/help-center/ Steps t fix the prduct is nt

More information

AvePoint Office Connect 1.31

AvePoint Office Connect 1.31 AvePint Office Cnnect 1.31 User Guide Issued May 2016 1 Table f Cntents What s New in this Guide... 4 Abut Office Cnnect... 5 Understanding the Office Cnnect Explrer... 6 Sharing Files with Others (Quick

More information

Datawatch Server Administrator's Guide

Datawatch Server Administrator's Guide Datawatch Server Administratr's Guide Datawatch Server Web Admin by Datawatch Datawatch Server Web Admin prgram cpyright 2015 by Datawatch Crpratin. Datawatch Server Web Admin Administratr's Guide cpyright

More information