Foot of Second Street, East Rockaway,NY CHAVER.1 Fax Queries

Size: px
Start display at page:

Download "Foot of Second Street, East Rockaway,NY CHAVER.1 Fax Queries"

Transcription

1 a product of Circuits & Systems, Inc. Foot of Second Street, East Rockaway,NY CHAVER.1 Fax Queries The dictionary definition of the word query is as follows; Query : 1. <database> A user s (or agent s) request for information, generally as a formal request to a database or search engine. Queries are one of the most powerful aspects of Chaver-ware. With queries you can search for specific records from your database, then send them to a Quick Report for printing, to your word processor for a Mail Merge, or you may Export the data for use in other programs that accept standard ASCII format files. If the records you requested are members you can assign them all to a category. Furthermore, once a query has been created, it is automatically saved, and may be used again. There are only two steps involved in using queries. The first is designing the query. This is where we tell Chaver-ware what records we are looking for (Such as everyone with a birthday in December). When this is done Chaver-ware will create a table containing all the matching records. The Second step is to display the information we wish to see from these matches (Such as their telephone numbers). This step is only necessary when you wish to see a report or you wish to export this data to another program. In all other cases the second step can be skipped. In order to write successful queries, it is important to make a distinction between these two steps. A valuable guide to use, when working with queries, is a list of the available fields in Chaver-ware. This can be found in the online Help. To print it, go to the help menu in Chaver-ware. Click on Search For Help On When you see the help topics screen, type in Query:Fields (without the quotation marks), then hit Display. To print it, click on the Print button. Once you have this we can begin creating a new query. Step1: Designing the query By default Chaver-ware will display New Query. You can type over this and give it any name you like. The next time you wish to use this query, click on the magnifying glass. There you will see a list of all the available queries, including the one you just created. Click on the menu item Reports and select Queries Then click on the button Add Definition. This will bring up the following screen:

2 Each query line begins with a Clear button. If you make a mistake on any of the lines, you can use this button to clear it. There is also a Clear Query button. Pressing this will clear out all of the query fields. At the bottom of the screen are two lines. They are inside a box labeled Sort. These are used by Chaver-ware to determine how the resulting matches will be sorted (such as alphabetical order by last name). To try out a query just click on the tab labeled View Query Results. To see the query fields in action, let s take a look at some basic query examples. The simplest queries you can design with Chaver-ware will only take up one line. An example of such a query is the following: This query will pick up a list of records whose LastName is Smith. The first box is left intentionally blank. It is used, as we shall see further on, to combine more than one line of query data. The second box contains the field we are testing. If you have any trouble locating an item in the second box, you may find it easier to type the first letter of the item you are looking for. Keep doing this until the item appears in the box. There are many fields stored in Chaver-ware s database. For a complete listing of what is available, please refer to the Query Fields printout. The third box tells Chaver-ware what type of comparison we are doing, while the fourth box contains the data we would like to compare. If you click on the down arrow button on the third list box you will see a list of all the comparisons you can do. Here is a brief explanation of them: 2

3 = The standard equal sign. Used when you want to find something specific. < > This means greater than and less than. In other words not equal to. < Less than. Use this when looking for items less than a certain value. <= Less than or equal to. Same as above only includes items equal to the value that was typed in. > Greater than. Use this when looking for items greater than a certain value. >= Greater than or equal to. Same as above only includes items equal to the value that was typed in. Like This is used for a special comparison, called pattern matching. Its usage is explained in more detail below. The first six comparison symbols can be used with a variety of data. The last symbol is used to take advantage of a special ability of Chaver-ware called pattern matching. Pattern matching is useful when you are looking for data that matches a certain pattern. Here is an example of pattern matching: The preceding example finds all the records whose LastName begins with the letter A. The asterisk is called a wildcard and can be used in place of anything we are uncertain of. Pattern matching can be used like this: This results in a list of records whose Birthdate is in December of 1998, regardless of the day. So far most of our examples have consisted of only one line. Chaver-ware is capable of doing much more complex queries by combining more than one line. This is where the first box would come in. This box contains options to connect two lines together. The most important of these being AND, and OR. Here is our previous example modified to pick up yahrzeits between November 98 AND December 99: 3

4 You can combine seemingly separate queries into one query by using parentheses. Take a look at the following example: The items in parenthesis are evaluated first finding everyone who is in zip code or zip code We use or because there is no one in zip code and Chaver-ware then narrows down the results to the adults who are in the Torah Readers category. The final step in designing a query involves telling the computer what order you would like the results sorted in. You have two options ASC (Ascending order, such as A to Z) or DESC (Descending order, such as Z to A). To sort by LastName alphabetically you would choose the following: The second sort line allows you to specify a secondary sort order. The following example will sort first by zip code, then alphabetically by last name: To have Chaver-ware start the query, click on the tab labeled View Query Results. Chaver-ware will find a list of records that match, and build a table with the results. Common Errors As you experiment with queries, occasionally you may run into an error message, or even some unexpected results. Here are some common error messages, and some suggestions on correcting them: 4

