7 CREATING QUERY WITH QUERY WIZARD AND QUERY DESIGNER

Size: px
Start display at page:

Download "7 CREATING QUERY WITH QUERY WIZARD AND QUERY DESIGNER"

Transcription

1 7 CREATING QUERY WITH QUERY WIZARD AND QUERY DESIGNER 7.1 INTRODUCTION Query is the most powerful feature of any database. A Query is a set of instructions in a logical order, required to produce the output based on Table(s) in a particular fashion. In FoxPro, as everything is a menu driven, queries can be designed just by clicking some options. Visual FoxPro also provides this feature to the users. It provides several query type depending upon whether you intend to just view data or update it as well. Query can be created based on complex conditions. In visual FoxPro, you can also define queries on local as well as remote data. 7.2 OBJECTIVES After going through this lesson you would be able to create query with Query Wizard create query using two Tables create query with Query Designer view query outputs

2 94 :: Computer Applications 7.3 CREATING A QUERY WITH QUERY WIZARD There are two ways of creating a Query using: (i) (ii) Query Wizard Query Designer To create a query with Query Wizard, choose New option from File menu or click the New tool. The New dialog box appears as shown in figure 7.1. Choose Query radio button and then click Wizard push button. Fig. 7.1: New Dialog box Visual FoxPro displays the Wizard Selection dialog box as shown in figure 7.2. The Wizard Selection dialog box provides options for creating several special purpose queries as well as ordinary visual FoxPro queries.

3 Creating Query with Query Wizard and Query Designer :: 95 Fig. 7.2: Wizard Selection Dialog Box The Cross-Tab wizard displays the data in Spreadsheet format. The Graph wizard displays a graph based on data from the FoxPro Tables. Select the Query Wizard in the Wizard Selection dialog box to display the Step-1 of the Query Wizard dialog box as shown in the figure 7.3. Fig. 7.3: Query Wizard Dialog Box

4 96 :: Computer Applications Selecting the Table The first step in creating a Query is to select the database table and fields on which your Query is based. In fact, the first dialog box of Query Wizard allows you to select one or more tables and select the fields of that table to include in the Query result. The Database and tables option available with the first step of Query Wizard dialog box displays the current database, if the database is open, otherwise, it displays the words Free Tables as shown in the figure 7.3. If a database is open, the names of the tables it contains appears in the scrollable list. If the database is not open, or if you want to use a Free Table, click the ellipsis button ( ), which opens a dialog box that allows you to select the required table. The table name occurs alone in the table list, if you select a Free Table Selecting the Fields After you select the Table from the table list you will notice that all the fields of the selected table are displayed in the Available Fields list. The Query Wizard dialog box includes a Field Picker buttons, which are found between the Available fields list and Selected Fields list. The arrow directions indicate the way they move fields. A single arrow moves a single field. Double arrow buttons move all the fields. To move a field from the available list, first select the field you want to move by clicking it or by using the arrow keys and then click the top buttons with right arrow. This moves the highlighted field to the selected fields list. Repeat this process to move more fields from Available Fields list to Selected Fields list as shown in figure 7.4. Fig. 7.4: Query Wizard with Select Fields

5 Creating Query with Query Wizard and Query Designer :: 97 If you want to move all the fields from Available Fields list to Selected Fields list, click the double right arrow button. If you have selected the wrong fields or if you want to remove any field from the Selected Fields lists, then you can select the field from the Selected fields list and click the left arrow button. Similarly, you can choose the double left arrow key to move all the fields from the Selected Fields list to Available Fields list. Remember that the order in which you select the fields for Query, the Query output will be shown in that order only. Choose Next push button to proceed to the next step of the Query Wizard Joining (Relating) the tables If you want to extract data from more then one table, you can go back to the Database/Table column to select a different table, and then click additional fields to include in the query. Remember that in such a query, you must define a relation for each additional table used in the query. The figure 7.4 shows the fields selected from the table STUDENT. If you specify fields from more than one table, then the Query Wizard move to step-2 of the Query Wizard. Here we have selected fields from one table, so step 2 is not required. The Wizard automatically skip the steps which are not required. In step 2 Relationship of Query Wizard dialog box allows you to define a relation between each table from which you selected fields. This step will be discussed in the next topic when we will discuss about creating query with two tables. Choose Next push button to move to the step 3 of the query wizard Filtering the data The Step 3 filtering of query wizard allows you to define filters. Filters mean defining conditional query. It limits the records included in the query by creating selection criteria or records in the source tables. The fields used for this selection may or may not be included in the query fields depending upon the fields you have selected for your query during the step-1 of the query wizard. For example, you might want the list of students from Jaipur; STUNDENT.ADD3 = JAIPUR To define the above expression in the Step 3 Filtering of query wizard as shown in figure 7.5.

6 98 :: Computer Applications Fig. 7.5: Step-3 of Query Wizard with Filtering Select STUDENT.ADD3 from the drop down list, select equals from the Operator list (default) and type JAIPUR in the Value text box. The following operators are available with the filtering: - Equals - Not equals - More than - Is Blank - Contains - In - Between The quotes around the strings are optional. However, case is important, if the selected operator is not Contains. Contains performs a case-insensitive test. Is Blank requires no strings in the value text box. To use the operator In, separate the values in the list with commas, but do add extra blank. For the operator Between type the first and last value separated with a comma, and not space.

