Microsoft Access: Table Properites, Complex Forms. Start with a new, blank Access database,

Size: px
Start display at page:

Download "Microsoft Access: Table Properites, Complex Forms. Start with a new, blank Access database,"

Transcription

1 : Table Properites, Complex Forms Start with a new, blank Access database,

2 : Let s create the tblperson. We are going to use advanced properties for the table fields and create an advanced form.

3 Add a SSN input mask to the PersonID field using the Wizard.

4 Limit the first and last name to just 20 characters.

5 Limit the state to just two characters.

6 Program your own simple input mask for field PersonZipCode: The digit 0 is used to indicate a number is required. The \ is used to display the next character as entered, which is the - hyphen in this case. There are required five digits, a hyphen, and then an optional four digit code. The last four digits indicate a more specific location within a given ZIP code. Since the last four digits aren t always used, a 9 indicates the last four digits are optional.

7 Add a semicolon ; and a use a 0 (zero) to indicate that the hyphen should be stored with the data, or use a 1 if you don t want to store the hyphen with the data. Using the value 1 can help save space in a large database because the hyphens (or other characters that you used in the input mask) won t be stored.

8 Add another semicolon ; and type in the placeholder character you would like to use. The default placeholder is an underscore _.

9 Program your own simple input mask for field PersonCreditCardNumber: The digit 0 is used to indicate a number is required. The \ is used to display the next character as entered, which is the - hyphen in this case. There are 16 digits in the, in groups of 4 separated by hyphens. All digits are required, so we use a 0 (zero).

10 Then program the table to save the hyphens and to use the placeholder #.

11 Use DataType Date/Time for the PersonCreditCardExpirationDate.

12 Add the PersonCreditCardSecurityCode as DataType Text and program the Input Mask to be 000. Remember, 0 is used to indicate that a digit is required. Three zeros in a row means three digits must be entered.

13 Add the field PersonCreditCardVerified as Data Type Yes/No.

14 The tblperson so far.

15 Now that we know about programming input masks, let s add an input mask for the two-letter state abbreviation. We don t use 00 (zero-zero), but instead we use LL. The letter L indicates a letter is required, and users need to type two letters.

16 Now add a greater than sign > in front of the LL. The > sign converts all characters that follow to uppercase.

17 Program input masks for the first and last name fields. Add > and < symbols and then repeated? (up to 20 total characters). The < symbol is used to indicate all following characters will be lowercase.

18 Program input masks for the first and last name fields. Add > and < symbols and then repeated? (up to 20 total characters). The < symbol is used to indicate all following characters will be lowercase.

19 The completed tblperson. Close the Table.

20 REMINDER: Forms are created to easily add raw data to your tables. Extra Information From the Microsoft Office website: Forms in Access are like display cases in stores that make it easier to view or get the items that you want. Since forms are objects through which you or other users can add, edit, or display the data stored in your Access desktop database, the design of your form is an important aspect. If your Access desktop database is going to be used by multiple users, well-designed forms are essential for efficiency and data entry accuracy. - support.office.com

21 Create a form to conveniently add data to the table: After setting up the table, close it then select the table you would like to create the form for first, then click Form. Close the form and save it with the appropriate prefix: frm.

22 Use the Design View and the Form Design Tools tabs to modify the appearance of the form.

23 Set the form to Pop-Up by adjusting properties in the property sheet task pane:

24 Try disabling the form Close Button (when you do this a form can be closed by right-clicking the top bar and selecting close):: Try disabling the ability to move the form: Set it to Auto Center. This will center the form in your Access window only (it doesn t center the form on the screen): After you test these out return the settings back to normal.

25 After adjusting the form appearance and properties, go to Form View to add data to the table tblperson. Let s add two fictitious records. When you add data to the form it will automatically add the data to the table. Scroll through the records. You can make changes with the form.

26 Confirm that tblperson has been successfully populated with data by viewing the table in data sheet view.

Microsoft Access: Let s create the tblperson. Today we are going to use advanced properties for the table fields and use a Query.

Microsoft Access: Let s create the tblperson. Today we are going to use advanced properties for the table fields and use a Query. : Let s create the tblperson. Today we are going to use advanced properties for the table fields and use a Query. Add a SSN input mask to the PersonID field using the Wizard. Limit the first and last name

More information

Microsoft Access. Note: This slideshow is a continuation of the previous slideshow.

Microsoft Access. Note: This slideshow is a continuation of the previous slideshow. Note: This slideshow is a continuation of the previous slideshow. Let s create a report: Remember, a report object summarizes the fields and records from a table or query in an easy-to-read format suitable