5 This means the query could not find any records matching what you were looking for. Computers can be very literal, so if you receive this message, check for typos in your query. If you are using dates, take out any unnecessary zeroes. For instance January First 1998 should be written 1/1/98 not 01/01/98. If the query involves categories or names, make sure the spelling is precisely what was entered into the system, including case, punctuation, and spacing. For instance a category named Membership Dues is completely different from membership dues. Of course, sometimes, the message simply means there are no matching records. If you get the Illegal Query message, it means Chaver-ware does not understand the query you entered. You may get this if you attempt to mix unrelated items from the database. The following is an example of mismatched fields: The query is looking for members whose first name is John. However, it is attempting to sort them in alphabetical order by deceased s last name. Yahrzeit and member information are two different sets of data. There are occasions when you can mix data in a meaningful way. The printout contains a list of all the available databases in Chaver-ware. It also shows you a list of all the available fields. There is a logical connection between each of the databases. Here are some general rules to follow: If you are looking for member data (such as members observing yahrzeit, or members that belong to a certain category), you need to reference the 5

6 member database in your query. This can be done by including the line LastName Like * in your query. Accounting information is tied to the family, not to any individual member. To view the family it is attached to, add the line Family_FamilyID Like * to the query. Step2: Displaying information When the query has finished building a table, you will see a list of records with fields that match the search criteria. The information displayed is only a list of matching records. If you wish to see additional information for each record, such as telephone numbers for a Quick Report, or mailing labels for an export, continue with this step. If this is for a mail merge, or for assigning a group of people to a category, this step can be skipped. If on the other hand you would like to print a report using these records, or you would like to export data to another program, then you need to select the information you wish to see. To do this you use the panel on the right hand side: To display a field, click on the box to the left of it. This will put a checkmark in it, and display that column. To hide a field, click on the checkmark to the left of it. This will hide the column. Don t worry too much about the order you display the columns in, these can be rearranged easily. The fields available here are the same as the query design screen. Depending on the types of records you are viewing, some fields will not be available (such as telephone numbers for deceased people). You may use the printout as a guide. To rearrange the columns, simply click on the title of the column you wish to move, and drag it to the place you would like to put it. When you release the mouse button the column will appear in its new location. 6

7 Once your report is laid out to your satisfaction, you may wish to print it. Click on the Quick Report button. A preview of the report will appear on the screen. If you do not have any further changes to make, click on the print button. To export the data to another program, click on the Export button. Give the destination file a name, select the options your program requires, and click Export. You can now import the resulting file into another program that accepts standard ASCII format files. Assigning the Results of a Query to a Category It may be desirable to assign the results of a query to a category. For instance you may wish to assign the members of one or more categories to a new category. First you must set up a query to find everyone in the original category: This will find every member belonging to the category named Original Category. We use the line Member_FamilyID Like * because we are looking for individuals belonging to the category Original Category, not categories named Original Category. Click on the View Query Results tab. This will give you a list of individuals in the Original Category. Next click on the Assign to Category button. Click on the new category, and press the Select button. You will be presented with a screen asking if you wish to use the default billing information that was set up when the category was created, or you may choose to adjust the amounts for each individual you are assigning. If this is not a billable category, leave it set to Default, and click on Proceed. Mail Merge Mail Merge is one of the most powerful things you can do with any database, and Chaver-ware has made that process even more powerful and easy to use. Mail merges can be performed with one of the three more popular word processors, Microsoft Word for Windows, Word Perfect for Windows, and Ami Pro for Windows. Chaver-ware was designed to link directly to versions of Word for Windows up to 95, and Wordperfect up to version 7. If you have a later version of these Word processors you may still perform a mail merge, but you must follow the procedure for doing an export instead. Use the export from Chaver-ware as your data source, and follow your word processor s instructions for performing a standard mail merge. Before doing any mail merges you must first tell Chaver-ware which word processor you are going to use, and where its files are located. To do this, click on File, and Setup. Then click on the Word Processor tab. Once this is complete 7

8 you are ready to begin. Some of the common uses for mail merge are producing yahrzeit notification letters, committee meeting notices, and any other letter that might merge data from different records into a form letter. Start by setting up a query that will find the information you wish to include in your mail merge. Here is an example of a query that finds individuals who are observing yahrzeits in December of 99: Click on the View Query Results tab to get a listing of observers. Click on the Mail Merge button. You will be presented with the following screen: The document that contains the form letter, with the mail merge codes is called the Form Document. It s used as the blue print for the mail merge. If this document already exists click on browse and select it. If this is a new mail merge, you must first create the form document with all of the merge codes and text that you wish inserted in the document. To do this first click on the Browse button next to Form Document. Enter a file name for the form document, and then click ok. Click on Edit Document. Chaver-ware will start your word processor in mail merge edit mode, with a blank document. Start typing your letter. Putting in the merge fields depends on the word processor you are using. In Microsoft Word you can get a list of fields by either clicking the Insert Field button or pressing Alt-Shift-F. Due to a defect in Word, you must use the Alt- Shift-F option. In Word Perfect click on the Insert Merge Field button to get a list of fields. Once your document is completed, save it and close it. Then click on the Return to Chaver-ware button in the top left of the screen. When you are done, save your form document, and click on the button at the top of the screen labeled Return to Chaver-ware. This will bring you back to the mail merge screen. When you have specified a form document, you need to choose where you wish to send your mail merge. To send it to the printer, go to the area 8