7 Creating Query with Query Wizard and Query Designer :: 99 You can also define second filter criteria to use complete logical expression. Remember, you need to join the second filter to the prior one with either an AND or OR connector. The Wizard, however, limits you to just two filter conditions. To add more than two filter conditions you need to save the query and immediately modify it in the query Designer Specifying Sort Order The Step 4 Sort Order of query wizard allows you to create a sort order for the query result output. You can select any field from the available fields list. You can select more then one field for specifying the sorting order. Remember that the order in which you select these fields determines their sort priorities. You can also change the sort priorities by moving the selected field using the doubleheaded buttons to the left of the field names. Just click a doubleheaded button and drag it up or down to a new position. You can also send the data in ascending or descending order as per your selection of the Ascending or Descending radio buttons in the Step- 4 of the Query Wizard dialog box. Figure 7.6 shows the field selected i.e. Enrol and Name for the sort order. Choose Next push button to move further to the step-4 of the query wizard. Fig. 7.6: Step 4 of Query Wizard with Sort Order

8 100 :: Computer Applications Previewing the Query Result You can also click the Preview push button form the step 3, to run the Filtering of query wizard while still in the Wizard and view the results. The Browse window displays the records that match the expression as shown the figure 7.7 Fig. 7.7: Previewing the Query Result You can scroll through the window to make sure the conditional expression is finding the records that you actually want. If you do not get the expected result records, you can use the back button to return to any prior step and change the query definition. You can move between the Preview and any wizard step as many times as you like. Choose Next push button to proceed further in the query wizard after closing the Browse window of the Query Results Saving a query The last step of Query Wizard Step 5 Finish dialog box appears when you click Next push button from the Sort Field step-4 of Query Wizard as shown in figure 7.8. This last query wizard dialog box allows you to save the query with any one of the following three options: - Save query - Save query and run it - Save query and modify it in the Query Designer.

9 Creating Query with Query Wizard and Query Designer :: 101 Fig. 7.8: Saving a Query When you click Finish push button, Visual FoxPro Displays the Save As dialog box to type a name for the query. If you type the name as QRY-1 of your query then Visual FoxPro saves the query with this name and with extension name QPR, which stands for Query Program. Once you save the query, you can only modify it further by using Query Designer. INTEXT QUESTIONS 1. Write True or False for the following statements (a) (b) (c) (d) Query can only be viewing data and not updating data. The first step in creating a Query is to select the database table and fields. Query can be created using two or more tables. You can not preview the query result. 2. Fill in the blanks:

10 102 :: Computer Applications (a) (b) (c) In selecting fields, the fields are moved from field list to field list. You must define a for each additional table used in the query. Filters mean defining query. 3. Write steps for finding Students from Jaipur and Delhi in Table Students. 7.4 CREATING A QUERY WITH TWO TABLES USING QUERY WIZARD In the previous section you have learnt the queries using one table. Most databases contain several related tables. To learn how to create a query with two tables, let us create one more table named RESULT, with following structure and having one common field ENROL. To relate between two tables, both the data tables should have at least one common field. Structure of table: RESULT.DBF Field Field Name Type Width 1. ENROL C 9 2. SUBJECT C MARKS N 3 Now, add the following records to the table RESULT.DBF Record ENROL SUBJECT MARKS HINDI ENGLISH MATHS HINDI ENGLISH HINDI 34 Now, do the following steps to create a query with two tables STUDENT.DBF and RESULT.DBF using query wizard. 1. Choose New option from the File menu, select the Query radio button and click the Wizards push button. The Wizard

11 Creating Query with Query Wizard and Query Designer :: 103 Selection dialog box appears, click the Query Wizard button. This is similar to what we discussed in the previous section. 2. The Step-1 Field Selection of Query Wizard dialog box appear, when you click Query Wizard from the Wizard Selection dialog box. Click the right button of the Database/Tables control, to display the Open dialog box to add the STUDENT table to the list and then click this button again to add one more table RESULT which we have created. 3. Select the table STUDENT to display its fields in the Available Fields list. Now select the following fields from the Available Fields and move them to the Selected Fields list by double clicking them or by using the right arrow button. - ENROL - NAME Then select the table RESULT from the Database/Tables list to display the fields of RESULT table in the Available Fields list. Select the fields SUBJECT and MARKS to add them in the selected fields list as shown in the figure 7.9 Fig. 7.9: Query Wizard with Two Tables

12 104 :: Computer Applications 4. Click Next push button, Visual FoxPro displays the Step-2 Relationship dialog box of the Query Wizard. In this box you have to specify how the tables are related, as shown in figure Fig. 7.10: Relate Table of the Query Wizard It is suggested that the field STUDENT ENROL and RESULT ENROL has a common field ENROL in both the tables. Click the Add push button to display the relationship as shown in the figure Click the Next push button and the Step-2a Include Records of the Query Wizard dialog box appears. This dialog box allows you to include the records from the following options as shown in the figure a. Only matching rows b. All rows from the Table STUDENT c. All rows from the Table RESULT d. All rows from both tables

13 Creating Query with Query Wizard and Query Designer :: 105 Fig. 7.11: Query Wizard Include Records The default option is to include all records with matching records. 6. Click the Next push button and the Step-3 Filtering of the Query Wizard dialog box appears. If you want to filter the records of your query you can repeat the steps of Filtering as discussed in the previous section otherwise, you can skip this step by clicking Next push button again. Click the Next push button and Visual FoxPro displays the Step-4 Sort Order dialog box of the Query Wizard. Double click the STUDENT ENROL field to add it in the Selected Fields list as shown in the figure 7.12.

14 106 :: Computer Applications Fig. 7.12: Query Wizard with Sort Records 7. Click the Preview push button, to view the result of the Query, which includes the data form the two tables. Now click OK push button to close the Preview window. Lastly click the Finish push button from the step Finish and have the Query as QRY-2 in the Save As dialog box. Click Save push button from the Save As dialog box to save the Query. 7.5 CREATING QUERY WITH QUERY DESIGNER To create a query from scratch with Query Designer, choose New option from File menu. The New dialog box appears as shown in the figure Choose the Query radio button from the New dialog box and click the New File push button.