More information

Microsoft Access. Data may include facts about people, events, things, or ideas, and is an important asset to any organization.

Microsoft Access. Data may include facts about people, events, things, or ideas, and is an important asset to any organization. Access is a database creation and management program. A database is a collection of records. The purpose of a database is to store, manage, and provide access to these records. Data may include facts about

More information

The specific steps to build Wooden Crafts database are here: 1. Create New Database. i. After opening Access, click Blank Desktop Database :

The specific steps to build Wooden Crafts database are here: 1. Create New Database. i. After opening Access, click Blank Desktop Database : Highline College - Busn 216: Computer Applications for Business (Fun and Power with Computers) Office 2016 Video #39: Access 2016: Create Database, Import Excel, Create Tables & Forms, Build Relationships

More information

Access Intermediate

Access Intermediate Access 2010 - Intermediate (103-134) Building Access Databases Notes Quick Links Building Databases Pages AC52 AC56 AC91 AC93 Building Access Tables Pages AC59 AC67 Field Types Pages AC54 AC56 AC267 AC270

More information

MODULE III: NAVIGATING AND FORMULAS

MODULE III: NAVIGATING AND FORMULAS MODULE III: NAVIGATING AND FORMULAS Copyright 2012, National Seminars Training Navigating and Formulas Using Grouped Worksheets When multiple worksheets are selected, the worksheets are grouped. If you

More information

Office Access. Intermediate

Office Access. Intermediate Office 2007 Access Intermediate May 2010 Contents INTRODUCTION... 1 DATABASE CONCEPTS... 3 WHAT IS A DATABASE?... 3 DATABASE OBJECTS... 3 WHAT IS A PRIMARY KEY?... 4 WHAT IS A FOREIGN KEY?... 4 WHAT IS

More information

Creating a Directory with a Mail Merge from an Excel Document

Creating a Directory with a Mail Merge from an Excel Document Creating a Directory with a Mail Merge from an Excel Document When you run a mail merge, Word pulls names, addresses, and other information directly from your Excel spreadsheet into the documents you re

More information

We will start by reviewing some interface features, then we will explore Mail Merge.

We will start by reviewing some interface features, then we will explore Mail Merge. Word Our exploration of Word will focus on some ways it is used in the business environment, and also you will learn how to easily make accurately formatted bibliographies for academic papers. We will

More information

Until mybtec is up and running, we re making the TAPs available as downloads through the Pearson Schools and FE Colleges website.

Until mybtec is up and running, we re making the TAPs available as downloads through the Pearson Schools and FE Colleges website. How to buy and download the (TAPs) for the 2012 BTEC First Awards in Principles of Applied Science and Application of Science Until mybtec is up and running, we re making the TAPs available as downloads

More information

CUSTOMISE FIELDS AND LAYOUTS 2010

CUSTOMISE FIELDS AND LAYOUTS 2010 CUSTOMISE FIELDS AND LAYOUTS 2010 CUSTOMIZE YOUR FIELDS AND LAYOUTS Step 1 Define your fields Step 2 Customize your layouts Note: Changing the name of a field in the Define Fields box does not change the

More information

Basic tasks in Outlook 2016

Basic tasks in Outlook 2016 Basic tasks in Outlook 2016 Microsoft Outlook 2016 organizes your emails, calendars, contacts, tasks, and to-do lists, all in one place. It all starts with your email account. From there you can start

More information

_APP A_541_10/31/06. Appendix A. Backing Up Your Project Files

_APP A_541_10/31/06. Appendix A. Backing Up Your Project Files 1-59863-307-4_APP A_541_10/31/06 Appendix A Backing Up Your Project Files At the end of every recording session, I back up my project files. It doesn t matter whether I m running late or whether I m so

More information

CREATING CUSTOMER MAILING LABELS

CREATING CUSTOMER MAILING LABELS CREATING CUSTOMER MAILING LABELS agrē has a built-in exports to make it easy to create a data file of customer address information, but how do you turn a list of names and addresses into mailing labels?

More information

Outlook 2013 Basic Tasks

Outlook 2013 Basic Tasks Outlook 2013 Basic Tasks Create a new email message In Mail, click New Email. Keyboard shortcut - To create an email message, press Ctrl+Shift+M. When you re done, click Send. Forward or reply to an email

More information

ADMS-8100 Programming Software for the Yaesu FT-8100