9 marked Output To and select the Printer option. Click on the Merge button to begin printing. You may also choose to output to a different document before you print. From the area marked Output To select the Document option. Click on the Browse button, and fill in a name for the output document. This is the name of the document that your word processor will merge to. It will take the data of the merge codes you have input into the form document along with all of the text you have typed in, and create one document for each record found by the query. This document will be overwritten each time you perform a merge so be careful to not use a document you wish to keep. Chaver-ware suggests using one document for all of your output needs regardless of the merge being performed. (i.e. merge.doc). If the document does not exist Chaver-ware will create it. If you wish to save this document for reprinting at another time, then choose an appropriate name you will remember. The Output Document file must be a different file than the Form Document! To perform the mail merge, click on the Merge button. Your word processor will now start, and will create the mail merge document. When it is done, you may save the mail merge document as you would any other document, or you may print it using your word processor s print feature. 9

SedonaOffice Users Conference. San Francisco, CA January 21 24, Query Builders. Presented by: Matt Howe

SedonaOffice Users Conference. San Francisco, CA January 21 24, Query Builders. Presented by: Matt Howe SedonaOffice Users Conference San Francisco, CA January 21 24, 2018 Query Builders Presented by: Matt Howe This Page Intentionally Left Blank Page 2 of 20 Table of Contents Overview... 4 Example 1 Sales

More information

Welcome to Cole On-line Help system!

Welcome to Cole On-line Help system! Welcome to Cole On-line Help system! Cole Online is an Internet based information directory that allows fast and efficient access to demographic information about residences and businesses. You can search

More information

Microsoft Access 2010

Microsoft Access 2010 2013\2014 Microsoft Access 2010 Tamer Farkouh M i c r o s o f t A c c e s s 2 0 1 0 P a g e 1 Definitions Microsoft Access 2010 What is a database? A database is defined as an organized collection of data

More information

Blackboard for Faculty: Grade Center (631) In this document:

Blackboard for Faculty: Grade Center (631) In this document: 1 Blackboard for Faculty: Grade Center (631) 632-2777 Teaching, Learning + Technology Stony Brook University In this document: blackboard@stonybrook.edu http://it.stonybrook.edu 1. What is the Grade Center?..

More information

DataMaster for Windows

DataMaster for Windows DataMaster for Windows Version 3.0 April 2004 Mid America Computer Corp. 111 Admiral Drive Blair, NE 68008-0700 (402) 426-6222 Copyright 2003-2004 Mid America Computer Corp. All rights reserved. Table

More information

Introduction to Microsoft Excel 2007

Introduction to Microsoft Excel 2007 Introduction to Microsoft Excel 2007 Microsoft Excel is a very powerful tool for you to use for numeric computations and analysis. Excel can also function as a simple database but that is another class.

More information

Access Intermediate

Access Intermediate Access 2013 - Intermediate 103-134 Advanced Queries Quick Links Overview Pages AC124 AC125 Selecting Fields Pages AC125 AC128 AC129 AC131 AC238 Sorting Results Pages AC131 AC136 Specifying Criteria Pages

More information

User Manual Mail Merge

User Manual Mail Merge User Manual Mail Merge Version: 1.0 Mail Merge Date: 27-08-2013 How to print letters using Mail Merge You can use Mail Merge to create a series of documents, such as a standard letter that you want to

More information

Journal Entry. Slide 1. Revised November People Soft 8.8. Journal Entry

Journal Entry. Slide 1. Revised November People Soft 8.8. Journal Entry Slide 1 People Soft 8.8 Journal Entry Revised November 2005 1 Slide 2 Learning Objectives How to Get to the Journal Entry Screen How to Create a New Journal Entry How to View an Existing Journal How to

More information

Access Intermediate

Access Intermediate Access 2010 - Intermediate 103-134 Advanced Queries Quick Links Overview Pages AC116 AC117 Selecting Fields Pages AC118 AC119 AC122 Sorting Results Pages AC125 AC126 Specifying Criteria Pages AC132 AC134

More information

Worldox GX Cheat Sheet

Worldox GX Cheat Sheet Version Control Once a document has been initially saved, you can also save it as a different version. Select File Save As, and the following screen appears: Worldox GX Cheat Sheet Basic Worldox Screen

More information

COBISS3 Basic Guidelines. You can find an object in three different ways: in the search window through a query by object key

COBISS3 Basic Guidelines. You can find an object in three different ways: in the search window through a query by object key 3 Basic Guidelines 4.3 SEARCHING You can find an object in three different ways: in the search window through a query by object key 4.3.1 Searching in the search window Using the search window, you can

More information

Membership Table of Contents

Membership Table of Contents Membership Table of Contents Membership Table of Contents 1 Introduction to Membership 6 Household and Individual Records 6 Connect with People! 6 Reporting 6 Installing Membership, with or without Donations

More information

Excel Module 7: Managing Data Using Tables

Excel Module 7: Managing Data Using Tables True / False 1. You should not have any blank columns or rows in your table. True LEARNING OBJECTIVES: ENHE.REDI.16.131 - Plan the data organization for a table 2. Field names should be similar to cell

More information

Working with Mailbox Manager

Working with Mailbox Manager Working with Mailbox Manager A user guide for Mailbox Manager supporting the Message Storage Server component of the Avaya S3400 Message Server Mailbox Manager Version 5.0 February 2003 Copyright 2003

More information