15 Creating Query with Query Wizard and Query Designer :: 107 Fig. 7.13: New dialog box to create a Query You can also use the query designer to modify a query, which you have created using Query Wizard. Choose Open option from the File menu and select the query file from the Open dialog box Adding a Table or View A query is always created on a table. If no table is in use, Visual FoxPro displays the Add Table or View dialog box, which lists all the tables of the open database. Fig. 7.14: Add Table or View

16 108 :: Computer Applications Figure 7.14 shows the Add Table View dialog box, where you can select a free table by choosing Other push button, which display the Open dialog box. It allows you to select a table from any directory or drive, including network drive. Figure 7.15 shows the table STUDENT.DBF that you have selected, is included in the panel at top of the Query Designer. The name of the table always appears in the window header. Fig. 7.15: Query Designer with One table Remember that you can also add table at any time, by choosing Add Table option from the Query menu or by clicking the Add Table tool from the Query toolbar to display the Add Table or View dialog box, which allows you to select a table. Similarly, you can also remove table at any time, by choosing Remove Table option from the Query menu or by clicking the Remove Table tool from the Query toolbar as shown in the figure 7.16.

17 Creating Query with Query Wizard and Query Designer :: 109 Fig. 7.16: Query Toolbar Field Panel After selecting the table STUDENT.DBF in the Query designer, you need to specify which fields you want to include in the query result. The Field panel of the Query Designer allows you to specify the fields you want to include in your query result. To specify fields in the Field panel, choose Fields tab from the Query Designer. The Fields Panel dialog box appears as shown in the figure To move the fields you want to include from the Available Fields list to the Selected Fields list, do one of the following: Select one or more fields in the Available Fields list that you want to use and choose Add > push button to copy them to the Selected Fields list. Double click on a field in the Available Fields list to copy it to the Selected Fields list. If you have to select all the fields, you can click Add All button. Similarly, if you have to remove any field, you can do by clicking Remove key or Remove All key. For example, let us choose the following fields from the Available Fields list by double clicking them. STUDENT.ENROL STUDENT.NAME STUDENT.FNAME STUDENT.COURSE STUDENT.ADD3 The selected fields are displayed in the Selected Fields list as shown in the figure 7.17 You can also include functions or expressions in the result, if you are creating a grouped query, by selecting them from the Functions/Expressions drop-down list and clicking Add push button.

18 110 :: Computer Applications Join Panel Fig. 7.17: Query Designer Fields selection This option is required when you are creating a Query with two or more tables. This option will be explained when we will discuss Creating Query with Query Designer using two Tables Filter Panel The Filter option in the Query Designer determines which records are extracted from the Table. If this option is empty, the query will extract all the records from the open table named STUDENT.DBF. To specify the Filter option to determine which records will be matched, select the Field Name drop down list to choose a field and Criteria list to choose the operator, and then enter the value you want to match the record in the data table as shown in the figure Choose STUDENT.ADD3 field name from the Field Name dropdown list and enter the text JAIPUR in the Example text box, to find all the records having Address3 as JAIPUR.

19 Creating Query with Query Wizard and Query Designer :: 111 Fig. 7.18: Query Designer with Filter Option Choose Run Query option from the Query menu, to run the query. The Browse window appears with all the records having Address3 equal to JAIPUR, as shown in the figure Order By Panel Fig. 7.19: Query Result of Filtering To specify the order in which records will appear in the query results, choose Order By panel from the Query Designer. The Order By panel occurs with all the fields in the Selected Fields list.

20 112 :: Computer Applications To specify fields that will determine the order of the query results, select a field from the Selected Fields list of Order By panel to determine the order of the query result as shown in the figure Fig. 7.20: Query Designer with Order By Panel You can also select more than one field to determine the order of the query results. Choose the Add push button to copy it to the Ordering Criteria list. Once you add Selected fields to the Ordering Criteria list, you can determine the order by choosing Ascending or Descending radio button. You can also adopt a shortcut method by double-clicking on a field from Selected Fields list to move directly to the Ordering Criteria list. To remove fields from the Ordering Criteria, select one or more fields from the Ordering Criteria list of Order By panel and choose the Remove push button, the selected fields no longer appear in the Ordering Criteria list or double-click on a field in the Ordering Criteria list to remove it directly from the Ordering Criteria list. The order in which fields appear in the Ordering Criteria list determines the order of priority of the query results.

21 Creating Query with Query Wizard and Query Designer :: 113 For example, double-click on the fields Student.Enrol, then Student.Name. This moves both the fields to the Ordering Criteria list and will affect the output to be sorted by Enrolment, plus Name as shown in the figure Choose Run Query option from the Query menu, to do the query. The Browse window appears in the ascending order, as shown in the figure Fig. 7.21: Browse window with Order By To save a query, choose Save As option from the File menu or click the Save tool. This opens the Save As dialog box to specify the name of the Query. Enter the name QRY3 in the text box and choose the Save push button as shown in the figure Fig. 7.22: The Save As dialog box

22 114 :: Computer Applications 7.6 CREATING QUERY WITH QUERY DESIGNER USING TWO TABLES To create a query with Query Designer using two tables, let us consider the two tables, which we have already created STUDENT.DBF and RESULT.DBF. Choose New option from the File menu. Visual FoxPro displays the New dialog box. Choose Query radio button and then choose New File push button. Visual FoxPro displays the Add Table or View dialog box to select the table for query. From the Open dialog box select the table named STUDENT.DBF. The Query Designer appears with the included table as shown in the figure 7.23 Fig. 7.23: Query Designer with Added Table at the top Choose Add Table option from the Query Menu. The Add Table View dialog box appears to select the second table. Choose Other option to display the Open dialog box, and select the table named RESULT.DBF You can either double-click the file name after highlighting it or choose OK. Visual FoxPro displays the Join Condition dialog box. By default,