ADMS-8100 Programming Software for the Yaesu FT-8100 for the Yaesu FT-8100 Memory Types Left Memories Right Memories Left Limit Memories Right Limit Memories VFO Home Memory Channel Functions Mask The ADMS-8100 Programmer is designed to give you the ease

More information

MATLAB Introduction To Engineering for ECE Topics Covered: 1. Creating Script Files (.m files) 2. Using the Real Time Debugger

MATLAB Introduction To Engineering for ECE Topics Covered: 1. Creating Script Files (.m files) 2. Using the Real Time Debugger 25.108 Introduction To Engineering for ECE Topics Covered: 1. Creating Script Files (.m files) 2. Using the Real Time Debugger SCRIPT FILE 77-78 A script file is a sequence of MATLAB commands, called a

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

Use signatures in Outlook 2010

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

More information

Oracle SQL. murach s. and PL/SQL TRAINING & REFERENCE. (Chapter 2)

Oracle SQL. murach s. and PL/SQL TRAINING & REFERENCE. (Chapter 2) TRAINING & REFERENCE murach s Oracle SQL and PL/SQL (Chapter 2) works with all versions through 11g Thanks for reviewing this chapter from Murach s Oracle SQL and PL/SQL. To see the expanded table of contents

More information

Introduction to Microsoft Access 2016

Introduction to Microsoft Access 2016 Introduction to Microsoft Access 2016 A database is a collection of information that is related. Access allows you to manage your information in one database file. Within Access there are four major objects:

More information

Excel Foundation (Step 2)

Excel Foundation (Step 2) Excel 2007 Foundation (Step 2) Table of Contents Working with Names... 3 Default Names... 3 Naming Rules... 3 Creating a Name... 4 Defining Names... 4 Creating Multiple Names... 5 Selecting Names... 5

More information

Introduction to Microsoft Office Access 2010

Introduction to Microsoft Office Access 2010 Introduction to Microsoft Office Access 2010 Introduction to Microsoft Office Access 2010 by Himmelfarb Health Sciences Library is licensed under a Creative Commons Attribution-NonCommercial-NoDerivs 3.0

More information

MATLAB - Lecture # 4

MATLAB - Lecture # 4 MATLAB - Lecture # 4 Script Files / Chapter 4 Topics Covered: 1. Script files. SCRIPT FILE 77-78! A script file is a sequence of MATLAB commands, called a program.! When a file runs, MATLAB executes the

More information

Chapter11 practice file folder. For more information, see Download the practice files in this book s Introduction.

Chapter11 practice file folder. For more information, see Download the practice files in this book s Introduction. Make databases user friendly 11 IN THIS CHAPTER, YOU WILL LEARN HOW TO Design navigation forms. Create custom categories. Control which features are available. A Microsoft Access 2013 database can be a

More information

Using Microsoft Excel

Using Microsoft Excel Using Microsoft Excel Excel contains numerous tools that are intended to meet a wide range of requirements. Some of the more specialised tools are useful to people in certain situations while others have

More information

1. Welcome to ANCS+ 8.0 Automated Inventory Program. This course will teach you how to create and print your random sample, controlled property

1. Welcome to ANCS+ 8.0 Automated Inventory Program. This course will teach you how to create and print your random sample, controlled property ANCS+ 8.0 Remote Training: ANCS+ 8.0 Automated Inventory Program (AIP) Revised 07/15/2008 Screen Shot Script 1. Welcome to ANCS+ 8.0 Automated Inventory Program. This course will teach you how to create

More information

Excel 2013 for Beginners

Excel 2013 for Beginners Excel 2013 for Beginners Class Objective: This class will familiarize you with the basics of using Microsoft Excel. Class Outline: Introduction to Microsoft Excel 2013... 1 Microsoft Excel...2-3 Getting

More information

Understanding PowerPoint s Text Capabilities

Understanding PowerPoint s Text Capabilities Page 1 of 14 Chapter 3: Working with Text In this chapter z Understanding PowerPoint s Text Capabilities z Adding Text z Formatting Text z Using Bullets z Using Numbered Lists z Checking Spelling and Style

More information

KINETICS CALCS AND GRAPHS INSTRUCTIONS

KINETICS CALCS AND GRAPHS INSTRUCTIONS KINETICS CALCS AND GRAPHS INSTRUCTIONS 1. Open a new Excel or Google Sheets document. I will be using Google Sheets for this tutorial, but Excel is nearly the same. 2. Enter headings across the top as

More information

GOOGLE SHEETS TUTORIAL

