Access 2000 Queries Tips & Techniques

Size: px
Start display at page:

Download "Access 2000 Queries Tips & Techniques"

Transcription

1 Access 2000 Queries Tips & Techniques Query Basics The query is the basic tl that Access prvides fr retrieving infrmatin frm yur database. Each query functins like a questin that can be asked immediately r saved t be asked later. Althugh this questin will generally remain unchanged (unless yu chse t edit the query), the changing nature f yur database means that the answer Access prvides will generally be different each time the query is run. Access expresses this answer as a table created n the fly. This temprary table, displayed as a datasheet, cntains a subset f the data in the table (r tables) serving as the surce f yur query. This subset can be cmpsed f a select grup f fields in each database recrd, r it can be cmpsed f recrds that meet a certain search criterin. Althugh Access queries are pwerful tls fr retrieving data, a query is perhaps the easiest database bject t create. Access prvides a wizard t assist in the creatin f simple queries, and an easy-t-use Design view fr mre cmplex queries. 1

2 Creating a query using the query wizard The query wizard makes it simple t set up a query that will retrieve select fields frm every recrd. T begin, g t the Queries area in the Database windw. Next, dubleclick n Create query by using wizard. Next, select the surce f yur query frm the Tables/Queries drp-dwn menu. Queries can draw data frm a table r frm anther query. Once yu have selected yur data surce, Access will display a list f the fields available in that data surce. T select a field t include in yur query, dubleclick n its name in the list f Available Fields. Once yu have dne s, that field will vanish frm the list f Available Fields and appear in the Selected Fields bx. (T remve a field that yu selected, dubleclick n its name in the Selected Fields bx.) Once yu have finished selecting fields, click n Next. 2

3 T finish yur query, give it a name. Use sme srt f naming cnventin s that yu can easily tell frm its title that yur query is nt a table. Many database develpers designate their queries with a qry_ prefix befre its name. Fr example: Qry_PayRates Once yu have named yur query, click Finish. Yur query will then pen and display the data retrieved frm yur database. Creating a query in design view Design view is useful fr creating mre cmplex queries and fr revising already created queries. In the Queries area f the Database windw, dubleclick n Create query in Design view. Frm the Shw Table windw, dubleclick n any data surce t add it t the query. Tables can be added frm the Tables tab, and already-existing queries can be added frm the Queries tab. After yu have added yur data surce(s), click Clse. 3

4 T add a field t yur query, dubleclick n its name in ne f the table windws at the tp f the Query windw. Each field will be added t the design grid at the bttm f the Query windw. Click n the Save buttn n the tlbar, and name yur query. Click OK. Click n the View buttn at the tp left f the tlbar t switch frm Design mde t View mde and see the results f yur query. Once yu are in View mde, clicking n this buttn will return yu t Design mde. 4

5 Making changes t a query Once a query has been created, Access allws yu t repen that query in Design view s that can revise yur query t retrieve a different set f data frm yur database. In the Queries area f the Database windw, click n the query yu wish t alter and click n the Design buttn at the tp f the Database windw. T delete a field frm the query: First, select that field by clicking n the gray bx abve the field s name in the design grid at the bttm f the query windw. Once the field is selected, it will be highlighted in black. Next, delete the field by typing delete n yur keybard. T add a new field t the query frm a table that is already displayed at the tp f the query windw, dubleclick n the field s name inside that table s windw. T add a new field frm anther table: Click n the Shw Table buttn n the tlbar at the tp f the Access windw. Frm the Shw Table windw that appears, dubleclick n any data surce t add it t the query. After yu have added yur data surce(s), click Clse. T add a field frm the new table, dubleclick n the field s name in the new table s windw at the tp f the Query windw. The new field will be added t the design grid at the bttm f the Query windw. 5

6 Filtering query results Filtering the data returned by yur query allws yu t view nly data that meets a certain cnditin r set f cnditins. One r mre filtering criteria can be added t each field in the query t retrieve nly the recrds that yu want. T create a filter: Open an existing query in Design mde. Decide which field t use in yur filter, and chse a criterin that must be met by any data that is retrieved. In the example belw, qry_test asks the questin What students d I emply, and what is each ne s rate f pay? Use f a filtering criterin might prduce a mre restrictive set f data that answers the questin Which f my students are paid mre than $8 per hur? In this case, the chsen filtering criterin is greater than $8/hur. Other criteria wuld prduce different sets f data. In the design grid, click in the Criteria cell fr the field that will receive a filtering criterin. 6

7 Next, type the filtering criterin in the Criteria cell fr yur field. Filters can be created using the fllwing peratrs: > greater than < less than = equal t >= greater than r equal t <= less than r equal t Click n the Save buttn n the tlbar. Click n the View buttn at the tp left f the tlbar t switch frm Design mde t View mde and see the results f yur query. Once yu are in View mde, clicking n this buttn a secnd time will return yu t Design mde. Srting query results Access allws yu t srt the data retrieved by a query s that it will be displayed in a lgical rder. Open an existing query in Design mde. Decide which field t use in srting yur data, and find that field s clumn in the design grid In the example we just used, qry_test asks the questin What students d I emply, and what is each ne s rate f pay? One reasnable way t srt the retrieved data in decreasing rder by rate f pay. Click n the dwn-facing arrw t the right f the Srt cell fr the field that will be used t srt the data. 7