23 Creating Query with Query Wizard and Query Designer :: 115 the first field STUDENT.ENROL will be displayed on the left and the second table RESULT.ENROL will be displayed on the right with a joining line as shown in the figure The Join Condition dialog box is displayed with the following option for Type of Join with its description given in the Description box: Inner Join Create a result set that includes only the Student records that match Result records. Left Join Create a result set that includes Student records and matching Result records. Right Join Create a result set that includes Result records and matching Student records. Full Join Create a result set that includes all Student records and all Result records. Fig. 7.24: Join Condition Dialog Box Select the Type of Join as per the requirement of the query and choose OK push button and close the Add Table or View dialog box. Please note that the expression you have created with Join Condition is displayed in the Join Panel of the Query Designer, and the two tables are connected with the to indicate the join, as shown in figure 7.25.

24 116 :: Computer Applications Fig. 7.25: Displaying the Join in the Query Designer Choose Fields panel of the Query Designer to select the fields for the query results. Select the following fields from the Available Fields list and move them to the Selected Fields list as shown in the figure Student.enrol Student.name Student.course Result.subject Result.marks Fig. 7.26: Query Designer with two tables

25 Creating Query with Query Wizard and Query Designer :: 117 Choose Run Query option from the Query menu to execute the query. The query result appears in the Browse window, as shown in the figure Fig Query Results using two tables To save the query you have created using two tables, open the File menu and choose Save option. The Save As dialog box appears and give the query name as QUERY-4 and click the Save push button. Similarly, you can create a query using more than two tables. 7.7 INTEXT QUESTIONS 4. Write True or False for the following statements (a) (b) (c) (d) To relate between two tables both the data table would have at least one common field. Include Records of the query wizard allows you to include only matching rows. You can add or remove table through Query Toolbar. You can not select more than one field to determine the order of the query result. 5. Fill in the blanks: (a) In order to create a query with query designer, choose radio button and click push button. (b) The name of the table always appears in the. (c) The extension name given to the query file is. 6. What are the four different types of Joins? 7.8 QUERY DESTINATION So far you have seen the query results in a Browse or Edit windows

26 118 :: Computer Applications on-screen. However, you may want to keep some query results for a longer time, perhaps saving them for future use or using them in a report. For this Visual FoxPro provides you with a feature Query Destination. To change the query destination from on-screen Browse window to a file or printer, choose the Query Destination option from the Query menu or by choosing Query Destination from the Query Designer toolbar. The Query Destination Dialog box appears as shown in the figure Fig. 7.28: Query Destination dialog box Visual FoxPro displays the following options from the Query Destination dialog box: - Browse - Cursor - Table - Graph - Screen - Report - Label 7.9 WHAT YOU HAVE LEARNT In this lesson you have learned about creating a query with query wizard and query designer. You have also learned how to create a query using two or more tables and how to join two tables. The principles of creating relationship between two tables are discussed in this lesson. You have also learned about viewing the query results and saving the query results using query destination.

27 Creating Query with Query Wizard and Query Designer :: TERMINAL QUESTIONS 1. What is the different steps involved in creating a query using two tables? 2. Explain the principles of relationship between the two tables. 3. What do you understand by query destination? 7.11 KEY TO INTEXT QUESTIONS 1. (a) F, (b) T, (c) T, (d) F 2. (a) available, selected, (b) relation, (c) conditional 3. as done in section 4.3.4, student.add3= JAIPUR and student.add3= DELHI 4. (a) Query, New File (b) (c) window header qpr 5. (a) Query, New File (b) (c) Database qpr 6. Inner, Left, Right and Full

Enforce Referential. dialog box, click to mark the. Enforce Referential. Integrity, Cascade Update Related Fields, and. Cascade Delete Related

Enforce Referential. dialog box, click to mark the. Enforce Referential. Integrity, Cascade Update Related Fields, and. Cascade Delete Related PROCEDURES LESSON 8: MANAGING RELATIONSHIPS BETWEEN TABLES Renaming a Table 1 In the Navigation pane, right-click the table you want to rename 2 On the shortcut menu, click Rename 3 Type the new table

More information

Creating a Crosstab Query in Design View

Creating a Crosstab Query in Design View Procedures LESSON 31: CREATING CROSSTAB QUERIES Using the Crosstab Query Wizard box, click Crosstab Query Wizard. 5. In the next Crosstab Query the table or query on which you want to base the query. 7.

More information

Business Process Procedures

Business Process Procedures Business Process Procedures 14.40 MICROSOFT EXCEL TIPS Overview These procedures document some helpful hints and tricks while using Microsoft Excel. Key Points This document will explore the following:

More information

Microsoft Access 2010

Microsoft Access 2010 Microsoft Access 2010 Chapter 2 Querying a Database Objectives Create queries using Design view Include fields in the design grid Use text and numeric data in criteria Save a query and use the saved query

More information

Microsoft Access 2013

Microsoft Access 2013 Microsoft Access 2013 Chapter 2 Querying a Database Objectives Create queries using Design view Include fields in the design grid Use text and numeric data in criteria Save a query and use the saved query

More information

Microsoft Access 2013

Microsoft Access 2013 Microsoft Access 2013 Chapter 2 Querying a Database Objectives Create queries using Design view Include fields in the design grid Use text and numeric data in criteria Save a query and use the saved query

More information

Mailing Labels from REARS

Mailing Labels from REARS Mailing Labels from REARS Generating mailing labels from REARS is an easy and efficient way to prospect and market to property owners. In this tutorial, we will take you through the process of generating

More information

13 FORMATTING WORKSHEETS