GOOGLE SHEETS TUTORIAL GOOGLE SHEETS TUTORIAL STM TRAINING PROGRAM BY BREANA NARINE (Instructional Design Assistant) Google Sheets Tutorial Google Sheet is an online service provided by Google where you are able to create new

More information

University of North Dakota PeopleSoft Finance Tip Sheets. Utilizing the Query Download Feature

University of North Dakota PeopleSoft Finance Tip Sheets. Utilizing the Query Download Feature There is a custom feature available in Query Viewer that allows files to be created from queries and copied to a user s PC. This feature doesn t have the same size limitations as running a query to HTML

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

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

K Hinds Page 1. Information Communication Technology Microsoft Access

K Hinds Page 1. Information Communication Technology Microsoft Access www.smsbarbados.wordpress.com Page 1 Information Communication Technology Microsoft Access www.smsbarbados.wordpress.com Page 2 What is a database? A database is a collection of information that is organized

More information

TIDY LABELS. User Guide

TIDY LABELS. User Guide TIDY LABELS User Guide TIDY LABELS User Guide Contents 1. Overview...3 2. Installation...3 3. Navigating through the application...3 4. Databases...4 4.1 Creating a new database manually...5 4.2 Importing

More information

Microsoft Access 2007 Module 1

Microsoft Access 2007 Module 1 Microsoft Access 007 Module http://citt.hccfl.edu Microsoft Access 007: Module August 007 007 Hillsborough Community College - CITT Faculty Professional Development Hillsborough Community College - CITT

More information

WCS-7200 Programming Software for the Icom IC-7200

WCS-7200 Programming Software for the Icom IC-7200 for the Icom IC-7200 Memory Types Memories VFO Receive Frequency Transmit Frequency Offset Direction Operating Mode Filter Memory Channel Functions Data Mode Split Operating Mode Split Filter Split Data

More information

M i c r o s o f t. Office Introductory Concepts and Techniques. Access Project 1. Creating and Using a Database

M i c r o s o f t. Office Introductory Concepts and Techniques. Access Project 1. Creating and Using a Database M i c r o s o f t Office 2003 Introductory Concepts and Techniques Access Project 1 Creating and Using a Database Objectives Describe databases and database management systems Start Access Describe the

More information

APS Installation Documentation

APS Installation Documentation APS Installation Documentation Sites Using APS in Conjunction with SunSystems: SunSystems must be installed on the system so that connections with APS can be set up. Installation Sequence 1. Go to Adventist

More information

FLIR Tools+ and Report Studio

FLIR Tools+ and Report Studio Creating and Processing Word Templates http://www.infraredtraining.com 09-20-2017 2017, Infrared Training Center. 1 FLIR Report Studio Overview Report Studio is a Microsoft Word Reporting module that is

More information

ADMS-4B Programming Software for the Yaesu FT-857 / FT-897

ADMS-4B Programming Software for the Yaesu FT-857 / FT-897 for the Yaesu FT-857 / FT-897 Memory Types Memories Limit Memories VFO A VFO B Home Memory Channel Functions Name Show Name Tone Mode Rx Mask The ADMS-4B Programmer is designed to give you the ease and

More information

SharePoint Designer Advanced