8 Frm this Srt menu, chse the srt rder yu want. An ascending srt rder will srt yur data frm the smallest value in the srt field t the largest value. A descending srt rder will srt yur data frm the largest value in the srt field t the smallest value. Click n the Save buttn n the tlbar. Click n the View buttn at the tp left f the tlbar t switch frm Design mde t View mde and see the results f yur query. Creating a parameter query Parameter queries are interactive filters that allw yu t specify a different value fr a filter criterin every time yu pen the query. Open an existing query in Design mde. Decide which field t use in yur filter. In the design grid, click in that field s Criteria cell. If yur parameter query requires an peratr, type that peratr in the Criteria cell. Cmplete yur filter expressin with a text phrase in square brackets. This bracketed phrase shuld describe the variable value that yu ll be asked t supply every time the query is pened. Click n the Save buttn n the tlbar. Click n the View buttn at the tp left f the tlbar t switch frm Design mde t pen yur query in View mde. When yu d, Access will prmpt yu t enter the numeric value t be used in yur filter. After yu enter this value, Access will retrieve yur data frm the database. 8

9 Creating calculated cntrls Calculated cntrls allw yu t make a mathematical calculatin r jin multiple strings f text n the fly when yu run yur query. Numeric calculatins T create a new calculated cntrl, first click in an empty Field cell. Next, type the name f the newly-calculated result, a cln, and the frmula t be calculated. Refer t any fields in yur calculatin by entering their names surrunded by square brackets. Yu can use the fllwing mathematical peratrs: * (multiplicatin) / (divisin) + (additin) - (subtractin) Fr example, t calculate the amunt f mney paid t each student emplyee per week, type: WeeklyPay:[Pay Rate]*[Hurs per week] Save yur query, and use the View buttn t check the results. Trublesht yur calculatin as necessary. 9

10 Cncatenatin T create a new calculated cntrl, first click in an empty Field cell. Next, type the name f the newly-calculated result, a cln, and the frmula t be calculated. Refer t any fields in yur calculatin by entering their names surrunded by square brackets. Incrprate any text that wn t change (including spaces) inside qutatin marks. Use an ampersand character (&) t jin any tw strings f text in yur expressin (ne fields with anther, the cntents f a field with text in qutatins, etc.) In this example, type the fllwing t cncatenate the First Name and Last Name fields. (Nte that space within the qutatin marks.) FullName:[First Name]& &[Last Name] Save yur query, and use the View buttn t check the results. Trublesht yur calculatin as necessary. 10

MOS Access 2013 Quick Reference

MOS Access 2013 Quick Reference MOS Access 2013 Quick Reference Exam 77-424: MOS Access 2013 Objectives http://www.micrsft.cm/learning/en-us/exam.aspx?id=77-424 Create and Manage a Database Create a New Database This bjective may include

More information

STIQuery Basics. A second example is included at the end of this document.

STIQuery Basics. A second example is included at the end of this document. STIQuery Basics Using STIQuery A wide variety f reprts may be generated via STIQuery. With this tl, the use can retrieve data frm different areas f the prgram and cmbine the infrmatin tgether in ne reprt.

More information

Using the Swiftpage Connect List Manager

Using the Swiftpage Connect List Manager Quick Start Guide T: Using the Swiftpage Cnnect List Manager The Swiftpage Cnnect List Manager can be used t imprt yur cntacts, mdify cntact infrmatin, create grups ut f thse cntacts, filter yur cntacts

More information

TRAINING GUIDE. Lucity Mobile

TRAINING GUIDE. Lucity Mobile TRAINING GUIDE The Lucity mbile app gives users the pwer f the Lucity tls while in the field. They can lkup asset infrmatin, review and create wrk rders, create inspectins, and many mre things. This manual

More information

Using the Swiftpage Connect List Manager

Using the Swiftpage Connect List Manager Quick Start Guide T: Using the Swiftpage Cnnect List Manager The Swiftpage Cnnect List Manager can be used t imprt yur cntacts, mdify cntact infrmatin, create grups ut f thse cntacts, filter yur cntacts

More information

The Reporting Tool. An Overview of HHAeXchange s Reporting Tool

The Reporting Tool. An Overview of HHAeXchange s Reporting Tool HHAeXchange The Reprting Tl An Overview f HHAeXchange s Reprting Tl Cpyright 2017 Hmecare Sftware Slutins, LLC One Curt Square 44th Flr Lng Island City, NY 11101 Phne: (718) 407-4633 Fax: (718) 679-9273

More information

INFocus Health Screenings Report

INFocus Health Screenings Report INFcus Health Screenings Reprt Abut This Reprt This reprt will shw health screenings by schl fr a selected schl(s) and screening(s) between a specified date ranges. Quick Reference Guide STI_0529131310

More information

Relius Documents ASP Checklist Entry

Relius Documents ASP Checklist Entry Relius Dcuments ASP Checklist Entry Overview Checklist Entry is the main data entry interface fr the Relius Dcuments ASP system. The data that is cllected within this prgram is used primarily t build dcuments,

More information

What s New in Banner 9 Admin Pages: Differences from Banner 8 INB Forms

What s New in Banner 9 Admin Pages: Differences from Banner 8 INB Forms 1 What s New in Banner 9 Admin Pages: Differences frm Banner 8 INB Frms Majr Changes: Banner gt a face-lift! Yur hme page is called Applicatin Navigatr and is the entry/launch pint t all pages Banner is

More information

Adverse Action Letters