13 FORMATTING WORKSHEETS 13 FORMATTING WORKSHEETS 13.1 INTRODUCTION Excel has a number of formatting options to give your worksheets a polished look. You can change the size, colour and angle of fonts, add colour to the borders

More information

Objective 1: Familiarize yourself with basic database terms and definitions. Objective 2: Familiarize yourself with the Access environment.

Objective 1: Familiarize yourself with basic database terms and definitions. Objective 2: Familiarize yourself with the Access environment. Beginning Access 2007 Objective 1: Familiarize yourself with basic database terms and definitions. What is a Database? A Database is simply defined as a collection of related groups of information. Things

More information

Microsoft Access 2013

Microsoft Access 2013 Microsoft Access 2013 Chapter 1 Databases and Database Objects: An Introduction Objectives Describe the features of the Access window Create a database Create tables in Datasheet and Design views Add records

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

Chapter 4. Microsoft Excel

Chapter 4. Microsoft Excel Chapter 4 Microsoft Excel Topic Introduction Spreadsheet Basic Screen Layout Modifying a Worksheet Formatting Cells Formulas and Functions Sorting and Filling Borders and Shading Charts Introduction A

More information

SalesNet Mailing Labels

SalesNet Mailing Labels SalesNet Mailing Labels Once we ve filtered and refined our search results, we can print the selected records by selecting Print Records from the top menu and then choosing to Print All or Print Selected.

More information

Microsoft Access 2010

Microsoft Access 2010 Microsoft Access 2010 Chapter 1 Databases and Database Objects: An Introduction Objectives Design a database to satisfy a collection of requirements Describe the features of the Access window Create a

More information

SPREADSHEET (Excel 2007)

SPREADSHEET (Excel 2007) SPREADSHEET (Excel 2007) 1 U N I T 0 4 BY I F T I K H A R H U S S A I N B A B U R Spreadsheet Microsoft Office Excel 2007 (or Excel) is a computer program used to enter, analyze, and present quantitative

More information

Newforma Contact Directory Quick Reference Guide

Newforma Contact Directory Quick Reference Guide Newforma Contact Directory Quick Reference Guide This topic provides a reference for the Newforma Contact Directory. Purpose The Newforma Contact Directory gives users access to the central list of companies

More information

MS Access Let s begin by looking at the toolbar and menu of Access.

MS Access Let s begin by looking at the toolbar and menu of Access. MS Access 2003 Access is a database program that allows you to store, retrieve, analyze, and print information. Individuals use databases for various purposes. Businesses use databases to manage customer

More information

Data Should Not be a Four Letter Word Microsoft Excel QUICK TOUR

Data Should Not be a Four Letter Word Microsoft Excel QUICK TOUR Toolbar Tour AutoSum + more functions Chart Wizard Currency, Percent, Comma Style Increase-Decrease Decimal Name Box Chart Wizard QUICK TOUR Name Box AutoSum Numeric Style Chart Wizard Formula Bar Active

More information

Identifying Updated Metadata and Images from a Content Provider

Identifying Updated Metadata and Images from a Content Provider University of Iowa Libraries Staff Publications 4-8-2010 Identifying Updated Metadata and Images from a Content Provider Wendy Robertson University of Iowa 2010 Wendy C Robertson Comments Includes presenter's

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

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

SOFTWARE SKILLS BUILDERS

SOFTWARE SKILLS BUILDERS USING ACCESS TO CREATE A SCIENCE DATABASE A database allows you to enter, store, retrieve, and manipulate data efficiently. You will first design your database and enter information into a table called

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

Table of Contents COURSE OVERVIEW... 5

Table of Contents COURSE OVERVIEW... 5 Table of Contents COURSE OVERVIEW... 5 DISCUSSION... 5 THE NEW DATABASE FORMAT... 5 COURSE TOPICS... 6 CONVENTIONS USED IN THIS MANUAL... 7 Tip Open a File... 7 LESSON 1: THE NEW INTERFACE... 8 LESSON

More information

Open. Select the database and click. Print. Set printing options using the dropdown menus, then click the

Open. Select the database and click. Print. Set printing options using the dropdown menus, then click the The Original Quick Reference Guides Microsoft Access 2010 Access is a tool for creating and managing databases collections of related records structured in an easily accessible format such as a table,

More information

Managing Document Properties

Managing Document Properties PROCEDURES LESSON 20: CHANGING CASE AND MANAGING DOCUMENT PROPERTIES Using Uppercase Mode 1 Press the Caps Lock key 2 Type the desired text in all caps Showing Caps Lock on the Status Bar 1 Right-click

More information

Excel Shortcuts Increasing YOUR Productivity

Excel Shortcuts Increasing YOUR Productivity Excel Shortcuts Increasing YOUR Productivity CompuHELP Division of Tommy Harrington Enterprises, Inc. tommy@tommyharrington.com https://www.facebook.com/tommyharringtonextremeexcel Excel Shortcuts Increasing

More information

3. Click the Change Case button. 4. On the menu, click the desired case option. Managing Document Properties

3. Click the Change Case button. 4. On the menu, click the desired case option. Managing Document Properties PROCEDURES LESSON 20: CHANGING CASE AND MANAGING DOCUMENT PROPERTIES Using Uppercase Mode 1 Press the Caps Lock key 2 Type the desired text in all caps Showing Caps Lock on the Status Bar 1 Right-click

More information

12 BASICS OF MS-EXCEL

12 BASICS OF MS-EXCEL 12 BASICS OF MS-EXCEL 12.1 INTRODUCTION MS-Excel 2000 is a Windows based application package. It is quite useful in entering, editing, analysis and storing of data. Arithmetic operations with numerical

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

MAILMERGE WORD MESSAGES