ICDL & OOo BASE. Module Five. Databases

ICDL & OOo BASE. Module Five. Databases ICDL & OOo BASE Module Five Databases BASE Module Goals taken from the Module 5 ICDL Syllabus Module 5 Database requires the candidate to understand some of the main concepts of databases and demonstrates

More information

Unit 3 Fill Series, Functions, Sorting

Unit 3 Fill Series, Functions, Sorting Unit 3 Fill Series, Functions, Sorting Fill enter repetitive values or formulas in an indicated direction Using the Fill command is much faster than using copy and paste you can do entire operation in

More information

Unit 3 Functions Review, Fill Series, Sorting, Merge & Center

Unit 3 Functions Review, Fill Series, Sorting, Merge & Center Unit 3 Functions Review, Fill Series, Sorting, Merge & Center Function built-in formula that performs simple or complex calculations automatically names a function instead of using operators (+, -, *,

More information

6 Finding Patient Information

6 Finding Patient Information 6 Finding Patient Information 6.1 Patient Lookup Overview Patient Lookup is the first screen displayed when you log in. IntelliSpace PACS allows you to uniquely identify a person and track their care as

More information

REPORT WRITER MANUAL (Version 10)

REPORT WRITER MANUAL (Version 10) REPORT WRITER MANUAL (Version 10) 2 Report Writer - Navigation You may access Report Writer by choosing view from your toolbar and selecting Report Writer or by choosing the Report Writer option when you

More information

Using Microsoft Access

Using Microsoft Access Using Microsoft Access Creating Select Queries Norm Downey Chapter 2 pages 173 193 and Chapter 3 pages 218 249 2 1 This PowerPoint uses the Sample Databases on the class website Please download them now

More information

Using Mail Merge in Microsoft Word XP/2002

Using Mail Merge in Microsoft Word XP/2002 Using Mail Merge in Microsoft Word XP/2002 Open Microsoft Word XP/2002 Beginning the Merge You may start Mail Merge with a blank document or one that you have already created. We will use a blank document

More information

THE EXCEL ENVIRONMENT... 1 EDITING...

THE EXCEL ENVIRONMENT... 1 EDITING... Excel Essentials TABLE OF CONTENTS THE EXCEL ENVIRONMENT... 1 EDITING... 1 INSERTING A COLUMN... 1 DELETING A COLUMN... 1 INSERTING A ROW... DELETING A ROW... MOUSE POINTER SHAPES... USING AUTO-FILL...

More information

4HOnline has a powerful report system that allows you to take an existing report, customize it to suit your needs, and then save it to use again.

4HOnline has a powerful report system that allows you to take an existing report, customize it to suit your needs, and then save it to use again. 4HOnline USING AND CREATING REPORTS Created: October 14, 2013 OVERVIEW 4HOnline has a powerful report system that allows you to take an existing report, customize it to suit your needs, and then save it

More information

Using Word 2003 for Mail Merge

Using Word 2003 for Mail Merge Using Word 2003 for Mail Merge Doc 5.125 Ver 2 August 2004 John Matthews Central Computing Services Prerequisites This document assumes that you are familiar with the use of a computer keyboard and mouse

More information

Microsoft Access XP (2002) Queries

Microsoft Access XP (2002) Queries Microsoft Access XP (2002) Queries Column Display & Sorting Simple Queries And & Or Conditions Ranges Wild Cards Blanks Calculations Multi-table Queries Table of Contents INTRODUCTION TO ACCESS QUERIES...

More information

Making ERAS work for you

Making ERAS work for you Making ERAS work for you (Beyond the basics) If you ve used ERAS for your application season, you ve probably mastered the basics; collecting mail from ERAS Post Office, checking boxes in the status listing,

More information

Banner 9 Page 1. Changes in Banner 9. New Terminology and Shortcut Keys Some are new, some are the same. Quick Search no icon F5 CTRL+SHFT+Y

Banner 9 Page 1. Changes in Banner 9. New Terminology and Shortcut Keys Some are new, some are the same. Quick Search no icon F5 CTRL+SHFT+Y Banner 9 Table of Contents Changes in Banner 9... 1 New Terminology and Shortcut Keys... 1 New Features... 2 Banner 9 Landing Page... 3 Screen Layout... 6 Basic Navigation Sidebar... 6 Page Header... 6

More information

Section 1 Creating Mail Merge Files

Section 1 Creating Mail Merge Files Course Topics: I. Creating Mail Merge Files II. Creating Mailing Labels III. Printing Selective Records IV. Using Mail Merge Toolbar V. Envelopes and labels on the fly Section 1 Creating Mail Merge Files

More information

Using Mail Merge in Microsoft Word 2003

Using Mail Merge in Microsoft Word 2003 Using Mail Merge in Microsoft Word 2003 Mail Merge Created: 12 April 2005 Note: You should be competent in Microsoft Word before you attempt this Tutorial. Open Microsoft Word 2003 Beginning the Merge

More information

Bucknell University Digital Collections. LUNA Insight User Guide February 2006

Bucknell University Digital Collections. LUNA Insight User Guide February 2006 Bucknell University Digital Collections LUNA Insight User Guide February 2006 User Guide - Table of Contents Topic Page Number Installing Insight. 2-4 Connecting to Insight 5 Opening Collections. 6 Main

More information

GETTING STARTED: Let s start by getting familiar with moving around in Access.

GETTING STARTED: Let s start by getting familiar with moving around in Access. Basic Queries in Access 2007: Filtering Ira Chinoy / JOUR 772 & 472 / Philip Merrill College of Journalism Access is a program that allows us to examine the information in a database several different

More information

Sample A2J Guided Interview & HotDocs Template Exercise

Sample A2J Guided Interview & HotDocs Template Exercise Sample A2J Guided Interview & HotDocs Template Exercise HotDocs Template We are going to create this template in HotDocs. You can find the Word document to start with here. Figure 1: Form to automate Converting

More information

PracticeMaster Report Writer Guide

PracticeMaster Report Writer Guide Copyright 2014-2015 Software Technology, Inc. 1621 Cushman Drive Lincoln, NE 68512 (402) 423-1440 Tabs3.com Tabs3, PracticeMaster, and the "pinwheel" symbol ( ) are registered trademarks of Software Technology,

More information

Chapter 5 Retrieving Documents

Chapter 5 Retrieving Documents Chapter 5 Retrieving Documents Each time a document is added to ApplicationXtender Web Access, index information is added to identify the document. This index information is used for document retrieval.

More information

Guide to using Membership lists

Guide to using Membership lists Your Membership list Guide to using Membership lists A maximum of five Committee Members per Local Group can be given website editing rights and there are two types of access available: senior rights allow

More information

Merge Data from Shelby v.5 & ShelbyNext to Microsoft Word

Merge Data from Shelby v.5 & ShelbyNext to Microsoft Word Merge Data from Shelby v.5 & ShelbyNext to Microsoft Word (Course #E236) Presented by: Betty Heston, Shelby Consultant 2018 Shelby Systems, Inc. Other brand and product names are trademarks or registered

More information

Using Microsoft Access

Using Microsoft Access Using Microsoft Access Creating Queries Norm Downey This PowerPoint uses the Sample Databases on the class website Please download them now 2 1 What is a Query? Queries allow the user to manipulate the

More information

ST. JOHN FISHER COLLEGE

ST. JOHN FISHER COLLEGE Word Mail Merge Table of Contents The Mailings Tab... 1 Main Document... 2 E-Mail Messages... 3 Create and print envelopes... 5 Create and print labels... 8 Connecting to a Data Source... 10 Filter list

More information

Top Producer 7i Tips & Tricks Volume 1

Top Producer 7i Tips & Tricks Volume 1 Top Producer 7i Tips & Tricks Volume 1 TOP PRODUCER Systems Inc. 1 Table of Contents 1 Using Quick Action Commands...3 1.1 Use the Commands Instead of the Menu s...3 2 Scrolling Within a Long List...5

More information

MAIL MERGE MARKETING WITH CARDEX

MAIL MERGE MARKETING WITH CARDEX This procedure contains several steps to accomplish exporting the Cardex records to a text file and merging the exported Cardex data to Microsoft Word for address labels. Exporting the Cardex records to

More information

Service Minder Plus Features/Helpful Hints

Service Minder Plus Features/Helpful Hints Service Minder Plus Features/Helpful Hints This manual covers helpful hints and use of features. Note: These items will be addressed during the training sessions. This document is meant to be used as an

More information

Microsoft Access 2003 Quick Tutorial

Microsoft Access 2003 Quick Tutorial 1 Starting Access: 1. If there is no Access shortcut on the desktop, select Start, then Programs, then Microsoft Office, and then Access. 2. When access is open select File and then click on Blank Database

More information

Sorting and Filtering Data

Sorting and Filtering Data chapter 20 Sorting and Filtering Data IN THIS CHAPTER Sorting...................................................... page 332 Filtering..................................................... page 337 331

More information

Veco User Guides. Grids, Views, and Grid Reports

Veco User Guides. Grids, Views, and Grid Reports Veco User Guides Grids, Views, and Grid Reports Introduction A Grid is defined as being a list of data records presented to the user. A grid is shown generally when an option is selected from the Tree

More information

Microsoft Office 2016 Mail Merge

Microsoft Office 2016 Mail Merge Microsoft Office 2016 Mail Merge Mail Merge Components In order to understand how mail merge works you need to examine the elements involved in the process. In any mail merge, you'll deal with three different

More information

Creating your State Alpha Directory Listing

Creating your State Alpha Directory Listing Creating your State Alpha Directory Listing THE CSV FILE Sign into www.elks.org Go to Extended Access State Secretary Section Grand Lodge Reports For the listing of all the members for the alpha directory

More information

Training Guide. Queries and Detail Grids

Training Guide. Queries and Detail Grids Training Guide Queries and Detail Grids Queries and Detail Grids Copyright 2013 Table of Contents Unit 1: Checking Current Events/Accounts Receivable... 1.1 Tracking Your Current Events... 1.1 Generating

More information

4HOnline HelpSheet. Using and Creating Reports. Top two reminders: Understanding & navigating the reports screen

4HOnline HelpSheet. Using and Creating Reports. Top two reminders: Understanding & navigating the reports screen Using and Creating Reports Top two reminders: 1. Printing labels (from any report format) will only work correctly if you remember to change Page Scaling to none on the printer setup dialog box. 2. If

More information

Microsoft Word 2010 Introduction to Mail Merge

Microsoft Word 2010 Introduction to Mail Merge Microsoft Word 2010 Introduction to Mail Merge Elizabeth Wells February 2012 Copyright 2012 ElizabethWells All rights reserved. Except as permitted under current legislation, no part of this work may be

More information

Fusion. CBR Fusion MLS Level 1 Core Functions. Class Handout

Fusion. CBR Fusion MLS Level 1 Core Functions. Class Handout Fusion 1 CBR Fusion MLS Level 1 Core Functions Class Handout GETTING STARTED IN FUSION Logging On and Off To log on to Fusion MLS: 1. Type your user name in the User ID box. 2. Type your password in the

More information

BANNER 9 QUICK NAVIGATION GUIDE

BANNER 9 QUICK NAVIGATION GUIDE B Contents Application Navigator... 3 Key terminology changes... 4 Shortcut Key changes... 4 Basic Navigation... 5 Page Header... 5 Key Block... 6 Sections... 7 Bottom Section Navigation... 7 Error Message

More information

GIFT Department of Computing Science Data Selection and Filtering using the SELECT Statement

GIFT Department of Computing Science Data Selection and Filtering using the SELECT Statement GIFT Department of Computing Science [Spring 2013] CS-217: Database Systems Lab-2 Manual Data Selection and Filtering using the SELECT Statement V1.0 4/12/2016 Introduction to Lab-2 This lab reinforces

More information

Microsoft Word. Part 2. Hanging Indent

Microsoft Word. Part 2. Hanging Indent Microsoft Word Part 2 Hanging Indent 1 The hanging indent feature indents each line except the first line by the amount specified in the By field in the Paragraph option under the format option, as shown

More information

BE Share. Microsoft Office SharePoint Server 2010 Basic Training Guide

BE Share. Microsoft Office SharePoint Server 2010 Basic Training Guide BE Share Microsoft Office SharePoint Server 2010 Basic Training Guide Site Contributor Table of Contents Table of Contents Connecting From Home... 2 Introduction to BE Share Sites... 3 Navigating SharePoint

More information

Web-based ADAMS User Guide

Web-based ADAMS User Guide Web-based ADAMS User Guide Release 1.0 October 2010 1 Table of Contents Introduction... 3 Purpose... 3 Terms and Acronyms... 3 WBA Basics... 3 Viewing and Downloading... 5 Folder View... 5 Folder View

More information

Working with Data in Microsoft Excel 2010

Working with Data in Microsoft Excel 2010 Working with Data in Microsoft Excel 2010 This document provides instructions for using the sorting and filtering features in Microsoft Excel, as well as working with multiple worksheets in the same workbook

More information

Microsoft Office 2010: Introductory Q&As Access Chapter 2

Microsoft Office 2010: Introductory Q&As Access Chapter 2 Microsoft Office 2010: Introductory Q&As Access Chapter 2 Is it necessary to close the Navigation Pane? (AC 78) No. It gives you more room for the query, however, so it is usually a good practice to hide

More information

MICROSOFT WORD 2007 LETTER ASSISTANT INSTRUCTIONS

MICROSOFT WORD 2007 LETTER ASSISTANT INSTRUCTIONS MICROSOFT WORD 2007 LETTER ASSISTANT INSTRUCTIONS Each Letter Assistant will vary according to the program you are working in. However, the Letter Assistant screen will be the same once you reach the point

More information

Instructions for Using the Databases

Instructions for Using the Databases Appendix D Instructions for Using the Databases Two sets of databases have been created for you if you choose to use the Documenting Our Work forms. One set is in Access and one set is in Excel. They are

More information

Access - Introduction to Queries

Access - Introduction to Queries Access - Introduction to Queries Part of managing a database involves asking questions about the data. A query is an Access object that you can use to ask the question(s). The answer is contained in the

More information

TRAINING GUIDE. Web App End User Training

TRAINING GUIDE. Web App End User Training TRAINING GUIDE Web App End User Training Web Application End-User Training In this booklet, we will introduce you to the Lucity Web application. The Web system allows you to utilize customized views, forms,

More information

Access 2003 Introduction to Report Design

Access 2003 Introduction to Report Design Access 2003 Introduction to Report Design TABLE OF CONTENTS CREATING A REPORT IN DESIGN VIEW... 3 BUILDING THE REPORT LAYOUT... 5 SETTING THE REPORT WIDTH... 5 DISPLAYING THE FIELD LIST... 5 WORKING WITH

More information

Data. Selecting Data. Sorting Data

Data. Selecting Data. Sorting Data 1 of 1 Data Selecting Data To select a large range of cells: Click on the first cell in the area you want to select Scroll down to the last cell and hold down the Shift key while you click on it. This

More information

1 Introduction to Excel Databases April 09

1 Introduction to Excel Databases April 09 1 Introduction to Excel Databases April 09 Contents INTRODUCTION TO DATABASES... 3 CREATING A DATABASE... 3 SORTING DATA... 4 DATA FORMS... 5 Data Form options... 5 Using Criteria... 6 FILTERING DATA...

More information

Shell Collection Management Program Version 2.0

Shell Collection Management Program Version 2.0 Shell Collection Management Program Version 2.0 2010 by David P. Berschauer Overview: The Shell Collection Management Program is a museum style database program which enables the collector to keep, organize,

More information

Microsoft Word - Starting the Mail Merge Wizard

Microsoft Word - Starting the Mail Merge Wizard Microsoft Word - Starting the Mail Merge Wizard Starting the Mail Merge Wizard. 1. Select the Mailings tab. 2. Click the Start Mail Merge button 3. Select Step by step Mil Merge Wizard. 4. Select the type

More information

Simple sets of data can be expressed in a simple table, much like a

Simple sets of data can be expressed in a simple table, much like a Chapter 1: Building Master and Detail Pages In This Chapter Developing master and detail pages at the same time Building your master and detail pages separately Putting together master and detail pages

More information

ADD AND NAME WORKSHEETS

ADD AND NAME WORKSHEETS 1 INTERMEDIATE EXCEL While its primary function is to be a number cruncher, Excel is a versatile program that is used in a variety of ways. Because it easily organizes, manages, and displays information,

More information

EXCEL BASICS: MICROSOFT OFFICE 2007

EXCEL BASICS: MICROSOFT OFFICE 2007 EXCEL BASICS: MICROSOFT OFFICE 2007 GETTING STARTED PAGE 02 Prerequisites What You Will Learn USING MICROSOFT EXCEL PAGE 03 Opening Microsoft Excel Microsoft Excel Features Keyboard Review Pointer Shapes

More information

TYPO3 Editing Guide Contents

TYPO3 Editing Guide Contents TYPO3 Editing Guide Contents Introduction... 2 Logging in... 2 Selecting your Workspace for editing... 2 Working with Content Elements... 3 Working in the Editing Window... 4 Pasting content from MS Word

More information

Mail Merge Word 2016

Mail Merge Word 2016 Mail Merge Word 2016 Produced by: Flinders University Centre for Innovation in Learning & Teaching CONTENTS What is Mail Merge?... 1 Steps in Creating a Merge... 1 Start the mail merge process... 2 Connect

More information

Table of Contents Telephone Directory

Table of Contents Telephone Directory Table of Contents Telephone Directory Telephone Directory 2 Introduction... 2 Telephone Directory Browse Table... 3 Adding/Editing Telephone Listings... 4 Adding a New Phone Book Listing... 4 Editing an

More information

Separators for numeric dates can be: dash (-), slash (/), blank (), period (.) The recommended date format for North American researchers is:

Separators for numeric dates can be: dash (-), slash (/), blank (), period (.) The recommended date format for North American researchers is: The Essentials: Dates Legacy supports six different date formats: Nov 21, 1953 21 Nov 1953 11-21-1953 21-11-1953 1953 Nov 21 1953-11-21 Separators for numeric dates can be: dash (-), slash (/), blank (),

More information

When you start Microsoft Access, the upper left of your screen looks like this.

When you start Microsoft Access, the upper left of your screen looks like this. Basic Queries in Access 2010: Filtering Ira Chinoy / JOUR 772 & 472 / Philip Merrill College of Journalism Access is a program that allows us to examine the information in a database several different

More information

Formulas Learn how to use Excel to do the math for you by typing formulas into cells.

Formulas Learn how to use Excel to do the math for you by typing formulas into cells. Microsoft Excel 2007: Part III Creating Formulas Windows XP Microsoft Excel 2007 Microsoft Excel is an electronic spreadsheet program. Electronic spreadsheet applications allow you to type, edit, and print

More information

Service Minder Plus Features/Helpful Hints

Service Minder Plus Features/Helpful Hints Service Minder Plus Features/Helpful Hints NOTE: These items will be addressed during the training sessions. This document is meant to be an overview resource for after completion of training. General

More information

Select a report and click this to view it. Select a report and click this to change it.

Select a report and click this to view it. Select a report and click this to change it. Quick Videos: A tutorial on creating reports. Shows reports you have created.s Not used by the county Reports pre-made by the county Reports pre-made by 4-H Online Shows reports and folders you have deleted.

More information

Table of Contents. 11:34:59 AM]

Table of Contents.   11:34:59 AM] Glossary Table of Contents GLOSSARY About this Tutorial Creating a Glossary General Grade Common module settings Glosary Main Page To update settings Adding Entries to the Glossary Creating Categories