SharePoint Designer Advanced SharePoint Designer Advanced SharePoint Designer Advanced (1:00) Thank you for having me here today. As mentioned, my name is Susan Hernandez, and I work at Applied Knowledge Group (http://www.akgroup.com).

More information

Microsoft. Student Edition. The Richard Stockton College of New Jersey. Computer Courseware

Microsoft. Student Edition. The Richard Stockton College of New Jersey. Computer Courseware Microsoft Understanding Field Properties in Access 2002 Student Edition The Richard Stockton College of New Jersey Computer Courseware CustomGuide.com granted to Computer and Telecommunication Services

More information

ADVANCED INQUIRIES IN ALBEDO: PART 2 EXCEL DATA PROCESSING INSTRUCTIONS

ADVANCED INQUIRIES IN ALBEDO: PART 2 EXCEL DATA PROCESSING INSTRUCTIONS ADVANCED INQUIRIES IN ALBEDO: PART 2 EXCEL DATA PROCESSING INSTRUCTIONS Once you have downloaded a MODIS subset, there are a few steps you must take before you begin analyzing the data. Directions for

More information

Procedures, Parameters, Values and Variables. Steven R. Bagley

Procedures, Parameters, Values and Variables. Steven R. Bagley Procedures, Parameters, Values and Variables Steven R. Bagley Recap A Program is a sequence of statements (instructions) Statements executed one-by-one in order Unless it is changed by the programmer e.g.

More information

NQF ONLINE MEASURE SUBMISSION FORM USERS GUIDE

NQF ONLINE MEASURE SUBMISSION FORM USERS GUIDE NQF ONLINE MEASURE SUBMISSION FORM USERS GUIDE VERSION 1.1 Guide Version 1.0 01/11 TABLE OF CONTENTS PART 1: TECHNICAL SUPPORT FOR SUBMISSION FORM TABLE OF CONTENTS... CREATING AN INDIVIDUAL ACCOUNT...

More information

Creating letters using mail merge in Microsoft Word (Windows PC)

Creating letters using mail merge in Microsoft Word (Windows PC) Creating letters using mail merge in Microsoft Word (Windows PC) What is mail-merge? Mail merge is a tool in Microsoft Word that allows you to send out batches of personalised letters. Instead of sending

More information

Drupal Workshop, Part 5

Drupal Workshop, Part 5 30 April 2010 TECHNOLOGY TRAINING Drupal Workshop, Part 5 Menus, Blocks and Books T E C H B R I E F I N G Instructor s Name: Sharon L. Krossa Instructor s Email: skrossa@stanford.edu Instructor s URL:

More information

BASICS. Create a Project. Click on a question below to skip to the answer. How do I create a project?

BASICS. Create a Project. Click on a question below to skip to the answer. How do I create a project? BASICS Create a Project Click on a question below to skip to the answer. How do I create a project? What is the difference between an Invitation-Only project and a General Access project? Can I delete

More information

New Perspectives on Access Module 5: Creating Advanced Queries and Enhancing Table Design

New Perspectives on Access Module 5: Creating Advanced Queries and Enhancing Table Design New Perspectives on Access 2016 Module 5: Creating Advanced Queries and Enhancing Table Design 1 Objectives Session 5.1 Review object naming standards Use the Like, In, Not, and & operators in queries

More information

Tab-Delimited File and Compound Objects - Documents, Postcards, and Cubes. (Not Monographs)

Tab-Delimited File and Compound Objects - Documents, Postcards, and Cubes. (Not Monographs) 1" Tab-Delimited File and Compound Objects - Documents, Postcards, and Cubes (Not Monographs) See Help Sheet: Tab-Delimited File and Compound Object - Monograph Content "2" Page 4: Why use Tab-delimited

More information

My First iphone App (for Xcode version 6.4)

My First iphone App (for Xcode version 6.4) My First iphone App (for Xcode version 6.4) 1. Tutorial Overview In this tutorial, you re going to create a very simple application on the iphone or ipod Touch. It has a text field, a label, and a button

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

Tutorial 1: Introduction to Microsoft (MS) Access. Microsoft Access: A Relational Database Application

Tutorial 1: Introduction to Microsoft (MS) Access. Microsoft Access: A Relational Database Application Tutorial 1: Introduction to Microsoft (MS) Access After reading this tutorial and completing the associated exercises, you will be able to: Open MS Access Create tables using MS Access Create forms and

More information

CSCI 1100L: Topics in Computing Lab Lab 07: Microsoft Access (Databases) Part I: Movie review database.

CSCI 1100L: Topics in Computing Lab Lab 07: Microsoft Access (Databases) Part I: Movie review database. CSCI 1100L: Topics in Computing Lab Lab 07: Microsoft Access (Databases) Purpose: The purpose of this lab is to introduce you to the basics of creating a database and writing SQL (Structured Query Language)

More information

Sections vs. Pages... 3 Adding Images & PDFs... 4 Assets & Snippets... 5 RSS Feeds & News Items... 6 Directory Pages... 6 Help & Resources...

Sections vs. Pages... 3 Adding Images & PDFs... 4 Assets & Snippets... 5 RSS Feeds & News Items... 6 Directory Pages... 6 Help & Resources... 1 2 OUCampus Training Guide Spring 2017 INDEX: Logging In... 1 Checking pages in/out... 1 OUCampus Interface... 2 Editing pages in the WYSIWYG... 2 Toolbars & Tools... 2 Sections vs. Pages... 3 Adding

More information

RPS-7800 Programming Software for the TYT TH-7800

RPS-7800 Programming Software for the TYT TH-7800 for the TYT TH-7800 Memory Types Memories Limit Memories VFO Home Name Memory Channel Functions Polarity Skip The RPS-7800 Programmer is designed to give you the ease and convenience of programming the

More information

RPS-Q5 Programming Software for the Tonfa TF-Q5

RPS-Q5 Programming Software for the Tonfa TF-Q5 for the Tonfa TF-Q5 Band A Memories Memory Types Band A Band B VFO Name Scan Ad The RPS-Q5 Programmer is designed to give you the ease and convenience of programming the memories and set menu options of

More information

Power Query for Parsing Data

Power Query for Parsing Data Excel Power Query Power Query for Parsing Data Data Models Screen 1In Excel 2010 and 2013 need to install the Power Query; however, in 2016 is automatically part of the Data Tab ribbon and the commands

More information

Engage Meeting Manager. User guide

Engage Meeting Manager. User guide Engage Meeting Manager User guide Contents 1. Navigating the Engage Meeting Manager grid 3 1.1 Menu 3 1.2 Date and directory control 4 1.3 Site list 4 1.4 Grid 5 1.5 Daily meeting summary 5 2. Creating

More information

Using Microsoft Word. Getting Started With Word. Starting the Program

Using Microsoft Word. Getting Started With Word. Starting the Program Using Microsoft Word Starting the Program There are several ways to start a program in Microsoft Windows and they may include the following: 1. Clicking an icon on the desktop. 2. Clicking an icon in the

More information

MIS 2502 Access 2007 Tutorial

MIS 2502 Access 2007 Tutorial Introduction...1 1. Creating Tables...2 1. Table Relationships...8 2. Queries... 13 4. Parameterized Query... 25 5. Forms... 37 6. Form Controls... 45 7. Sub Forms for 1:M Relationships... 53 8. Sub Forms

More information

2013 Alabama State Amend Instructions for TurboTax Online Users:

2013 Alabama State Amend Instructions for TurboTax Online Users: 2013 Alabama State Amend Instructions for TurboTax Online Users: NOTE: You cannot use the 2013 TurboTax Online product to amend your 2013 Alabama tax return. Follow these instructions to download the 2013

More information

Easy Windows Working with Disks, Folders, - and Files

Easy Windows Working with Disks, Folders, - and Files Easy Windows 98-3 - Working with Disks, Folders, - and Files Page 1 of 11 Easy Windows 98-3 - Working with Disks, Folders, - and Files Task 1: Opening Folders Folders contain files, programs, or other

More information

SAMaRT User Guide Microsoft Excel (Advanced version)

SAMaRT User Guide Microsoft Excel (Advanced version) SAMaRT User Guide Microsoft Excel (Advanced version) Before you start...2 Macros...2 Exploring the tool...2 Using the tool for the first time...3 Introduction page...3 Changing the drop down list options...3

More information

Esker Automated AP Program. Step-by-Step Procedure

Esker Automated AP Program. Step-by-Step Procedure Esker Automated AP Program Step-by-Step Procedure Table of Contents Scanning into Esker... 1 Reviewing/Approving AP PDF/Scanned Invoices... 1 Example of a PDF Invoice Scanned into Esker... 2 More Search

More information

Setting up and Connecting to a MSSQL database

Setting up and Connecting to a MSSQL database Setting up and Connecting to a MSSQL database Setting Up MSSQL... 1 SQL Server Instance... 1 Why do we need socdbconnect and socadminuser?... 1 On the Client... 1 Creating an ODBC Data Source... 1 Setting

More information

HOW TO PERFORM A MAIL MERGE (Microsoft Office 2003)

HOW TO PERFORM A MAIL MERGE (Microsoft Office 2003) HOW TO PERFORM A MAIL MERGE (Microsoft Office 2003) I. Prepare your materials A. Have a form letter written with space left empty for the address and name (see the Guide to Resumes and Cover Letters, available

More information

Initial Direct Access Sign On/Change My Password/Forgot Password Overview

Initial Direct Access Sign On/Change My Password/Forgot Password Overview Initial Direct Access Sign On/Change My Password/Forgot Password Overview Introduction This guide will provide Retirees, Annuitants, and Former Spouses the procedures for how to sign into Direct Access

More information

KRS-G71 Programming Software for the Kenwood TH-G71

KRS-G71 Programming Software for the Kenwood TH-G71 for the Kenwood TH-G71 Memory Channel Functions Memory Types Memories Limit Memories VFO Call Channel Name Skip The KRS-G71 Programmer is designed to give you the ease and convenience of programming the

More information

RPS-KGUV950P Programming Software for the Wouxun KG-UV950P

RPS-KGUV950P Programming Software for the Wouxun KG-UV950P for the Wouxun KG-UV950P Memory Channel Functions Memory Types Memories VFO Receive Frequency Transmit Frequency Offset Frequency Offset Direction Operating Mode Show Name Name Tone Mode CTCSS Rx CTCSS

More information

Performing Matrix Operations on the TI-83/84

Performing Matrix Operations on the TI-83/84 Page1 Performing Matrix Operations on the TI-83/84 While the layout of most TI-83/84 models are basically the same, of the things that can be different, one of those is the location of the Matrix key.

More information

KRS-G707 Programming Software for the Kenwood TM-G707

KRS-G707 Programming Software for the Kenwood TM-G707 for the Kenwood TM-G707 Memory Types Memories Limit Memories VFO Call Channel Memory Channel Functions Name Skip The KRS-G707 Programmer is designed to give you the ease and convenience of programming

More information

Inserting or deleting a worksheet

Inserting or deleting a worksheet Inserting or deleting a worksheet To insert a new worksheet at the end of the existing worksheets, just click the Insert Worksheet tab at the bottom of the screen. To insert a new worksheet before an existing

More information

Learning Worksheet Fundamentals

Learning Worksheet Fundamentals 1.1 LESSON 1 Learning Worksheet Fundamentals After completing this lesson, you will be able to: Create a workbook. Create a workbook from a template. Understand Microsoft Excel window elements. Select

More information

2014 Alabama State Amend Instructions for Online Users:

2014 Alabama State Amend Instructions for Online Users: 2014 Alabama State Amend Instructions for Online Users: NOTE: You cannot use the 2014 TurboTax Online product to amend your 2014 Alabama tax return. Follow these instructions to download the 2014 TurboTax

More information

Rev. B 12/16/2015 Downers Grove Public Library Page 1 of 40

Rev. B 12/16/2015 Downers Grove Public Library Page 1 of 40 Objectives... 3 Introduction... 3 Excel Ribbon Components... 3 File Tab... 4 Quick Access Toolbar... 5 Excel Worksheet Components... 8 Navigating Through a Worksheet... 9 Downloading Templates... 9 Using

More information

KRS-590 Programming Software for the Kenwood TS-590

KRS-590 Programming Software for the Kenwood TS-590 for the Kenwood TS-590 Memory Types Memories Limit Memories Memory Channel Functions Receive Frequency Transmit Frequency Offset Direction Operating Mode Data Mode Tx Operating Mode Tx Data Mode Name Tone

More information

Microsoft Office Access 2013

Microsoft Office Access 2013 Microsoft Office Access 2013 Intro to Access 2013 University Information Technology Services Training, Outreach & Learning Technologies Copyright 2014 KSU Department of University Information Technology

More information

Tutorial 5 Advanced Queries and Enhancing Table Design

Tutorial 5 Advanced Queries and Enhancing Table Design Tutorial 5 Advanced Queries and Enhancing Table Design (Sessions 1 and 3 only) The Clinic Database Clinic.accdb file for Tutorials 5-8 object names include tags no spaces in field names to promote upsizing

More information

Using Custom Number Formats

Using Custom Number Formats APPENDIX B Using Custom Number Formats Although Excel provides a good variety of built-in number formats, you may find that none of these suits your needs. This appendix describes how to create custom

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

Church Helpmate 2010 What s New

Church Helpmate 2010 What s New A better overall user experience with fewer steps, greater efficiency, and less frustration We ve added a convenient Quick Search feature to the main menubar allowing you to find Household, Individual,

More information

Academic Personnel Services. Temporary Faculty Pool Applicant Processing Guide

Academic Personnel Services. Temporary Faculty Pool Applicant Processing Guide Contents of this Guide Academic Personnel Services Temporary Faculty Pool Applicant Processing Guide Part I. Temporary Faculty Pool Application Management Process Part II. Questions and Answers about the

More information

APK-SR8 Programming Software for the Alinco DX-SR8

APK-SR8 Programming Software for the Alinco DX-SR8 for the Alinco DX-SR8 Memory Channel Functions Memory Types Memories Bank A Memories Bank B Memories Limit Memories VFO Channels Transmit Frequency Offset Frequency Offset Direction Name Skip The APK-SR8

More information

What can I say? The Excel program window (shown in Figure 1-1)

What can I say? The Excel program window (shown in Figure 1-1) 1 Customizing Technique Save Time By Switching in and out of Full Screen view Customizing sheet and workbook settings Saving your custom settings in a workbook template the Excel Screen Display What can

More information

2. create the workbook file

2. create the workbook file 2. create the workbook file Excel documents are called workbook files. A workbook can include multiple sheets of information. Excel supports two kinds of sheets for working with data: Worksheets, which

More information

ADMS-2H Programming Software for the Yaesu FT-8900

ADMS-2H Programming Software for the Yaesu FT-8900 for the Yaesu FT-8900 Memory Types Memories Limit Memories Home Hyper Memory 1 to 6 Memory Channel Functions Receive Frequency Transmit Frequency Offset Frequency Offset Direction Operating Mode Name Show

More information

TelstraClear Technical Document

TelstraClear Technical Document (C) Copyright Page 1 of 5 SUBJECT: Outlook Express 4.5 and Above PLATFORM: Windows 95 THE PARADISE.NET HELPDESK DOES NOT TECHNICALLY SUPPORT WINDOWS 95 AND WINDOWS NT OR APPLE MACINTOSH SYSTEMS LOWER THAN

More information

6. Essential Spreadsheet Operations

6. Essential Spreadsheet Operations 6. Essential Spreadsheet Operations 6.1 Working with Worksheets When you open a new workbook in Excel, the workbook has a designated number of worksheets in it. You can specify how many sheets each new

More information

Enhancing PDF Documents - Adobe Acrobat DC Classroom in a Book (2015)

Enhancing PDF Documents - Adobe Acrobat DC Classroom in a Book (2015) Enhancing PDF Documents - Adobe Acrobat DC Classroom in a Book (2015) 17-21 minutes 4. Enhancing PDF Documents Lesson overview In this lesson, you ll do the following: Rearrange pages in a PDF document.

More information

WCS-R10 Programming Software for the Icom IC-R10

WCS-R10 Programming Software for the Icom IC-R10 for the Icom IC-R10 Memory Channel Functions Receive Frequency Skip Attenuator Memory Types Memories VFO Band Scan Easy Bank Auto Band The WCS-R10 Programmer is designed to give you the ease and convenience

More information

Microsoft Office 2010: Introductory Q&As Access Chapter 3

Microsoft Office 2010: Introductory Q&As Access Chapter 3 Microsoft Office 2010: Introductory Q&As Access Chapter 3 Is the form automatically saved the way the report was created when I used the Report Wizard? (AC 142) No. You will need to take specific actions

More information

Microsoft Word 2010 Mail Merge. 3/9/2011 Archdiocese of Chicago Mike Riley

Microsoft Word 2010 Mail Merge. 3/9/2011 Archdiocese of Chicago Mike Riley Microsoft Word 2010 Mail Merge 3/9/2011 Archdiocese of Chicago Mike Riley CONTENTS About Mail Merge... 1 Mail Merge Steps... 1 Data Sources... 1 Existing Data Sources... 1 New Data Source... 2 "Master"

More information

Directions for Setting up Remote Desktop Connection for PC:

Directions for Setting up Remote Desktop Connection for PC: Directions for Setting up Remote Desktop Connection for PC: BEFORE YOU BEGIN, MAKE SURE YOU HAVE: COMPUTER NAME USERNAME TEMPORARY PASSWORD 1 4/19/2016 Creating a Shortcut to your Concourse Hosting remote

More information

Word Overview Page 3 Tables Page 5 Labels Page 9 Mail Merge Page 12. Excel Overview Page 19 Charts Page 22

Word Overview Page 3 Tables Page 5 Labels Page 9 Mail Merge Page 12. Excel Overview Page 19 Charts Page 22 Overview Page 3 Tables Page 5 Labels Page 9 Mail Merge Page 12 Excel Overview Page 19 Charts Page 22 PowerPoint Overview Page 26 Inserting Pictures and Sounds Page 30 Animation and Transitions Page 32

More information

Installing and Configuring Xitron RIP Software and Ohio GT RIP Plug-In

Installing and Configuring Xitron RIP Software and Ohio GT RIP Plug-In TECHNICAL DOCUMENTATION Installing and Configuring Xitron RIP Software and Ohio GT RIP Plug-In For Xitron Navigator RIP version 10.1r2 and Windows 10 Introduction This document gives instructions for installing

More information

Using Mail Merge with Word

Using Mail Merge with Word Using Mail Merge with Word Form Letter 1. A form letter is one in which the body of the letter stays the same but specific information is inserted for/about several different individuals. You have probably

More information

MOOSE SMARTERMAIL

MOOSE SMARTERMAIL MOOSE SMARTERMAIL EMAIL The Moose Family Fraternity is using SmarterMail as its email program. Every fraternal unit has been assigned an account. The assigned email and password can be found on the inside

More information