MAILMERGE WORD MESSAGES MAILMERGE WORD 2007 It is recommended that Excel spreadsheets are used as source files and created with separate columns for each field, e.g. FirstName, LastName, Title, Address1, Address2, City, State,

More information

Advanced Excel for EMIS Coordinators

Advanced Excel for EMIS Coordinators Advanced Excel for EMIS Coordinators Helen Mills helenmills@metasolutions.net 2015 Metropolitan Educational Technology Association Outline Macros Conditional Formatting Text to Columns Pivot Tables V-Lookup

More information

Pivot Tables, Lookup Tables and Scenarios

Pivot Tables, Lookup Tables and Scenarios Introduction Format and manipulate data using pivot tables. Using a grading sheet as and example you will be shown how to set up and use lookup tables and scenarios. Contents Introduction Contents Pivot

More information

Nexio G-Scribe Data Source Wizard

Nexio G-Scribe Data Source Wizard Nexio G-Scribe Data Source Wizard 6/17/2014 175-100330-00 Publication Information 2014 Imagine Communications. Proprietary and Confidential. Imagine Communications considers this document and its contents

More information

Mailing Labels from PIRS

Mailing Labels from PIRS Mailing Labels from PIRS Generating mailing labels from PIRS is an easy and efficient way to prospect and market to property owners. In this tutorial, we will take you through the process of generating

More information

Working with Macros. Creating a Macro

Working with Macros. Creating a Macro Working with Macros 1 Working with Macros THE BOTTOM LINE A macro is a set of actions saved together that can be performed by issuing a single command. Macros are commonly used in Microsoft Office applications,

More information

Excel Level 1

Excel Level 1 Excel 2016 - Level 1 Tell Me Assistant The Tell Me Assistant, which is new to all Office 2016 applications, allows users to search words, or phrases, about what they want to do in Excel. The Tell Me Assistant

More information

Creating Mailing Labels (2010)

Creating Mailing Labels (2010) Creating Mailing Labels (2010) The procedure through to printing is a two-stage process. Firstly the client list for the mailing labels is created in Query Builder and then the information is merged within

More information

P3e REPORT WRITER CREATING A BLANK REPORT

P3e REPORT WRITER CREATING A BLANK REPORT P3e REPORT WRITER CREATING A BLANK REPORT 1. On the Reports window, select a report, then click Copy. 2. Click Paste. 3. Click Modify. 4. Click the New Report icon. The report will look like the following

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

Nexio IconStation Data Source Wizard

Nexio IconStation Data Source Wizard Nexio IconStation Data Source Wizard 6/18/2014 175-100354-00 Publication Information 2014 Imagine Communications. Proprietary and Confidential. Imagine Communications considers this document and its contents

More information

CHRIST THE KING BOYS MATRIC HR. SEC. SCHOOL, KUMBAKONAM CHAPTER 2 TEXT FORMATTING

CHRIST THE KING BOYS MATRIC HR. SEC. SCHOOL, KUMBAKONAM CHAPTER 2 TEXT FORMATTING CHAPTER 2 TEXT FORMATTING 1. Explain how to create a Bulleted and Numbered List in Star Office Writer? One way to create a list of points or topics in a document is to create a bulleted list. A bullet

More information

Microsoft Office Illustrated. Using Tables

Microsoft Office Illustrated. Using Tables Microsoft Office 2007 - Illustrated Using Tables Objectives Plan a Table Create a Table Add Table Data Find and Replace Table Data Delete Table Data 2 Objectives Sort Table Data Use Formulas in a Table

More information

1. AUTO CORRECT. To auto correct a text in MS Word the text manipulation includes following step.

1. AUTO CORRECT. To auto correct a text in MS Word the text manipulation includes following step. 1. AUTO CORRECT - To auto correct a text in MS Word the text manipulation includes following step. - STEP 1: Click on office button STEP 2:- Select the word option button in the list. STEP 3:- In the word

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

People are more likely to open and read a letter than a generic letter addressed to sir, madam or to whom it may concern.

People are more likely to open and read a letter than a generic letter addressed to sir, madam or to whom it may concern. Introduction (WD 330) People are more likely to open and read a letter than a generic letter addressed to sir, madam or to whom it may concern. Word provides the capability of creating a letter, which

More information

Troubleshooting in Microsoft Excel 2002

Troubleshooting in Microsoft Excel 2002 Page 1 of 8 Troubleshooting in Microsoft Excel 2002 Result: To understand how to work with the Excel software to enter data, navigate the page, and print materials. Tabs Look at the tabs at the bottom

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

Chapter 2 Autodesk Asset Locator... 3

Chapter 2 Autodesk Asset Locator... 3 Contents Chapter 2 Autodesk Asset Locator....................... 3 Supported Operating Systems....................... 3 Installing Autodesk Asset Locator..................... 4 Define a Search...............................

More information

Log into your portal and then select the Banner 9 badge. Application Navigator: How to access Banner forms (now called pages.)

Log into your portal and then select the Banner 9 badge. Application Navigator: How to access Banner forms (now called pages.) Navigation Banner 9 Log into your portal and then select the Banner 9 badge. This will bring you to the Application Navigator. Application Navigator: How to access Banner forms (now called pages.) Menu

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

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

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

Access Review. 4. Save the table by clicking the Save icon in the Quick Access Toolbar or by pulling

Access Review. 4. Save the table by clicking the Save icon in the Quick Access Toolbar or by pulling Access Review Relational Databases Different tables can have the same field in common. This feature is used to explicitly specify a relationship between two tables. Values appearing in field A in one table

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

Mail Merge Mailings Tab

Mail Merge Mailings Tab Mail Merge Mailings Tab Mail merge is used to create a set of documents, such as a form letter or envelopes, that is sent to many customers or to create a sheet of labels. Each letter, envelope, or sheet