Adverse Action Letters Adverse Actin Letters Setup and Usage Instructins The FRS Adverse Actin Letter mdule was designed t prvide yu with a very elabrate and sphisticated slutin t help autmate and handle all f yur Adverse Actin

More information

INSERTING MEDIA AND OBJECTS

INSERTING MEDIA AND OBJECTS INSERTING MEDIA AND OBJECTS This sectin describes hw t insert media and bjects using the RS Stre Website Editr. Basic Insert features gruped n the tlbar. LINKS The Link feature f the Editr is a pwerful

More information

Outlook Web Application (OWA) Basic Training

Outlook Web Application (OWA) Basic Training Outlk Web Applicatin (OWA) Basic Training Requirements t use OWA Full Versin: Yu must use at least versin 7 f Internet Explrer, Safari n Mac, and Firefx 3.X. (Ggle Chrme r Internet Explrer versin 6, yu

More information

REFWORKS: STEP-BY-STEP HURST LIBRARY NORTHWEST UNIVERSITY

REFWORKS: STEP-BY-STEP HURST LIBRARY NORTHWEST UNIVERSITY REFWORKS: STEP-BY-STEP HURST LIBRARY NORTHWEST UNIVERSITY Accessing RefWrks Access RefWrks frm a link in the Bibligraphy/Citatin sectin f the Hurst Library web page (http://library.nrthwestu.edu) Create

More information

TRAINING GUIDE. Overview of Lucity Spatial

TRAINING GUIDE. Overview of Lucity Spatial TRAINING GUIDE Overview f Lucity Spatial Overview f Lucity Spatial In this sessin, we ll cver the key cmpnents f Lucity Spatial. Table f Cntents Lucity Spatial... 2 Requirements... 2 Setup... 3 Assign

More information

Online Banking for Business USER GUIDE

Online Banking for Business USER GUIDE Online Banking fr Business estatements USER GUIDE Cntents Cntents... 1 Online Banking fr Business Getting Started... 2 Technical Requirements... 2 Supprted brwsers... 2 Minimum system requirements... 2

More information

Using MeetingSquared on your ipad or iphone

Using MeetingSquared on your ipad or iphone Using MeetingSquared n yur ipad r iphne Install the MeetingSquared app G t the App Stre n yur ipad r iphne and search fr MeetingSquared. If yu are viewing this dcument n yur ipad r iphne, tap the link

More information

Web of Science Institutional authored and cited papers

Web of Science Institutional authored and cited papers Web f Science Institutinal authred and cited papers Prcedures written by Diane Carrll Washingtn State University Libraries December, 2007, updated Nvember 2009 Annual review f paper s authred and cited

More information

Quick Reference Guide User Permissions & Roles - Buyers. Table of Contents

Quick Reference Guide User Permissions & Roles - Buyers. Table of Contents User Permissins & Rles - Buyers Table f Cntents User Permissins & Rles... 2 Adding New Users... 2 Editing Existing Users... 3 Users Search Table... 3 Creating User Rles... 4 Editing Existing Rles... 6

More information

UnivRS Information Guide: CV Activities and Contributions

UnivRS Information Guide: CV Activities and Contributions UnivRS Infrmatin Guide: CV Activities and Cntributins March 2016 Table f Cntents 1. Intrductin... 3 2. UnivRS Lgin... 3 3. UnivRS Dashbard... 4 3.1 Switch Rle... 4 3.2 My Settings... 5 4. CV Activities...

More information

Extended PO Invoice Entry

Extended PO Invoice Entry Extended PO Invice Entry Multiple Receipts per Invice Extended PO Invice Entry Extended PO Invice Entry is an enhanced replacement fr the Sage P/O Invice Entry frm that lets yu: Quickly receive an invice

More information

INSTALLING CCRQINVOICE

INSTALLING CCRQINVOICE INSTALLING CCRQINVOICE Thank yu fr selecting CCRQInvice. This dcument prvides a quick review f hw t install CCRQInvice. Detailed instructins can be fund in the prgram manual. While this may seem like a

More information

User Guide Version v2015.1

User Guide Version v2015.1 2015 Exag Inc. All rights reserved. User Guide Versin v2015.1 Exag Reprting is a registered trademark f Exag, Inc. Windws is a registered trademark f Micrsft Crpratin in the United States and ther cuntries.

More information

BANNER BASICS. What is Banner? Banner Environment. My Banner. Pages. What is it? What form do you use? Steps to create a personal menu

BANNER BASICS. What is Banner? Banner Environment. My Banner. Pages. What is it? What form do you use? Steps to create a personal menu BANNER BASICS What is Banner? Definitin Prduct Mdules Self-Service-Fish R Net Lg int Banner Banner Envirnment The Main Windw My Banner Pages What is it? What frm d yu use? Steps t create a persnal menu

More information

Microsoft Excel 2007 Tip Sheet

Microsoft Excel 2007 Tip Sheet Micrsft Excel 2007 Tip Sheet Office Tlbar: - Clicking this buttn causes a drp dwn menu t pen which will allw yu t d the fllwing: start a new wrkbk; pen a wrkbk, save a wrkbk, save as, print, prepare fr

More information

STIPalm Basics. Quick Reference Guide STI_ STIPalm Basics 1

STIPalm Basics. Quick Reference Guide STI_ STIPalm Basics 1 STIPalm Basics First HtSync Operatin: Installing the Handheld Applicatin Immediately after running the installatin n the lcal wrkstatin, yu must perfrm a HtSync peratin t install the STIPalm applicatin

More information

TRACK CHAIRS CREATING INVITED SESSIONS AND INVITING SESSION ORGANIZER(S)

TRACK CHAIRS CREATING INVITED SESSIONS AND INVITING SESSION ORGANIZER(S) TRACK CHAIRS CREATING INVITED SESSIONS AND INVITING SESSION ORGANIZER(S) I. Creating Invited Sessins a. After lgin click n the Sessins Bx b. Select yur track frm the drp dwn menu. c. Once yu select the

More information

BI Publisher TEMPLATE Tutorial

BI Publisher TEMPLATE Tutorial PepleSft Campus Slutins 9.0 BI Publisher TEMPLATE Tutrial Lessn T2 Create, Frmat and View a Simple Reprt Using an Existing Query with Real Data This tutrial assumes that yu have cmpleted BI Publisher Tutrial:

More information

Data Miner Platinum. DataMinerPlatinum allows you to build custom reports with advanced queries. Reports > DataMinerPlatinum

Data Miner Platinum. DataMinerPlatinum allows you to build custom reports with advanced queries. Reports > DataMinerPlatinum Data Miner Platinum DataMinerPlatinum allws yu t build custm reprts with advanced queries. Reprts > DataMinerPlatinum Click Add New Recrd. Mve thrugh the tabs alng the tp t build yur reprt, with the end

More information

Using MeetingSquared as an Administrator

Using MeetingSquared as an Administrator Using MeetingSquared as an Administratr Use the MeetingSquared web interface t set up and manage yur meeting. MeetingSquared is part f SharePint within Office 365 s yu use a web brwser t lg in using yur

More information

HRConnect Manager Self-Service Work Instruction

HRConnect Manager Self-Service Work Instruction This Quick Reference Guide gives a brief verview f the prcesses used t cmplete Manager Self-Service actins within HRCnnect. This guide cvers hw yu can manage yur apprvals. 1. Apprve Pending Request via

More information

Municode Website Instructions

Municode Website Instructions Municde Website instructins Municde Website Instructins The new and imprved Municde site allws yu t navigate t, print, save, e-mail and link t desired sectins f the Online Cde f Ordinances with greater

More information

Lab 4. Name: Checked: Objectives:

Lab 4. Name: Checked: Objectives: Lab 4 Name: Checked: Objectives: Learn hw t test cde snippets interactively. Learn abut the Java API Practice using Randm, Math, and String methds and assrted ther methds frm the Java API Part A. Use jgrasp

More information

Homework: Populate and Extract Data from Your Database

Homework: Populate and Extract Data from Your Database Hmewrk: Ppulate and Extract Data frm Yur Database 1. Overview In this hmewrk, yu will: 1. Check/revise yur data mdel and/r marketing material frm last week's hmewrk- this material will later becme the

More information

Lesson 4 Advanced Transforms

Lesson 4 Advanced Transforms Lessn 4 Advanced Transfrms Chapter 4B Extract, Split and replace 10 Minutes Chapter Gals In this Chapter, yu will: Understand hw t use the fllwing transfrms: Replace Extract Split Chapter Instructins YOUR

More information

Quick Start Guide for EAB Campus Advisors

Quick Start Guide for EAB Campus Advisors Student Success Cllabrative Quick Start Guide fr EAB Campus Advisrs Clemsn has launched the EAB Campus platfrm fr advisrs and thers, with the gal f helping students explre a path t timely graduatin cmpletin

More information

Concentrix University Learning Portal FAQ Document

Concentrix University Learning Portal FAQ Document Cncentrix University Learning Prtal FAQ Dcument Belw are answers t sme cmmnly asked questins abut the Cncentrix University Learning Prtal. If yu d nt see an answer t yur questin, there are cntacts fr additinal

More information

Scroll down to New and another menu will appear. Select Folder and a new

Scroll down to New and another menu will appear. Select Folder and a new Creating a New Flder Befre we begin with Micrsft Wrd, create a flder n yur Desktp named Summer PD. T d this, right click anywhere n yur Desktp and a menu will appear. Scrll dwn t New and anther menu will

More information

Exercise 4: Working with tabular data Exploring infant mortality in the 1900s

Exercise 4: Working with tabular data Exploring infant mortality in the 1900s Exercise 4: Wrking with tabular data Explring infant mrtality in the 1900s Backgrund Althugh peple tend t think abut GIS as being primarily cncerned with mapping. It is better thught f as a type f database

More information

Project #1 - Fraction Calculator

Project #1 - Fraction Calculator AP Cmputer Science Liberty High Schl Prject #1 - Fractin Calculatr Students will implement a basic calculatr that handles fractins. 1. Required Behavir and Grading Scheme (100 pints ttal) Criteria Pints

More information

Test Pilot User Guide

Test Pilot User Guide Test Pilt User Guide Adapted frm http://www.clearlearning.cm Accessing Assessments and Surveys Test Pilt assessments and surveys are designed t be delivered t anyne using a standard web brwser and thus

More information

The following screens show some of the extra features provided by the Extended Order Entry screen:

The following screens show some of the extra features provided by the Extended Order Entry screen: SmartFinder Orders Extended Order Entry Extended Order Entry is an enhanced replacement fr the Sage Order Entry screen. It prvides yu with mre functinality while entering an rder, and fast access t rder,

More information

1 Getting and Extracting the Upgrader

1 Getting and Extracting the Upgrader Hughes BGAN-X 9211 Upgrader User Guide (Mac) Rev 1.2 (6-Jul-17) This dcument explains hw t use the Hughes BGAN Upgrader prgram fr the 9211 User Terminal using a Mac Nte: Mac OS X Versin 10.4 r newer is

More information

CMS and e-commerce Solutions. version 1.0. Please, visit us at: or contact directly by

CMS and e-commerce Solutions. version 1.0. Please, visit us at:   or contact directly by Prduct Grid fr Magent User Guide versin 1.0 created by ITris ITris Table f cntents 1. Intrductin... 3 1.1. Purpse... 3 2. Installatin and License... 3 2.1. System Requirements... 3 2.2. Installatin...

More information

Your Project Plan and Smartsheet

Your Project Plan and Smartsheet USG Managed Services Yur Prject Plan and Smartsheet Change Management Tlkit Cntents 1.0 Purpse... 3 2.0 Accessing Smartsheet and Yur Prject Plan... 4 2.1 Smartsheet Lgin... 4 2.2 Type f Access... 5 3.0

More information

Word 2007 The Ribbon, the Mini toolbar, and the Quick Access Toolbar

Word 2007 The Ribbon, the Mini toolbar, and the Quick Access Toolbar Wrd 2007 The Ribbn, the Mini tlbar, and the Quick Access Tlbar In this practice yu'll get the hang f using the new Ribbn, and yu'll als master the use f the helpful cmpanin tls, the Mini tlbar and the

More information

Extended Vendors lets you: Maintain vendors across multiple Sage 300 companies using the Copy Vendors functionality. o

Extended Vendors lets you: Maintain vendors across multiple Sage 300 companies using the Copy Vendors functionality. o Extended Vendrs Extended Vendrs is an enhanced replacement fr the Sage Vendrs frm. It prvides yu with mre infrmatin while entering a PO and fast access t additinal PO, Vendr, and Item infrmatin. Extended

More information

User Guide. Document Version: 1.0. Solution Version:

User Guide. Document Version: 1.0. Solution Version: User Guide Dcument Versin: 1.0 Slutin Versin: 365.082017.3.1 Table f Cntents Prduct Overview... 3 Hw t Install and Activate Custmer Satisfactin Survey Slutin?... 4 Security Rles in Custmer Satisfactin

More information

Volume DIGITAL SIGNAGE SOFTWARE MANUAL. Your total toolkit for cloud-based digital signage. A Quick Start User Guide

Volume DIGITAL SIGNAGE SOFTWARE MANUAL. Your total toolkit for cloud-based digital signage. A Quick Start User Guide Vlume 3 DIGITAL SIGNAGE SOFTWARE MANUAL Yur ttal tlkit fr clud-based digital signage A Quick Start User Guide 1 A Quick Start User Guide Table f Cntents 2 Intrductin Page. 1 Step 1: Getting Started Page.

More information

Introduction to Oracle Business Intelligence Enterprise Edition: OBIEE Answers 11g

Introduction to Oracle Business Intelligence Enterprise Edition: OBIEE Answers 11g Intrductin t Oracle Business Intelligence Enterprise Editin: OBIEE Answers 11g Crnell Custmized Versin April 2012 Minr crrectins were made n page 2, fr the Oct 20, 2017 OBIEE 12c Upgrade April, 2012 All

More information

My Performance Management User Guide

My Performance Management User Guide My Perfrmance Management User Guide Overview The accesshr website huses perfrmance management. As an emplyee, yu have the ability t review and acknwledge perfrmance plans and perfrmance evaluatins that

More information

Populate and Extract Data from Your Database

Populate and Extract Data from Your Database Ppulate and Extract Data frm Yur Database 1. Overview In this lab, yu will: 1. Check/revise yur data mdel and/r marketing material (hme page cntent) frm last week's lab. Yu will wrk with tw classmates

More information

STANLEY Healthcare University Training & Certification Portal. Quick Reference Guide

STANLEY Healthcare University Training & Certification Portal. Quick Reference Guide STANLEY Healthcare University Training & Certificatin Prtal Quick Reference Guide Table f Cntents Registering fr a STANLEY Healthcare University Prtal User Accunt... 3 Lgging int the STANLEY Healthcare

More information

Announcing Veco AuditMate from Eurolink Technology Ltd

Announcing Veco AuditMate from Eurolink Technology Ltd Vec AuditMate Annuncing Vec AuditMate frm Eurlink Technlgy Ltd Recrd any data changes t any SQL Server database frm any applicatin Database audit trails (recrding changes t data) are ften a requirement

More information

HP Prime Exam Modes. HP Prime Graphing Calculator

HP Prime Exam Modes. HP Prime Graphing Calculator HP Prime Graphing Calculatr HP Prime Exam Mdes Classrm cntrl during exams is critical t ensuring students are using nly permitted tls t cmplete evaluatins. HP Prime prvides that cntrl. Learn mre abut HP

More information

How to use DCI Contract Alerts

How to use DCI Contract Alerts Hw t use DCI Cntract Alerts Welcme t the MyDCI Help Guide series Hw t use DCI Cntract Alerts In here, yu will find a lt f useful infrmatin abut hw t make the mst f yur DCI Alerts which will help yu t fully

More information

1 Getting and Extracting the Upgrader

1 Getting and Extracting the Upgrader Hughes BGAN-X 9202 Upgrader User Guide (Mac) Rev 1.0 (23-Feb-12) This dcument explains hw t use the Hughes BGAN Upgrader prgram fr the 9202 User Terminal using a Mac Nte: Mac OS X Versin 10.4 r newer is

More information

InFocus Disposition Report by Student Flat Grouped by Date

InFocus Disposition Report by Student Flat Grouped by Date InFcus Dispsitin Reprt by Student Flat Gruped by Date Abut this Reprt This reprt will shw discipline data by student and gruped by date. Reprt Setup Lgin t InfrmatinNOW. G t Reprts InFcus. QRG STI_0529131410

More information

Exporting and Importing the Blackboard Vista Grade Book

Exporting and Importing the Blackboard Vista Grade Book Exprting and Imprting the Blackbard Vista Grade Bk Yu can use the Blackbard Vista Grade Bk with a spreadsheet prgram, such as Micrsft Excel, in a number f different ways. Many instructrs wh have used Excel

More information

VISITSCOTLAND - TOURS MANAGEMENT SYSTEM Manual for Tour Operators

VISITSCOTLAND - TOURS MANAGEMENT SYSTEM Manual for Tour Operators VISITSCOTLAND - TOURS MANAGEMENT SYSTEM Manual fr Tur Operatrs 1 CONTENTS GETTING STARTED... 3 REGISTER AND CREATE YOUR ACCOUNT... 3 OPERATOR PROFILE... 4 Create yur Operatr Prfile... 4 ADD A TOUR LISTING...

More information

About this Guide This Quick Reference Guide provides an overview of the query options available under Utilities Query menu in InformationNOW.

About this Guide This Quick Reference Guide provides an overview of the query options available under Utilities Query menu in InformationNOW. InfrmatinNOW Query Abut this Guide This Quick Reference Guide prvides an verview f the query ptins available under Utilities Query menu in InfrmatinNOW. Query Mdule The query mdule, fund under Utilities

More information

M I C R O S O F T E X C E L : P A R T 1 W O R K I N G WITH TABLES A N D T E X T

M I C R O S O F T E X C E L : P A R T 1 W O R K I N G WITH TABLES A N D T E X T ACHIEVEMENT & LEARNING CENTER UNIVERSITY OF BALTIMORE M I C R O S O F T E X C E L 2 0 1 0 : P A R T 1 W O R K I N G WITH TABLES A N D T E X T BY: MI C HAEL J. WA LK, M. S. www.jwalknline.rg/main @MichaelJWalk

More information

A Purchaser s Guide to CondoCerts

A Purchaser s Guide to CondoCerts Lgin t CndCerts - T submit a request with CndCerts, lg n t www.cndcerts.cm. First time users will fllw the New Users link t register. Dcument r print screen the User ID and Passwrd prvided. New accunts

More information

Communication Tools. Quick Reference Card. Communication Tools. Mailing Labels. 6. For the Label Content, follow these rules:

Communication Tools. Quick Reference Card. Communication Tools. Mailing Labels. 6. For the Label Content, follow these rules: PwerSchl ffers a variety f tls that schl administratrs and ffice staff can use t cmmunicate infrmatin effectively with students, parents, and staff members. Learn hw t create mailing labels, print reprts

More information

InformationNOW Letters

InformationNOW Letters InfrmatinNOW Letters Abut this Guide This Quick Reference Guide prvides an verview f letters in InfrmatinNOW. There are three types f letters: Student: May be used t create varius letters, frms, custmized

More information

Skype for Business 2016

Skype for Business 2016 Skype fr Business 2016 Skype fr Business is IM, calling, vide calling, sharing and cllabratin all rlled int ne package. Quick Tur Here's what the main page f the app lks like. When yu hver ver a cntact's

More information

DUO LINK 4 APP User Manual V- A PNY Technologies, Inc. 1. PNY Technologies, Inc. 34.

DUO LINK 4 APP User Manual V- A PNY Technologies, Inc. 1. PNY Technologies, Inc. 34. 34. 1. Table f Cntents Page 1. Prduct Descriptin 4 2. System Requirements 5 3. DUO LINK App Installatin 5 4. DUO LINK App Mving Screens 7 5. File Management 5.1. Types f views 8 5.2. Select Files t Cpy,

More information

Reading and writing data in files

Reading and writing data in files Reading and writing data in files It is ften very useful t stre data in a file n disk fr later reference. But hw des ne put it there, and hw des ne read it back? Each prgramming language has its wn peculiar

More information

DocAve 6 ediscovery. User Guide. Service Pack 3, Cumulative Update 1. Revision F Issued August DocAve 6: ediscovery

DocAve 6 ediscovery. User Guide. Service Pack 3, Cumulative Update 1. Revision F Issued August DocAve 6: ediscovery DcAve 6 ediscvery User Guide Service Pack 3, Cumulative Update 1 Revisin F Issued August 2013 1 Table f Cntents Abut DcAve ediscvery... 4 Cmplementary Prducts... 4 Submitting Dcumentatin Feedback t AvePint...

More information

Wave IP 4.5. CRMLink Desktop User Guide

Wave IP 4.5. CRMLink Desktop User Guide Wave IP 4.5 CRMLink Desktp User Guide 2015 by Vertical Cmmunicatins, Inc. All rights reserved. Vertical Cmmunicatins and the Vertical Cmmunicatins lg and cmbinatins theref and Vertical ViewPint, Wave Cntact

More information

Student Handbook for E*Value

Student Handbook for E*Value Student Handbk fr E*Value The E*Value sftware prgram will be used thrughut yur fieldwrk experiences t find ut where yu re scheduled, wh yur fieldwrk educatr will be, t lg yur hurs, and t cmplete all required

More information

Infinity Connect Web App via Chrome Quick Guide

Infinity Connect Web App via Chrome Quick Guide Infinity Cnnect Web App via Chrme Quick Guide Making a call We recmmend using a headset when using the Infinity Cnnect Web App. T make a call t a Virtual Meeting Rm r Virtual Auditrium, r t call anther

More information

Cookies: enable, disable or delete cookies

Cookies: enable, disable or delete cookies Ckies: enable, disable r delete ckies The prcedure fr enabling r disabling ckies and deleting them differs depending n yur device and Internet brwser: D yu surf n a cmputer? Enable r disable yur ckies

More information

How to Start a New Prezi & Edit It

How to Start a New Prezi & Edit It Hw t Start a New Prezi & Edit It Lg int accunt Click n Select a template. Each template cntains frames, which are used t grup like items, and are similar t slides in PwerPint. The rder in which yur presentatin/stry

More information

CampaignBreeze User Guide

CampaignBreeze User Guide Intrductin CampaignBreeze User Guide This guide prvides an verview f the main features in CampaignBreeze and assumes yu have access t an activated CampaignBreeze accunt alng with yur lgin URL, username

More information

AASHTOWare BrDR Support Center JIRA Getting Started Guide

AASHTOWare BrDR Support Center JIRA Getting Started Guide AASHTOWare BrDR Supprt Center JIRA Getting Started Guide Versin 1.0.0.0 August 2013 Cpyright 1997-2013 by the American Assciatin f State Highway and Transprtatin Officials. 444 Nrth Capital Street, N.

More information

Employee Self Service (ESS) FAQs

Employee Self Service (ESS) FAQs Emplyee Self Service (ESS) FAQs ESS User Access & Lgin/Passwrd Inf Upgrade Changes t ESS Recently we upgrades t versin 10 f ur HR/Payrll system which includes the Emplyee Self Service (ESS) mdule. Just

More information

REPORT WRITER USER S GUIDE

REPORT WRITER USER S GUIDE Ingenuity Dcumentatin REPORT WRITER USER S GUIDE Ingenuity v2.0.2 1 August, 2013 All ideas and infrmatin cntained within these dcuments are the intellectual prperty rights f Infinisurce. These dcuments

More information

STUDIO DESIGNER. Design Projects Basic Participant

STUDIO DESIGNER. Design Projects Basic Participant Design Prjects Basic Participant Thank yu fr enrlling in Design Prjects 2 fr Studi Designer. Please feel free t ask questins as they arise. If we start running shrt n time, we may hld ff n sme f them and

More information

InformationNOW Letters

InformationNOW Letters InfrmatinNOW Letters Abut this Guide This Quick Reference Guide prvides an verview f letters in InfrmatinNOW. There are three types f letters: Student: May be used t create varius letters, frms, custmized

More information

Introduction to GRIN Global Curator Tool Interface

Introduction to GRIN Global Curator Tool Interface Krean Wrkshp (Presentatin / Walk thrughs) Intrductin t GRIN Glbal Curatr Tl Interface Demnstrate / Discuss: Start up GRIN Glbal Discuss: Interface: left: List Panel / right side: Data Grid List Panel (Cmpare

More information

STISETS AL SETS Query

STISETS AL SETS Query STISETS AL SETS Query Abut the SETS Query Feature SETS Query and SETS Query (Caselad) are designed t allw Administratrs, Managers and Teachers t build reprts based n teacher caselads, schl-wide r district-wide

More information

SA-SAMS. Library Module

SA-SAMS. Library Module SA-SAMS Library Mdule September 2009 Educatin Management Systems (EMS) Department f Educatin Private Bag X895 0001 PRETORIA CONTENT 1. INTRODUCTION... 3 2. LIBRARY MODULE MAIN MENU... 4 2.1 Library Mdule

More information

Marian Online 2 Instructor Manual 12

Marian Online 2 Instructor Manual 12 Marian Online 2 Instructr Manual 12 Glssary At first glance, the Glssary activity seems t be just a list f wrds and definitins that students can view. In fact, the Glssary activity is a pwerful tl fr activ

More information

Chapter 1 Getting Started

Chapter 1 Getting Started Chapter 1 Getting Started Lessn C Wrangling Data 10 Minutes Lab Gals In this Lessn, yu will: Learn Imprtant Trifacta terminlgy: Transfrmer Page Data Quality Bar Histgram Clumn Menu Panel Clumns View Clumn

More information

STIOffice Lockers. Locker Master List. Go to Utilities Locker Management Locker Master List. Check the Cycle box and click Insert.

STIOffice Lockers. Locker Master List. Go to Utilities Locker Management Locker Master List. Check the Cycle box and click Insert. STIOffice Lckers Lcker Management This utility is used t maintain recrds f lckers (including lcatins, lcker numbers and cmbinatins where applicable) and t assign lckers t students when necessary. All lckers

More information

Edit Directly in Cells. Fast Navigation with Control button. Fill Handle. Use AutoCorrect to speed up data entry

Edit Directly in Cells. Fast Navigation with Control button. Fill Handle. Use AutoCorrect to speed up data entry 2017 WASBO Accunting Cnference Micrsft Excel - Quick Tips That Can Save a Bundle f Time March 16, 2017 Edit Directly in Cells Allws user t duble-click t edit cells. If turned ff, Excel navigates t the

More information

Chapter 2 Basic Operations

Chapter 2 Basic Operations Chapter 2 Basic Operatins Lessn B String Operatins 10 Minutes Lab Gals In this Lessn, yu will: Learn hw t use the fllwing Transfrmatins: Set Replace Extract Cuntpattern Split Learn hw t apply certain Transfrmatins

More information

SoilCare: Stakeholder Platform Guidance How to edit and manage your own stakeholder platform WP8

SoilCare: Stakeholder Platform Guidance How to edit and manage your own stakeholder platform WP8 SilCare: Stakehlder Platfrm Guidance Hw t edit and manage yur wn stakehlder platfrm WP8 3 1) Lg-in t SilCare Website Administratr page Lg-in t the SilCare Website administratr back-end page using this

More information

Step- by- Step Instructions for Adding a HotPot Activity 1. Click the Turn editing on button on the course home page.

Step- by- Step Instructions for Adding a HotPot Activity 1. Click the Turn editing on button on the course home page. 1 Adding a Ht Ptates Activity Ht Ptates (versin 6.3 fr Windws, and versin 6.1 fr Java) has been a mainstay in develping interactive nline activities in language training fr mre than 10 years. The HtPt

More information

The Login Page Designer

The Login Page Designer The Lgin Page Designer A new Lgin Page tab is nw available when yu g t Site Cnfiguratin. The purpse f the Admin Lgin Page is t give fundatin staff the pprtunity t build a custm, yet simple, layut fr their

More information

Advanced Title Search 8.1.0

Advanced Title Search 8.1.0 Advanced Title Search 8.1.0 Release Ntes April 22, 2017 Table f Cntents ATS 8.1.0 Release Ntes... 1 Pst-Installatin Requirements... 1 Deleting Temprary Internet Files and Histry... 1 Using Internet Explrer...

More information

Agent Online. User Manual

Agent Online. User Manual Agent Online User Manual Cntents Lgging On t Agent Online.. 3 Agency Details and Emplyees... 3 Agency Details... 4 Agent Online User Types 5 Applicant Management... 6 Add a New Applicant... 7 Cntact Details...

More information

SmartPass User Guide Page 1 of 50

SmartPass User Guide Page 1 of 50 SmartPass User Guide Table f Cntents Table f Cntents... 2 1. Intrductin... 3 2. Register t SmartPass... 4 2.1 Citizen/Resident registratin... 4 2.1.1 Prerequisites fr Citizen/Resident registratin... 4

More information

STORM Advisor Center How To

STORM Advisor Center How To STORM Advisr Center Hw T Hyperlinked Table f Cntents Advisr Center Overview Class Searches Advisee Cmments Need HELP Wh t Cntact with Questins Technical Requirements Infrmatin Advisr Center Click n the

More information

InformationNOW Letters

InformationNOW Letters InfrmatinNOW Letters Abut this Guide This Quick Reference Guide prvides an verview f letters in InfrmatinNOW. There are three types f letters: Student: May be used t create varius letters, frms, custmized

More information

Tips and Tricks in Word 2000 Part II. Presented by Carla Torgerson

Tips and Tricks in Word 2000 Part II. Presented by Carla Torgerson Tips and Tricks in Wrd 2000 Part II Presented by Carla Trgersn (cnt2@psu.edu) 1. using styles Styles are used t create frmatting shrtcuts s yu can create a dcument that has frmatting cnsistency. Fr example,

More information

Procurement Contract Portal. User Guide

Procurement Contract Portal. User Guide Prcurement Cntract Prtal User Guide Cntents Intrductin...2 Access the Prtal...2 Hme Page...2 End User My Cntracts...2 Buttns, Icns, and the Actin Bar...3 Create a New Cntract Request...5 Requester Infrmatin...5

More information

THE OPEN UNIVERSITY OF TANZANIA INSTITUTE OF EDUCATIONAL AND MANAGEMENT TECHNOLOGIES INSTUCTOR USER GUIDE

THE OPEN UNIVERSITY OF TANZANIA INSTITUTE OF EDUCATIONAL AND MANAGEMENT TECHNOLOGIES INSTUCTOR USER GUIDE THE OPEN UNIVERSITY OF TANZANIA INSTITUTE OF EDUCATIONAL AND MANAGEMENT TECHNOLOGIES INSTUCTOR USER GUIDE Cntents Understand n hw t access Mdle...4 Managing yur curse...8 Adding Resurces...9 Adding Files...9

More information

Approver eachievement

Approver eachievement Apprver eachievement Overview Apprved administratrs authrize the additin f c-curricular achievements (als knwn as experiences) taking place utside f the classrm t a student s fficial academic recrd. Students

More information

HW4 Software version 3. Device Manager and Data Logging LOG-RC Series Data Loggers

HW4 Software version 3. Device Manager and Data Logging LOG-RC Series Data Loggers Page 1 f 18 HW4 Sftware versin 3 Device Manager and Data Lgging LOG-RC Series Data Lggers 2011; Page 2 f 18 Table f cntents 1 ORGANIZATION OF THE HW4 MANUALS... 3 2 OVERVIEW... 4 3 INITIAL SETUP... 4 3.1

More information