More information

Frequently Asked Questions Table of Contents

Frequently Asked Questions Table of Contents Frequently Asked Questions Table of Contents What is my user name and password?... 3 How do I change my Password?... 3 How do I set up a view?... 3 How do I load a photo to a listing?... 3 How do I run

More information

Using Microsoft Access

Using Microsoft Access Using Microsoft Access After Tables, are perhaps the most important component in a database. are used to retrieve information from a database. Once again, a telephone directory can be used for an example

More information

STIDistrict Query (Basic)

STIDistrict Query (Basic) STIDistrict Query (Basic) Creating a Basic Query To create a basic query in the Query Builder, open the STIDistrict workstation and click on Utilities Query Builder. When the program opens, database objects

More information

Please install AudBase before beginning the tutorial. You ll find directions for installing the program in the introduction of the User Guide.

Please install AudBase before beginning the tutorial. You ll find directions for installing the program in the introduction of the User Guide. AudBase Tutorial This step-by-step lesson on the basic features of AudBase shows you how to enter data, search for records, and export information from the database. 2 AudBase AudBase Tutorial Welcome

More information

Start Mail Merge Step by Step Mail Merge Wizard messages

Start Mail Merge Step by Step Mail Merge Wizard  messages Mail Merge One of the most important pieces of a Mail Merge is your list of recipients along with their corresponding email addresses. When you are collecting email addresses, make sure that they are valid