More information

Introduction to RefWorks

Introduction to RefWorks Introduction to RefWorks (using Word 2013) Learning Objectives: Access and set up your RefWorks account Add references to your RefWorks account Organise references in folders for ease of access Manage

More information

When you pass Exam : Access 2010, you complete the requirements for the Microsoft Office Specialist (MOS) - Access 2010 certification.

When you pass Exam : Access 2010, you complete the requirements for the Microsoft Office Specialist (MOS) - Access 2010 certification. Appendix 1 Microsoft Office Specialist: Access Certification Introduction The candidates for Microsoft Office Specialist certification should have core-level knowledge of Microsoft Office Access 2010.

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

Interfacing with MS Office Conference 2017

Interfacing with MS Office Conference 2017 Conference 2017 Session Description: This session will detail procedures for importing/exporting data between AeriesSIS Web Version/AeriesSIS Client Version and other software packages, such as word processing

More information

Microsoft How to Series

Microsoft How to Series Microsoft How to Series Getting Started with EXCEL 2007 A B C D E F Tabs Introduction to the Excel 2007 Interface The Excel 2007 Interface is comprised of several elements, with four main parts: Office

More information

CHAPTER 1 GETTING STARTED

CHAPTER 1 GETTING STARTED GETTING STARTED WITH EXCEL CHAPTER 1 GETTING STARTED Microsoft Excel is an all-purpose spreadsheet application with many functions. We will be using Excel 97. This guide is not a general Excel manual,

More information

Formatting Worksheets

Formatting Worksheets 140 :: Data Entry Operations 7 Formatting Worksheets 7.1 INTRODUCTION Excel makes available numerous formatting options to give your worksheet a polished look. You can change the size, colour and angle

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

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

IGSS 13 Configuration Workshop - Exercises

IGSS 13 Configuration Workshop - Exercises IGSS 13 Configuration Workshop - Exercises Contents IGSS 13 Configuration Workshop - Exercises... 1 Exercise 1: Working as an Operator in IGSS... 2 Exercise 2: Creating a new IGSS Project... 28 Exercise

More information

Add Bullets and Numbers

Add Bullets and Numbers . Lesson 5: Adding Bullets and Numbers, If you have lists of data, you may want to bullet or number them. When using Microsoft Word, bulleting and numbering are easy. The first part of this lesson teaches

More information

INFocus Basic Table Reporting

INFocus Basic Table Reporting INFocus Basic Table Reporting About This Document This document provides basic information about the INFocus tool, with specific examples of steps required to create reports. The user should log in to

More information

Purpose: Use this document as a reference for assigning and sending PeopleSoft Communications.