More information

Organising Outlook Messages

Organising Outlook Messages Organising Outlook Messages In ORGANISING MESSAGES in Outlook FOCUS Outlook provides a number of tools and features for organising and locating e-mail messages. There are also ways that you can label

More information

Word 2007 Tables Objectives

Word 2007 Tables Objectives Word 2007 Tables In this lesson you will learn how to create, modify and format tables. You will also learn to use the AutoFormat table option and to sort table rows. Objectives Create a table Modify a

More information

TRAINING GUIDE. Lucity Web End User Training

TRAINING GUIDE. Lucity Web End User Training TRAINING GUIDE Lucity Web End User Training Web Application End-User Training In this booklet, we will introduce you to the Lucity Web application. The Web system allows you to utilize customized views,

More information

PUB. DIE A. Canon XF Utility. Instruction Manual. Macintosh. Version 1.2

PUB. DIE A. Canon XF Utility. Instruction Manual. Macintosh. Version 1.2 PUB. DIE-0408-000A 1 C Y P O Canon XF Utility Instruction Manual Macintosh Version 1.2 Table of Contents 02 03 Introduction 03 About Canon XF Utility 03 Conventions in the Manual 04 Running XF Utility

More information

Elector8 Training and Instruction Document Person Search

Elector8 Training and Instruction Document Person Search Elector8 Training and Instruction Document Person Search Version Control Version No. Author Change Details Date 1.0.0 S Verdon Initial Version of Elector8 Manual October 2010 1.3.1 M Warner Review of Elector8

More information

FOCUS ON: DATABASE MANAGEMENT

FOCUS ON: DATABASE MANAGEMENT EXCEL 2002 (XP) FOCUS ON: DATABASE MANAGEMENT December 16, 2005 ABOUT GLOBAL KNOWLEDGE, INC. Global Knowledge, Inc., the world s largest independent provider of integrated IT education solutions, is dedicated

More information

DXWeb Webenabled Version 4.0 Supplement

DXWeb Webenabled Version 4.0 Supplement DXWeb Webenabled Version 4.0 1 DXWeb Webenabled Version 4.0 Supplement To be used with the DENTRIX 9.0 User s Guide 727 E. Utah Valley Drive, Suite 500 American Fork, UT 84003 Tel. (801) 763-9300 Fax (801)

More information

Mail Merge Labels Envelopes

Mail Merge Labels Envelopes Mail Merge Labels Envelopes Mail Merge In Word, the Mail Merge Wizard can be used to integrate data stored in an Access database with a Word document. Mail merge is commonly used to create personalized

More information

Microsoft Word Part I Reference Manual

Microsoft Word Part I Reference Manual Microsoft Word 2002 Part I Reference Manual Instructor: Angela Sanderson Computer Training Coordinator Updated by: Angela Sanderson January 11, 2003 Prepared by: Vi Johnson November 20, 2002 THE WORD SCREEN