Purpose: Use this document as a reference for assigning and sending PeopleSoft Communications. Communications - Assigning and Sending PeopleSoft Communications (3C Engine and Purpose: Use this document as a reference for assigning and sending PeopleSoft Communications. Audience: College Staff responsible

More information

Microsoft Excel 2010

Microsoft Excel 2010 Microsoft Excel 2010 omar 2013-2014 First Semester 1. Exploring and Setting Up Your Excel Environment Microsoft Excel 2010 2013-2014 The Ribbon contains multiple tabs, each with several groups of commands.

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

Word 2007 Mail Merge

Word 2007 Mail Merge Word 2007 Mail Merge Mail Merge is the production of multiple documents from a single template form and a structured data source. This helps to create personalized letters and pre-addressed envelopes or

More information

Open Microsoft Word: click the Start button, click Programs> Microsoft Office> Microsoft Office Word 2007.

Open Microsoft Word: click the Start button, click Programs> Microsoft Office> Microsoft Office Word 2007. Microsoft Word 2007 Mail Merge Letter The information below is devoted to using Mail Merge to create a letter in Microsoft Word. Please note this is an advanced Word function, you should be comfortable

More information

Cooperative Extension Service 4HPlus! Computer Tip

Cooperative Extension Service 4HPlus! Computer Tip Cooperative Extension Service 4HPlus! Computer Tip Mail Merge with 4HPlus! and Microsoft Word A mail merge file can be created in the 4HPlus! program and used to send letters to the members and/or leaders.

More information

Complete Quick Reference Summary

Complete Quick Reference Summary Microsoft Access 2010 Complete Quick Reference Summary Microsoft Access 2010 Quick Reference Summary Advanced Filter/Sort, Use AC 153 Advanced button (Home tab Sort & Filter, Advanced Filter/Sort) All

More information

Using Excel to Troubleshoot EMIS Data

Using Excel to Troubleshoot EMIS Data Using Excel to Troubleshoot EMIS Data Overview Basic Excel techniques can be used to analyze EMIS data from Student Information Systems (SISs), from the Data Collector, and on ODE EMIS reports This session

More information

Tabs, Tables & Columns

Tabs, Tables & Columns Tabs, Tables & Columns What we will cover Creating tables Formatting tables Sorting information in tables Using columns Using tabs Tables You can insert a table several: Insert Table button This will open

More information

Kean University. System Guide. cougar.kean.edu. Your window to the world

Kean University.  System Guide. cougar.kean.edu.   Your window to the world Kean University E-Mail System Guide cougar.kean.edu www.kean.edu Your window to the world USING KEAN UNIVERSITY E-MAIL SYSTEM (COUGAR) This document is divided into three sections: Messenger Express Basics:

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

Argos Creating Labels with Word

Argos Creating Labels with Word Argos Creating Labels with Word This document explains how create mailing labels using Argos. For information about Argos, refer to the document, Argos for Typical Users. There are two (2) basic steps

More information

Use mail merge to create and print letters and other documents

Use mail merge to create and print letters and other documents Use mail merge to create and print letters and other documents Contents Use mail merge to create and print letters and other documents... 1 Set up the main document... 1 Connect the document to a data

More information

SUM - This says to add together cells F28 through F35. Notice that it will show your result is

SUM - This says to add together cells F28 through F35. Notice that it will show your result is COUNTA - The COUNTA function will examine a set of cells and tell you how many cells are not empty. In this example, Excel analyzed 19 cells and found that only 18 were not empty. COUNTBLANK - The COUNTBLANK

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

Getting Started Manual. SmartList To Go

Getting Started Manual. SmartList To Go Getting Started Manual SmartList To Go Table of contents Installing SmartList To Go 3 Launching SmartList To Go on the handheld 4 SmartList To Go toolbar 4 Creating a SmartList 5 The Field Editor Screen

More information

Astra Scheduling Grids

Astra Scheduling Grids Astra Scheduling Grids To access the grids, click on the Scheduling Grids option from the Calendars tab. A default grid will be displayed as defined by the calendar permission within your role. Choosing

More information

Microsoft Office Access Learn how to use the Query window in Design view. Tutorial 3b Querying a Database

Microsoft Office Access Learn how to use the Query window in Design view. Tutorial 3b Querying a Database Microsoft Office Access 2003 Tutorial 3b Querying a Database 1 Learn how to use the Query window in Design view The Query window in Design view allows you to specify the results you want for a query. In

More information

PowerSchool Handbook Federal Survey Form Report

PowerSchool Handbook Federal Survey Form Report Handbook Federal Survey Form Report Version 2.1 August 22, 2018 Copyright 2018, San Diego Unified School District. All rights reserved. This document may be reproduced internally by San Diego Unified School

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

Learn about the Display options Complete Review Questions and Activities Complete Training Survey

Learn about the Display options Complete Review Questions and Activities Complete Training Survey Intended Audience: Staff members who will be using the AdHoc reporting tools to query the Campus database. Description: To learn filter and report design capabilities available in Campus. Time: 3 hours

More information

A set of labels. envelopes, but. is the same. number. Steps. Merge. 8. Preview. Results. 9. Finalize. With the Mailings menu open, click

A set of labels. envelopes, but. is the same. number. Steps. Merge. 8. Preview. Results. 9. Finalize. With the Mailings menu open, click How to Perform a Mail Merge in Word 2007 This document details how to perform a Mail Merge in Word 2007. Using mail merge, you can create: A set of labels or envelopes: The return address is the same on

More information

Phone: Fax: Directions for setting up MARCO Insert Item #A-6LI 3 H x 4 W

Phone: Fax: Directions for setting up MARCO Insert Item #A-6LI 3 H x 4 W Phone: 1.866.289.9909 Fax: 1.866.545.5672 www.marcopromotionalproducts.com Directions for setting up MARCO Insert Item #A-6LI 3 H x 4 W Word Perfect Directions Step 1. Open Word Perfect Step 2. Click Format

More information

Microsoft Word 2013 Working with tables

Microsoft Word 2013 Working with tables Microsoft Word 2013 Working with tables LIBRARY AND LEARNING SERVICES WORKING WITH TABLES www.eit.ac.nz/library/ls_computer_word2013_tables.html What is a table? A table is information arranged in horizontal

More information

1. Select a cell in the column you want to sort by. In this example, we will sort by Last Name.

1. Select a cell in the column you want to sort by. In this example, we will sort by Last Name. Excel 2010 Sorting Data Introduction Page 1 With over 17 billion cells in a single worksheet, Excel 2010 gives you the ability to work with an enormous amount of data. Arranging your data alphabetically,

More information

TECHNOLOGY COMPETENCY ASSESSMENT MODULE Microsoft Access

TECHNOLOGY COMPETENCY ASSESSMENT MODULE Microsoft Access TECHNOLOGY COMPETENCY ASSESSMENT MODULE Microsoft Access This module was developed to assist students in passing the SkillCheck Incorporated Access 2003 Technology Competency Assessment. It was last updated

More information

SYNTHESYS MANAGEMENT APPLICATIONS

SYNTHESYS MANAGEMENT APPLICATIONS SYNTHESYS MANAGEMENT APPLICATIONS CUSTOMER RELATIONSHIP MANAGEMENT CRM Maintenance Table CRM Properties Table 1 SYNTHESYS APPLICATIONS: CRM EDITOR Introduction... 3 Using CRM Details in a Synthesys Webflow...

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

Frequency tables Create a new Frequency Table

Frequency tables Create a new Frequency Table Frequency tables Create a new Frequency Table Contents FREQUENCY TABLES CREATE A NEW FREQUENCY TABLE... 1 Results Table... 2 Calculate Descriptive Statistics for Frequency Tables... 6 Transfer Results

More information

Océ Engineering Exec. Advanced Import and Index

Océ Engineering Exec. Advanced Import and Index Océ Engineering Exec Advanced Import and Index Océ-Technologies B.V. Copyright 2004, Océ-Technologies B.V. Venlo, The Netherlands All rights reserved. No part of this work may be reproduced, copied, adapted,

More information

Microsoft Access II 1.) Opening a Saved Database Music Click the Options Enable this Content Click OK. *

Microsoft Access II 1.) Opening a Saved Database Music Click the Options Enable this Content Click OK. * Microsoft Access II 1.) Opening a Saved Database Open the Music database saved on your computer s hard drive. *I added more songs and records to the Songs and Artist tables. Click the Options button next

More information

1. Position your mouse over the column line in the column heading so that the white cross becomes a double arrow.

1. Position your mouse over the column line in the column heading so that the white cross becomes a double arrow. Excel 2010 Modifying Columns, Rows, and Cells Introduction Page 1 When you open a new, blank workbook, the cells are set to a default size.you do have the ability to modify cells, and to insert and delete

More information