More information

Mail Merge - Create Letter

Mail Merge - Create Letter Mail Merge - Create Letter It is possible to create a merge file in Microsoft Word or Open Office and export information from the Owner, Tenant and Vendor Letters function in PROMAS to fill in that merge

More information

THE TASKBAR: A TOOL FOR UNLOCKING THE SECRETS OF WINDOWS 10

THE TASKBAR: A TOOL FOR UNLOCKING THE SECRETS OF WINDOWS 10 THE TASKBAR: A TOOL FOR UNLOCKING THE SECRETS OF WINDOWS 10 A Two Hour Seminar and Demonstration Thursday, September 13, 9:30-11:30 am, in the Computer Club Classroom Open Seating Presented by Bill Wilkinson

More information

Campus. Create Data Labels

Campus. Create Data Labels Campus Create Data Labels Macintosh computer users: Follow the instructions in this booklet to create labels in MS Word with the data you export from Campus SPPS Reports Attendance Labels. PC/Windows Users:

More information

Session 10 MS Word. Mail Merge

Session 10 MS Word. Mail Merge Session 10 MS Word Mail Merge Table of Contents SESSION 10 - MAIL MERGE... 3 How Mail Merge Works?... 3 Getting Started... 4 Start the Mail Merge Wizard... 4 Selecting the starting document... 5 Letters:...

More information

ClientTouch User Guide (Abridged)

ClientTouch User Guide (Abridged) ClientTouch User Guide (Abridged) For ClientTouch Version 3.2 This abridged edition of the ClientTouch User Guide contains all of the instruction steps of the full User Guide. It does not contain the tutorial

More information

OneView. User s Guide

OneView. User s Guide OneView User s Guide Welcome to OneView. This user guide will show you everything you need to know to access and utilize the wealth of information available from OneView. The OneView program is an Internet-based

More information

( Austin Chapter TASO Baseball

(  Austin Chapter TASO Baseball (https://www.thearbiter.net/shared/signin/signin.aspx) Austin Chapter TASO Baseball IMPORTANT THINGS TO DO FOR FIRST TIME USERS 1. Log in to the ARBITER system using the password provided to you by the

More information