DEVELOPING DATABASE APPLICATIONS (INTERMEDIATE MICROSOFT ACCESS, X405.5)

Size: px
Start display at page:

Download "DEVELOPING DATABASE APPLICATIONS (INTERMEDIATE MICROSOFT ACCESS, X405.5)"

Transcription

1 Technology & Information Management Instructor: Michael Kremer, Ph.D. Database Program: Microsoft Access Series DEVELOPING DATABASE APPLICATIONS (INTERMEDIATE MICROSOFT ACCESS, X405.5) Section 5

2 AGENDA 16. Creating/Customizing Forms 17. Form Properties 18. Basic Form Controls

3 Creating/Customizing Forms 16.

4 16.1 OVERVIEW OF FORMS 199 Forms are the primary tool to connect the data from the database with us humans. Utilize UI tools to connect data in certain ways to make them more meaningful to us. A well-designed form uses appropriate controls for certain data types, colors and lines to indicate proper workflow or directions, and sub forms to include one-to-many relationships in one form. Since form (and report) objects do not change daily (once a system is in production), they should not be stored on a file server for user access. Create a form in design view, only detail section is initially shown. Notice the grid of dots. This grid can be turned off.

5 16.1 OVERVIEW OF FORMS 200 Arrange tab Sizing & Ordering group, Size/Space Grid Grid is used for aligning objects on a form. To change the grid dot distance: Property sheet for Form Format tab: Grid X, Grid Y properties. To use the grid points effectively, turn on the Snap to Grid menu selection in the Form Design Tools contextual ribbon, Arrange tab, Sizing & Ordering drop down list. When this option is turned on, objects are aligned with the nearest grid point at the upper left corner of the object. Also moving and resizing will align objects accordingly to the nearest grid point.

6 16.1 OVERVIEW OF FORMS 201 Each form can have up to five different sections, designated elements of the form design. The five sections are: Form Header Pager Header Detail Section Page Footer Form Footer

7 16.1 OVERVIEW OF FORMS 202 To turn on or off these sections, right-click in the form to display the short-cut menu. Then click on the Form and Page Header/Footer icons in the short-cut menu again. To size these sections, hover your mouse over the edges of the horizontal bars of the sections, click and hold the mouse and drag it up or down.

8 16.1 OVERVIEW OF FORMS 203 Form Header: Displays a title for the form, instructions for using it, and command buttons that open related forms or carry out other tasks. Page Header: Displays information such as a title, column headings, or any other information which is useful only when the form is printed. Details Section: This section is for the actual database data. Depending on the form design, it can display one record at a time or multiple records. Page Footer: Again, the page footer is used only for printing purposes. Form Footer: The form footer can be used for the same items in a form header, such as displaying information or instructions, command buttons, etc. However, the form footer is also used for displaying summary information.

9 16.1 OVERVIEW OF FORMS 204

10 16.1 OVERVIEW OF FORMS 205 Page Header/Footer and Form Header/Footer can only be added or removed as a pair. If only a page header is needed, but not a footer, simply resize the footer section to height 0. To display section properties, simply double-click on the corresponding horizontal section band, double-click inside the section, or right-click on the horizontal bar or inside the section. Note the properties window displays a selection type, such as Section, then the drop-down box below lists the selected section, such as FormHeader, FormFooter, etc.

11 16.2 FORM DESIGN TOOLS 206 Property sheet is a major tool to set properties of forms and controls. To display the property sheet, click the property sheet button in the Design tab of the contextual Form Design Tools ribbon. Or simply double click almost anywhere in the form, and the property sheet is displayed for the double-clicked object. The header section of the property sheet dialog box carries the name of object for which the properties are displayed.

12 16.2 FORM DESIGN TOOLS 207 Remember, there are overall form properties, then section properties, and within each section there are control properties. Each property dialog box is divided into five tabs: Format: Properties to change the appearance of an object, such as color, style, size, special effects, and some other properties. Data: Properties to change data specific properties or methods, such as read only, data source, filters, record locks, etc. Event: Properties to change behavior of objects when a specific event occurs. For example, clicking a command button is an event, setting the property for this event could open a related form when button is clicked. Other: All other properties which do not fit into any of the preceding categories. For example, tab stops for a form, the name of the control, linking a control to a help file, etc. All: This tab shows all properties from the preceding four categories in one view, sorted alphabetically.

13 16.2 FORM DESIGN TOOLS 208 Another tool are the rulers, at the top and to the left of the form design window. The form design tab has also some important buttons, mostly located to the right. The most important tool is probably the Controls section. The Controls Section contains buttons to create controls on a form. Basically, simply click a desired control, and then drag an area on the form where the control is to be placed. Controls Section Field List Properties Code/VBA

14 16.2 FORM DESIGN TOOLS 209 Pointer: The pointer is used to select objects and is turned on by default. If a control is selected inadvertently, then click the pointer button to deselect the control. If a control is selected and placed on a form, the pointer button is turned on again. Control Wizards: If this button is turned on, then for certain controls a wizard will be launched. If it is turned off, the control will be placed on the form without the wizard. ActiveX: Another special button is the ActiveX control button, which displays all registered ActiveX controls in a separate window.

15 16.2 FORM DESIGN TOOLS 210 The field list comes in three flavors: Display only data source form is bound (linked) to. Display data source form is bound (linked) and related tables (based on relationships) Display all tables in the current database if form is unbound Using the field list you can drag fields onto the form s designer surface to immediately create form controls. When a form is bound to a data source, then you see only fields contained in that data source. When a form is unbound, meaning not based on any data, the field list shows all tables in the current database by default.

16 Form Properties 17.

17 17.1 FORM FORMAT PROPERTIES 211 The form s format properties mainly determine the form s appearance and the specific form window features. To access the form properties, display the property sheet and select the form by clicking on the square at the intersection of both rulers in form design.

18 17.1 FORM FORMAT PROPERTIES 212 Caption Property: The form title bar displays the form object name in form view if left blank. The caption property allows the user to provide a new form title. In form design view, you will always see the form s name in the windows title bar. Default View: This property determines which view is displayed when the form is first opened (Default View).

19 17.1 FORM FORMAT PROPERTIES 213 Default View There are five different properties for views allowed: Allow Form, Datasheet, Pivot (Table, Chart), Layout View The Views allowed affect the short-cut menu when you are in the default form view and you want to switch to a different view. The Allowed Views allows you to control between which different types of form views the user can switch.

20 17.1 FORM FORMAT PROPERTIES 214 View Allowed effect on shortcut menus. Properties relating to background picture for a form. Picture Type: Embedded, Linked, Shared Picture: The actual graphic file or the file path to the picture stored on disk. Picture Tiling: Yes/No, whether a picture is tiled within the form object or not. Picture Alignment Top Left, Top Right, Center, Bottom Left, Bottom Right, Form Center. Picture Size Mode Clip, Stretch, Zoom, Stretch Horizontal, Stretch Vertical

21 17.1 FORM FORMAT PROPERTIES 215

22 17.1 FORM FORMAT PROPERTIES 216 Width(Inches) The width of the form design surface, not the window itself. When you size the form design surface, this property setting is automatically set. Auto Center, Auto Resize (Yes/No) Auto resize will open a form and sizes its window to display a complete record. If turned off, the last saved form size will be used. Auto center will automatically center a form within the application window. Fit To Screen (Yes/No) To reduce the form size to fit the screen BorderStyle (None, Thin, Sizable, Dialog) To specify a border style for the form. Only sizable allows user to size the form in form view.

23 17.1 FORM FORMAT PROPERTIES 217 Record Selectors (Yes/No) Displays important status information visually, such as unsaved data, saved data, active record, and locked record. Navigation Buttons(Yes/No) To turn on or off the record navigation buttons at the bottom of a form. Navigation Caption To replace the caption Record in the Navigation Bar with a custom caption. Dividing Lines(Yes/No) To turn on/off lines separating form sections or records on a continuous form. Scrollbars(Neither, Horizontal only, Vertical only, Both) Whether to display scrollbars on a form, and this strongly depends on other form properties. For example, if a continuous form is created, at least vertical scroll bars should be present to allow the user to navigate between records.

24 17.1 FORM FORMAT PROPERTIES 218 Control Box (Yes/No) Setting the control box to no removes the form window control box, but also removes the Min/Max and Close button. Close Button (Yes/No) The close button can be turned on or off, when it is off, it remains visible on the form but disabled. Min Max Buttons (None, Min Enabled, Max Enabled, Both Enabled) Removes the minimize and/or maximize buttons depending on the settings. When set to None, the minimize and maximize buttons are not visible, but the close button still is.

25 17.1 FORM FORMAT PROPERTIES 219 Moveable (Yes/No) Whether form can be moved by dragging the title bar with the mouse. Split Form Size The size of the Form(not datasheet) portion in a Split form. Split Form Orientation (Datasheet on Top,.. Left,.. Bottom,.. Right) To define whether datasheet appears above, below, left, right of the form. Split Form Datasheet (Allow Edits, Read Only) When set to Allow Edits, Access allows edits to be made on the datasheet. Split Form Printing (Form Only, Datasheet Only) When Form Only only the form portion is printed, otherwise datasheet. Save Splitter Bar Position (Yes/No) Form opens with the splitter bar in the same position of last state. Subdatasheet Expanded (Yes/No), Subdatasheet Height

26 17.1 FORM FORMAT PROPERTIES 220 Grid X, Grid Y (0-60) To specify the density of grid points in form design view. This is useful for developer, not for the end-user. Layout for Print (Yes/No) You can use the LayoutForPrint property to specify whether the form uses printer or screen fonts. Note: Screen fonts are installed on your system, printer fonts when you install printer drivers. Screen and print fonts can differ. Orientation (Left-to-Right, Right-to-Left) Whether form elements are displayed from Left-to-Right or Right-to-Left. Palette Source To set a different color palette for images.

27 17.2 FORM DATA PROPERTIES 221 The form s data properties are an important aspect of the overall form behavior. To set a form to read-only, data entry form, specifying filtering and sorting, and the actual data source. Record Source To bind or link data to the form. The data can be in form of a table, query, or a SQL statement directly entered into this property. Based on this data source, fields can be placed on the form from that data source. Simply click in the Recordsource property and select a table or query from the drop-down list.

28 17.2 FORM DATA PROPERTIES 222 To create a SQL statement, click on the Build button to the right. If a table or query is already selected, then a SQL statement will be initiated using that table or query. A message box is displayed: Common query interface is displayed. Build query, then either save as individual query or close the query designer to save the SQL statement as RecordSource property. Recordset Type (Dynaset, Dynaset(Inconsistent Updates), Snapshot) A dynaset is a dynamic subset of table data. A dynaset allows updates to be made to the underlying data source whereas a snapshot is read-only.

29 17.2 FORM DATA PROPERTIES 223 Fetch Defaults (Yes/No) If set to yes then default values in fields are shown when adding a new record even before a new record is added. If no, then the default values are displayed only once a new record is being added. Filter You can use the Filter property to specify a subset of records to be displayed when a filter is applied to a form. The filter property is basically a SQL Where clause (fieldname = value). When you view the form, the filter is not applied until you click the Toggle Filter(Apply Filter) button in the Home tab in the Sort & Filter group.

30 17.2 FORM DATA PROPERTIES 224 Filter on Load(Yes/No) When set to Yes, a specified filter in the filter property is automatically applied when the form is loaded. If set to No, then the user has to click the Toggle Filter button to apply the filter. Order By The Order by property consists of the Order by part of a SQL statement. Use Desc after the field name to sort in descending order. Order By On Load(Yes/No) When set to Yes, the Order By property settings will be applied when the form is loaded. Wait For Processing The default setting is No. Choosing Yes tells Access to wait for the data macro to finish processing before returning control back to the user. Data Entry (Yes/No) You can use the DataEntry property to specify whether a bound form opens to allow data entry only.

31 17.2 FORM DATA PROPERTIES 225

32 17.2 FORM DATA PROPERTIES 226 Allow Additions If this property is set to no, only existing records can be updated or deleted, but no new records can be entered. Allow Deletions If this property is set to yes, the user is not able to delete any records. However, editing and/or adding records is still possible. Allow Edits When the Allow Edits property is set to no, the user cannot make any modifications to existing records. However, the user would still be able to add new records or delete existing records. If a read-only form is desired, then set also Allow Deletions and Allow Additions to no. Allow Filters If Allow Filters is set to yes, then the Filter property can be specified. If set to No, no filtering is enabled when the form is viewed in Form view. The filtering options in the Home tab, Sort & Filter group as well as the shortcut menus on the form are either disabled or removed. Record Locks This property setting is important when the database is set up for multi-user access and two or more users are editing the same record. MS Access allows for true record-level locking mechanism.

33 17.2 FORM DATA PROPERTIES 227 There are three record locking modes: No Locks (Optimistic Locking, assuming no or very few concurrency issues) All Records (Pessimistic Locking, locking all records) Edited Record (Record-Level locking) No Locks (Optimistic Locking) This is the default setting, also called optimistic locking. Two or more users can edit the same record simultaneously. If there is a write conflict, three choices are offered to the user. Save Record Copy to Clipboard Drop Changes

34 17.2 FORM DATA PROPERTIES 228

35 17.2 FORM DATA PROPERTIES 229 All Records (Pessimistic Locking) All records in the underlying table or tables are locked. No other user can make changes to any records in the tables affected, also called pessimistic locking. Edited Record (Record-Level Locking) An actual record is locked. All other records are not locked and can be used by other users for editing. If a record is being locked, and the form used contains a record selector, a locking symbol is displayed to indicate a locked record.

36 17.2 FORM DATA PROPERTIES 230 Record Lock symbol in record selector bar. Access Options: Set record locking default behavior.

37 17.3 FORM EVENT PROPERTIES 231 The events tab contains many properties, the so-called event properties. One can create code or a macro and set it to one of these event properties. When an event is fired, the code or macro gets executed. Events are entering and exiting a control for example, of changing of data, or using the mouse or the keyboard. The user can interact by using these events and trigger an operation, such as a validation for the entire form.

38 17.4 FORM OTHER PROPERTIES 232 The properties in the Other tab of the properties sheet are miscellaneous properties that do not fit into any of the first 3 categories. Pop-Up (Yes/No) Setting a form to pop-up makes the form window float on top of all other windows. Modal (Yes/No) If modal is set to yes, all other window elements become inaccessible until the form is closed. This is useful if an operation on a form must be performed before moving on. Pop-Up form: A form which stays on top of other windows. The Borderstyle should be set to thin. Useful to enter additional information, opened from the main form. Dialog-box: The Pop-Up and the modal property is set to yes, and the BorderStyle is Dialog. Useful to enter criteria information for running reports.

39 17.4 FORM OTHER PROPERTIES 233 Cycle (All Records, Current Record, Current Page) Cycle property determines what should happen if the focus is on the last control and the user presses [tab] or [Enter] to move to the next control. All Records: Focus is moved to first control of next record. (Implicit Save!) Current Record: Focus is moved to first control of current record. Current Page: Only applies to multi-page forms, moves focus to first control of current page. Ribbon Name To attach a custom ribbon that will be displayed when the form is opened. Menu Bar, Toolbar, Shortcut Menu, Shortcut Menu Bar To link customized menu bars, toolbars and shortcut menus to a form. Help File, Help ContextID To link a help file and a specific topic to a form. Has Module Whether a form has a module containing code, if set No, code will be deleted. Use Default Paper Size(Yes/No): Use default paper size Fast Laser Printing(Yes/No): Replace lines and rectangles by text character lines. Tag: Store additional information about the object.

40 Basic Form Controls 18.

41 18.1 SELECTING CONTROLS 234 One has to be careful about using the mouse, the [Shift] and [Ctrl] keys, and the arrow keys when dealing with controls. When a control is selected, many handles (little squares) are displayed around the perimeter of the control. An orange-colored frame is placed around the selected control. To select a control, click anywhere inside the borders of control without moving the mouse. Clicking once again enables editing the default property in that control.

42 18.1 SELECTING CONTROLS 235 When one of these controls is selected, the attached label is also selected in that it moves with the control. When selecting a control, the border lines of a control contain sizing handles and the upper left hand corner contains a move handle. When the label is selected, the label control contains all sizing handles and one move handle, and the associated control contains one move handle. Placing the mouse pointer over a move handle displays a fourheaded arrow pointer, and locating the mouse pointer over a sizing handle shows a double-opposite arrow pointer.

43 18.1 SELECTING CONTROLS 236 Different control selection methods are listed below: Single control selection method: Simply click once on the control. The move and sizing handles are displayed. Multiple controls selection method using [Shift] or [Ctrl] key: Click on the first control, then hold down the [Shift] or [Ctrl] key and select the next control. Rectangle selection method: Click in the upper left hand corner outside a control, hold the mouse, and draw a rectangle over all controls to be selected. Then release the mouse button, and all controls falling into the rectangle are selected. Ruler selection method When the mouse is placed into the ruler area, the mouse pointer shape is changing to a horizontal arrow (in the vertical ruler) or to a vertical arrow (in the horizontal ruler). Clicking the mouse in that position draws a line (either vertical or horizontal) through the entire form or report. Any controls hit by the line are selected

44 18.1 SELECTING CONTROLS 237 Single-click ruler selection: Dragging ruler selection:

45 18.1 SELECTING CONTROLS 238 Selecting all Controls To select all controls, press [Ctrl] + A on your keyboard. To group multiple controls together, select the controls, then choose the Arrange tab in the Form Design Tools contextual Ribbon, then click on the Size & Space drop down button in the Sizing & Ordering group. This grouping applies only to moving and sizing behavior, the controls remain individual in terms of properties. When selecting any of the grouped controls, then all controls are selected.

46 18.2 MOVING CONTROLS 239 To move a control, simply select a control and then move the mouse pointer over to control until the four-headed arrow is displayed as the mouse pointer. Click and hold the mouse button and drag the control to its desired location. When the location is reached, simply release the mouse button. If a compound control is moved, its associated label is moved as well. To cancel a move or a size operation, press the [Esc] key before releasing the mouse. To cancel a move or a size operation after the mouse is released, choose undo if available. If multiple controls are selected, place the mouse pointer over the group of controls until the four-headed arrow mouse pointer appears. Then click the mouse button and move the entire group of controls to its desired location.

47 18.2 MOVING CONTROLS 240 Moving controls can also be achieved by using the keyboard. In fact, movements can be accomplished in much smaller increments. Select a control, then either use the arrow keys alone or hold the [Ctrl] key, then use the arrow keys to move a control. Using the [Ctrl] key moves the control by a pixel, without the [Ctrl] key by a grid point. To move an attached label separately from its control, do the following: Hold down the shift key to achieve horizontally or vertically bound moving (Depending on whether the very first mouse movement is horizontally or vertically).

48 18.2 MOVING CONTROLS 241 A control can also be moved using its Left and Top properties. The left property is measured in inches from the left side of the form, and the top property from the top of the form.

49 18.3 SIZING CONTROLS 242 To size a control, select a control with the mouse, and use one of the following size handles: To size a control only in one direction, use the side handles, either the horizontal or vertical sides. Place the mouse over the size handle, the mouse pointer shape changes to a double-arrow, click the mouse, hold and drag to the desired size. To size a control in both directions simultaneously, use the corner handles. Place the mouse pointer over one of the corner handles, the mouse pointer shape changes to a double-arrow, click the mouse, hold and drag to the desired size. Sizing a control can also be achieved by using the keyboard. Select the control, then hold down the [Shift] key and use the appropriate arrow key on the keyboard.

50 18.3 SIZING CONTROLS 243 To size a control to the grid, follow these steps: 1. Select the control with the mouse. 2. Navigate to Arrange tab in the Forms Design Tools ribbon, in the Sizing & Ordering group, click on drop-down Size/Space, then click on To Grid. 3. MS Access resizes the control so that the corners snap to the grid. Use the Width and Height property of the property sheet of a control and enter the exact size. Sizing controls relative to each other. Arrange tab, Sizing & Ordering, Size/Space To Tallest: Sizes the selected controls to the tallest one. To Shortest: Sizes the selected controls to the shortest one. To Widest: Sizes the selected controls to the widest one. To Narrowest: Sizes the selected controls to the narrowest one.

51 18.3 SIZING CONTROLS 244 Sizing controls relative to each other requires at least two controls to be selected. The 4 options are grayed out if only one control is selected. However, To Fit and To Grid are enabled if one control is selected. The To Fit option sizes a control only vertically (height) to make the text fit inside the control including margins and padding. The To Grid option moves a control to the nearest grid point.

52 18.4 COPYING AND DELETING CONTROLS 245 To copy a control, either use copy in the Home tab (Or [Crtl] + [C]) and then paste (or [Ctrl] + V). Customize Quick Access toolbar to add Duplicate Control button. To apply only formatting from one control to another, follow these steps: 1. Select the control with the desired formatting to be copied. 2. Click the Format painter button in the Home tab. 3. Note the mouse pointer shape changes to a point brush 4. Click the control to copy the format.

53 18.4 COPYING AND DELETING CONTROLS 246 A Control can be moved into other sections of a form or report. To move label separately from control into a different section: 1. Select the label control. 2. Select in the Home tab, Cut, or key strokes ([Ctrl] + [X]) 3. Select the section where the label control is to be copied. 4. Choose Home ribbon Edit, Paste or key strokes ([Ctrl] + [V]). To separate compound controls, follow these steps: 1. Select the label of the compound control. 2. Choose Cut in the Home ribbon or key strokes ([Ctrl] + [X]) 3. Choose Paste in the Home tab, Paste or key strokes ([Ctrl] + [V]) To re-attach a label back to a control, follow these steps: 1. Select the label. 2. Choose Cut in the Home tab or key strokes ([Ctrl] + [X]) 3. Select the control to which the label is to attached. 4. Choose Paste in the Home tab or key strokes ([Ctrl] + [V])

54 18.5 ALIGNING CONTROLS 247 To align controls to each other use the following simple tools: Ruler Grid Snap To Grid To make fine adjustments to location or size of a control: [Ctrl] + arrow keys: To move a control or group of controls in all four directions. [Shift] + arrow keys: To size a control or group of controls in all four directions. Aligning controls: 1. Select at least two controls to be aligned with each other. 2. Select the Arrange tab, Sizing & Ordering group, drop-down Align. 3. There are four options available: Left: Controls will be left aligned to the leftmost control. Right: Controls will be left aligned to the rightmost control. Top: Controls will be left aligned to the highest control. Bottom: Controls will be left aligned to the lowest control.

55 18.5 ALIGNING CONTROLS 248 To space controls evenly, follow these steps: 1. Select the controls to be spaced evenly. 2. Choose Format Design Tools ribbon, then Arrange tab, Sizing & Ordering, Size/Space drop down. 3. Choose Equal Horizontal or Equal Vertical. To increase or decrease the space between controls, follow these steps. MS Access increases or decreases the spacing by one grid point. 1. Select at least two controls. 2. Format Design Tools ribbon, then Arrange tab, Sizing & Ordering group, Size/Space drop-down. 3. Choose Increase or Decrease (Horizontal or Vertical).

DEVELOPING DATABASE APPLICATIONS (INTERMEDIATE MICROSOFT ACCESS, X405.5)

DEVELOPING DATABASE APPLICATIONS (INTERMEDIATE MICROSOFT ACCESS, X405.5) Technology & Information Management Instructor: Michael Kremer, Ph.D. Database Program: Microsoft Access Series DEVELOPING DATABASE APPLICATIONS (INTERMEDIATE MICROSOFT ACCESS, X405.5) Section 6 AGENDA

More information

Microsoft Access 2016 Intro to Forms and Reports

Microsoft Access 2016 Intro to Forms and Reports Microsoft Access 2016 Intro to Forms and Reports training@health.ufl.edu Access 2016: Intro to Forms and Reports 2.0 hours Topics include using the AutoForm/AutoReport tool, and the Form and Report Wizards.

More information

Contents. Creating Forms

Contents. Creating Forms Access 2007 Forms Contents Creating Forms... 3 Creating a new form 3 Design view and Form view 5 Creating a user-defined form 5 Changing the look of your form... 6 Layout View 6 Design View 6 Moving and

More information

Access: Printing Data with Reports

Access: Printing Data with Reports Access: Printing Data with Reports Reports are a means for displaying and summarizing data from tables or queries. While forms are primarily for on-screen viewing, reports are for presenting your data

More information

Database Design Practice Test JPSFBLA

Database Design Practice Test JPSFBLA 1. You see field names, data types, and descriptions in: a. Datasheet View c. Form View b. Design View d. Property View 2. The data type for insurance policy numbers, such as 0012-M-340-25 or 43F33-7805,

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

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 4: Single Table Form Lab

Chapter 4: Single Table Form Lab Chapter 4: Single Table Form Lab Learning Objectives This chapter provides practice with creating forms for individual tables in Access 2003. After this chapter, you should have acquired the knowledge

More information

Microsoft Word 2010 Basics

Microsoft Word 2010 Basics 1 Starting Word 2010 with XP Click the Start Button, All Programs, Microsoft Office, Microsoft Word 2010 Starting Word 2010 with 07 Click the Microsoft Office Button with the Windows flag logo Start Button,

More information

Designing Forms in Access

Designing Forms in Access Designing Forms in Access This document provides basic techniques for designing, creating, and using forms in Microsoft Access. Opening Comments about Forms A form is a database object that you can use

More information

Introducing Gupta Report Builder

Introducing Gupta Report Builder Business Reporting Chapter 1 Introducing Gupta Report Builder You can use Report Builder to design reports. This chapter describes: Our approach to building reports. Some of the reports you can build.

More information

Access: Using Forms for Data Entry and Editing

Access: Using Forms for Data Entry and Editing Access: Using Forms for Data Entry and Editing Viewing and Entering Data with Forms A form is the most convenient layout for entering, changing, and viewing records from a database table or query and are

More information

MICROSOFT WORD 2010 BASICS

MICROSOFT WORD 2010 BASICS MICROSOFT WORD 2010 BASICS Word 2010 is a word processing program that allows you to create various types of documents such as letters, papers, flyers, and faxes. The Ribbon contains all of the commands

More information

button Double-click any tab on the Ribbon to minimize it. To expand, click the Expand the Ribbon button

button Double-click any tab on the Ribbon to minimize it. To expand, click the Expand the Ribbon button PROCEDURES LESSON 1: CREATING WD DOCUMENTS WITH HEADERS AND FOOTERS Starting Word 1 Click the Start button 2 Click All Programs 3 Click the Microsoft Office folder icon 4 Click Microsoft Word 2010 1 Click

More information

Word Tutorial 3. Creating a Multiple- Page Report COMPREHENSIVE

Word Tutorial 3. Creating a Multiple- Page Report COMPREHENSIVE Word Tutorial 3 Creating a Multiple- Page Report COMPREHENSIVE Objectives Format headings with Quick Styles Insert a manual page break Create and edit a table Sort rows in a table Modify a table s structure

More information

MS Word Basics. Groups within Tabs

MS Word Basics. Groups within Tabs MS Word Basics Instructor: Bev Alderman L e t s G e t S t a r t e d! Open and close MS Word Open Word from the desktop of your computer by Clicking on the Start>All programs>microsoft Office >Word 2010

More information

Creating Reports in Access 2007 Table of Contents GUIDE TO DESIGNING REPORTS... 3 DECIDE HOW TO LAY OUT YOUR REPORT... 3 MAKE A SKETCH OF YOUR

Creating Reports in Access 2007 Table of Contents GUIDE TO DESIGNING REPORTS... 3 DECIDE HOW TO LAY OUT YOUR REPORT... 3 MAKE A SKETCH OF YOUR Creating Reports in Access 2007 Table of Contents GUIDE TO DESIGNING REPORTS... 3 DECIDE HOW TO LAY OUT YOUR REPORT... 3 MAKE A SKETCH OF YOUR REPORT... 3 DECIDE WHICH DATA TO PUT IN EACH REPORT SECTION...

More information

Excel Select a template category in the Office.com Templates section. 5. Click the Download button.

Excel Select a template category in the Office.com Templates section. 5. Click the Download button. Microsoft QUICK Excel 2010 Source Getting Started The Excel Window u v w z Creating a New Blank Workbook 2. Select New in the left pane. 3. Select the Blank workbook template in the Available Templates

More information

CounselLink Reporting. Designer

CounselLink Reporting. Designer CounselLink Reporting Designer Contents Overview... 1 Introduction to the Document Editor... 2 Create a new document:... 2 Document Templates... 3 Datasets... 3 Document Structure... 3 Layout Area... 4

More information

Document Editor Basics

Document Editor Basics Document Editor Basics When you use the Document Editor option, either from ZP Toolbox or from the Output option drop-down box, you will be taken to the Report Designer Screen. While in this window, you

More information

Using Microsoft Word. Table of Contents

Using Microsoft Word. Table of Contents Using Microsoft Word Table of Contents The Word Screen... 2 Document View Buttons... 2 Selecting Text... 3 Using the Arrow Keys... 3 Using the Mouse... 3 Line Spacing... 4 Paragraph Alignment... 4 Show/Hide

More information

Contents. Launching Word

Contents. Launching Word Using Microsoft Office 2007 Introduction to Word Handout INFORMATION TECHNOLOGY SERVICES California State University, Los Angeles Version 1.0 Winter 2009 Contents Launching Word 2007... 3 Working with

More information

TSM Report Designer. Even Microsoft Excel s Data Import add-in can be used to extract TSM information into an Excel spread sheet for reporting.

TSM Report Designer. Even Microsoft Excel s Data Import add-in can be used to extract TSM information into an Excel spread sheet for reporting. TSM Report Designer The TSM Report Designer is used to create and modify your TSM reports. Each report in TSM prints data found in the databases assigned to that report. TSM opens these databases according

More information

Getting started with Ms Access Getting Started. Primary Key Composite Key Foreign Key

Getting started with Ms Access Getting Started. Primary Key Composite Key Foreign Key Getting started with Ms Access 2007 Getting Started Customize Microsoft Office Toolbar The Ribbon Quick Access Toolbar Navigation Tabbed Document Window Viewing Primary Key Composite Key Foreign Key Table

More information

User Manual Version 1.1 January 2015

User Manual Version 1.1 January 2015 User Manual Version 1.1 January 2015 - 2 / 112 - V1.1 Variegator... 7 Variegator Features... 7 1. Variable elements... 7 2. Static elements... 7 3. Element Manipulation... 7 4. Document Formats... 7 5.

More information

Basic Concepts. Launching MultiAd Creator. To Create an Alias. file://c:\documents and Settings\Gary Horrie\Local Settings\Temp\~hh81F9.

Basic Concepts. Launching MultiAd Creator. To Create an Alias. file://c:\documents and Settings\Gary Horrie\Local Settings\Temp\~hh81F9. Page 1 of 71 This section describes several common tasks that you'll need to know in order to use Creator successfully. Examples include launching Creator and opening, saving and closing Creator documents.

More information

Stamina Software Pty Ltd. TRAINING MANUAL Viságe Reporter

Stamina Software Pty Ltd. TRAINING MANUAL Viságe Reporter Stamina Software Pty Ltd TRAINING MANUAL Viságe Reporter Version: 2 21 st January 2009 Contents Introduction...1 Assumed Knowledge...1 Pre Planning...1 Report Designer Location...2 Report Designer Screen

More information

Links to Activities ACTIVITY 4.1. Links to Activities Links to Activities

Links to Activities ACTIVITY 4.1. Links to Activities Links to Activities ACCESS SUMMARIZING DATA AND CALCULATING IN FORMS AND REPORTS Section 4 Skills Use functions in a query to calculate statistics Summarize data in a crosstab query Summarize data in a PivotTable Summarize

More information

Microsoft PowerPoint 2016 Basics Unit 9 Final Review - Student Notes Directions: Fill in the blanks.

Microsoft PowerPoint 2016 Basics Unit 9 Final Review - Student Notes Directions: Fill in the blanks. Directions: Fill in the blanks. 1. PowerPoint Window Layout 2. File Tab When clicked, opens - automatically opens the Info option by default Holds the following options: - Info - New - Open - Save - Save

More information

Excel Main Screen. Fundamental Concepts. General Keyboard Shortcuts Open a workbook Create New Save Preview and Print Close a Workbook

Excel Main Screen. Fundamental Concepts. General Keyboard Shortcuts Open a workbook Create New Save Preview and Print Close a Workbook Excel 2016 Main Screen Fundamental Concepts General Keyboard Shortcuts Open a workbook Create New Save Preview and Print Close a Ctrl + O Ctrl + N Ctrl + S Ctrl + P Ctrl + W Help Run Spell Check Calculate

More information

Management Reports Centre. User Guide. Emmanuel Amekuedi

Management Reports Centre. User Guide. Emmanuel Amekuedi Management Reports Centre User Guide Emmanuel Amekuedi Table of Contents Introduction... 3 Overview... 3 Key features... 4 Authentication methods... 4 System requirements... 5 Deployment options... 5 Getting

More information

Microsoft Office. Microsoft Office

Microsoft Office. Microsoft Office is an office suite of interrelated desktop applications, servers and services for the Microsoft Windows. It is a horizontal market software that is used in a wide range of industries. was introduced by

More information

Microsoft Office Excel

Microsoft Office Excel Microsoft Office 2007 - Excel Help Click on the Microsoft Office Excel Help button in the top right corner. Type the desired word in the search box and then press the Enter key. Choose the desired topic

More information

DESIGNING, BUILDING, AND USING DATABASES (BEGINNING MICROSOFT ACCESS, X405.4)

DESIGNING, BUILDING, AND USING DATABASES (BEGINNING MICROSOFT ACCESS, X405.4) Technology & Information Management Instructor: Michael Kremer, Ph.D. Database Program: Microsoft Access Series DESIGNING, BUILDING, AND USING DATABASES (BEGINNING MICROSOFT ACCESS, X405.4) Section 3 AGENDA

More information

Microsoft Office Training Skills 2010

Microsoft Office Training Skills 2010 Lesson 3 - Creating Documents with MS word 2010 Introduction to Word Processing MS-Word 2010 is word processing application that is used create and edit documents such as: Books, letters, reports, newsletters,

More information

Excel Tutorial 1

Excel Tutorial 1 IT٢.we Excel 2003 - Tutorial 1 Spreadsheet Basics Screen Layout Title bar Menu bar Standard Toolbar Other Tools Task Pane Adding and Renaming Worksheets Modifying Worksheets Moving Through Cells Adding

More information

DOING MORE WITH WORD: MICROSOFT OFFICE 2007

DOING MORE WITH WORD: MICROSOFT OFFICE 2007 DOING MORE WITH WORD: MICROSOFT OFFICE 2007 GETTING STARTED PAGE 02 Prerequisites What You Will Learn USING MICROSOFT WORD PAGE 03 Viewing Toolbars Adding and Removing Buttons MORE TASKS IN MICROSOFT WORD

More information

Mi c r o s o f t Wo r d Qu i c k Re f e r e n c e Ca r d

Mi c r o s o f t Wo r d Qu i c k Re f e r e n c e Ca r d Tech Talk # 5 Mi c r o s o f t Wo r d Qu i c k Re f e r e n c e Ca r d Introduction by Renae Schmidt Hello! Welcome to Tech Talk #5. This week we are sharing a Microsoft Word 2010 Quick Reference Card.

More information

Excel 2010 Level 1: The Excel Environment

Excel 2010 Level 1: The Excel Environment Excel 2010 Level 1: The Excel Environment Table of Contents The Excel 2010 Environment... 1 The Excel Window... 1 File Tab... 1 The Quick Access Toolbar... 4 Access the Customize the Quick Access Toolbar

More information

Excel 2016 Basics for Windows

Excel 2016 Basics for Windows Excel 2016 Basics for Windows Excel 2016 Basics for Windows Training Objective To learn the tools and features to get started using Excel 2016 more efficiently and effectively. What you can expect to learn

More information

Report Designer Report Types Table Report Multi-Column Report Label Report Parameterized Report Cross-Tab Report Drill-Down Report Chart with Static

Report Designer Report Types Table Report Multi-Column Report Label Report Parameterized Report Cross-Tab Report Drill-Down Report Chart with Static Table of Contents Report Designer Report Types Table Report Multi-Column Report Label Report Parameterized Report Cross-Tab Report Drill-Down Report Chart with Static Series Chart with Dynamic Series Master-Detail

More information

Access 2003 Introduction to Report Design

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

More information

Microsoft Excel 2010 Basic

Microsoft Excel 2010 Basic Microsoft Excel 2010 Basic Introduction to MS Excel 2010 Microsoft Excel 2010 is a spreadsheet software in the new Microsoft 2010 Office Suite. Excel allows you to store, manipulate and analyze data in

More information

Introduction to Word 2010

Introduction to Word 2010 Introduction to Word 2010 Screen Elements 4 1 2 3 5 10 6 7 8 9 1. File Tab: The File tab will bring you into the Backstage View. The Backstage View is where you manage your files and the data about them

More information

Content provided in partnership with Que, from the book Show Me Microsoft Office Access 2003 by Steve JohnsonÃÃ

Content provided in partnership with Que, from the book Show Me Microsoft Office Access 2003 by Steve JohnsonÃÃ ,PSURYLQJWKH$SSHDUDQFHRI )RUPVDQGHSRUWV Content provided in partnership with Que, from the book Show Me Microsoft Office Access 00 by Steve JohnsonÃÃ Introduction The objects in a database most on display

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

Gloucester County Library System EXCEL 2007

Gloucester County Library System EXCEL 2007 Gloucester County Library System EXCEL 2007 Introduction What is Excel? Microsoft E x c e l is an electronic s preadsheet program. I t is capable o f performing many diff e r e n t t y p e s o f c a l

More information

Quick Access Toolbar. You click on it to see these options: New, Open, Save, Save As, Print, Prepare, Send, Publish and Close.

Quick Access Toolbar. You click on it to see these options: New, Open, Save, Save As, Print, Prepare, Send, Publish and Close. Opening Microsoft Word 2007 in the practical room UNIT-III 1 KNREDDY 1. Nyelvi beállítások az Office 2007-hez (Language settings for Office 2007 (not 2003)) English. 2. Double click on the Word 2007 icon

More information

Excel 2016 Basics for Mac

Excel 2016 Basics for Mac Excel 2016 Basics for Mac Excel 2016 Basics for Mac Training Objective To learn the tools and features to get started using Excel 2016 more efficiently and effectively. What you can expect to learn from

More information

Spreadsheets Microsoft Office Button Ribbon

Spreadsheets Microsoft Office Button Ribbon Getting started with Excel 2007 you will notice that there are many similar features to previous versions. You will also notice that there are many new features that you ll be able to utilize. There are

More information

GraphWorX64 Productivity Tips

GraphWorX64 Productivity Tips Description: Overview of the most important productivity tools in GraphWorX64 General Requirement: Basic knowledge of GraphWorX64. Introduction GraphWorX64 has a very powerful development environment in

More information

Word 2007 Tables Objectives

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

More information

DOING MORE WITH WORD: MICROSOFT OFFICE 2010

DOING MORE WITH WORD: MICROSOFT OFFICE 2010 DOING MORE WITH WORD: MICROSOFT OFFICE 2010 GETTING STARTED PAGE 02 Prerequisites What You Will Learn USING MICROSOFT WORD PAGE 03 Viewing Toolbars Adding and Removing Buttons MORE TASKS IN MICROSOFT WORD

More information

Lesson 4 - Creating a Text Document Using WordPad

Lesson 4 - Creating a Text Document Using WordPad Lesson 4 - Creating a Text Document Using WordPad OBJECTIVES: To learn the basics of word processing programs and to create a document in WordPad from Microsoft Windows. A word processing program is the

More information

Word 2013 Quick Start Guide

Word 2013 Quick Start Guide Getting Started File Tab: Click to access actions like Print, Save As, and Word Options. Ribbon: Logically organize actions onto Tabs, Groups, and Buttons to facilitate finding commands. Active Document

More information

PowerPoint 2016 Building a Presentation

PowerPoint 2016 Building a Presentation PowerPoint 2016 Building a Presentation What is PowerPoint? PowerPoint is presentation software that helps users quickly and efficiently create dynamic, professional-looking presentations through the use

More information

Table of Contents. Windows Interface Elements (Home Page) Contents. Select Chart... Elements

Table of Contents. Windows Interface Elements (Home Page) Contents. Select Chart... Elements Contents Table of Contents Windows Interface Elements (Home Page) 1 Charting... 8 Chart Wizard... 9 Chart Type... Page 11 Appearance... Page 12 Series Page... 14 Data Page... 16 Chart Page... 19 Diagram

More information

Lesson 3 Images and WordArt Basics

Lesson 3 Images and WordArt Basics Lesson 3 Images and WordArt Basics Objectives Students will insert WordArt. Students will format WordArt. Students will insert clip art. Students will resize images. Students will apply compression to

More information

Word Getting Started The Word Window u vw. Microsoft QUICK Source. Creating a New Blank Document. Creating a New Document from a Template

Word Getting Started The Word Window u vw. Microsoft QUICK Source. Creating a New Blank Document. Creating a New Document from a Template Microsoft QUICK Source Word 2007 Getting Started The Word Window u vw x y z u Quick Access Toolbar contains shortcuts for the most commonly used tools. v Microsoft Office Button contains common file and

More information

Microsoft Excel 2010 Tutorial

Microsoft Excel 2010 Tutorial 1 Microsoft Excel 2010 Tutorial Excel is a spreadsheet program in the Microsoft Office system. You can use Excel to create and format workbooks (a collection of spreadsheets) in order to analyze data and

More information

Chapter 5: Hierarchical Form Lab

Chapter 5: Hierarchical Form Lab Chapter 5: Hierarchical Form Lab Learning Objectives This chapter demonstrates Access 2013 features for hierarchical forms that are more complex than the single table forms you developed in Chapter 4.

More information

Microsoft Word Basics. Pages 21-45

Microsoft Word Basics. Pages 21-45 Microsoft Word Basics Pages 21-45 1 Viewing a Document in Word Print Layout Shows how a document will look when it is printed. This view, which is the default, allows you to see headers and footers, columns,

More information

Correcting Grammar as You Type

Correcting Grammar as You Type PROCEDURES LESSON 11: CHECKING SPELLING AND GRAMMAR Selecting Spelling and Grammar Options 2 Click Options 3 In the Word Options dialog box, click Proofing 4 Check options as necessary under the When correcting

More information

Microsoft Word 2007 on Windows

Microsoft Word 2007 on Windows 1 Microsoft Word 2007 on Windows Word is a very popular text formatting and editing program. It is the standard for writing papers and other documents. This tutorial and quick start guide will help you

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

Learning Word The ABCs of Microsoft Word. 8/19/2015 The Computor Tutor 1

Learning Word The ABCs of Microsoft Word. 8/19/2015 The Computor Tutor 1 Learning Word 2013 The ABCs of Microsoft Word 8/19/2015 The Computor Tutor 1 The Program Open Word Margins are preset to Normal, 1 inch for Top, Bottom, Right & Left; change by clicking on Page Layout

More information

Using Reports. Access 2013 Unit D. Property of Cengage Learning. Unit Objectives. Files You Will Need

Using Reports. Access 2013 Unit D. Property of Cengage Learning. Unit Objectives. Files You Will Need Unit D CASE Samantha Hooper, a tour developer at Quest Specialty Travel, asks you to produce some reports to help her share and analyze data. A report is an Access object that creates a professional looking

More information

Using Microsoft Access

Using Microsoft Access Using Microsoft Access USING MICROSOFT ACCESS 1 Interfaces 2 Basic Macros 2 Exercise 1. Creating a Test Macro 2 Exercise 2. Creating a Macro with Multiple Steps 3 Exercise 3. Using Sub Macros 5 Expressions

More information

Introduction to Microsoft Excel 2016

Introduction to Microsoft Excel 2016 Screen Elements: Introduction to Microsoft Excel 2016 The Ribbon The Ribbon is designed to help you quickly find the commands that you need to complete a task. Commands are organized in logical groups,

More information

NOBLE INSTITUTE OF COMPUTER ACCOUNTANCY

NOBLE INSTITUTE OF COMPUTER ACCOUNTANCY 1 The ability to combine name and addressed with a standard document is called a. document formatting b. database management c. mail merge d. form letters 2. Which enables us to send the same letter to

More information

WEEK NO. 12 MICROSOFT EXCEL 2007

WEEK NO. 12 MICROSOFT EXCEL 2007 WEEK NO. 12 MICROSOFT EXCEL 2007 LESSONS OVERVIEW: GOODBYE CALCULATORS, HELLO SPREADSHEET! 1. The Excel Environment 2. Starting A Workbook 3. Modifying Columns, Rows, & Cells 4. Working with Worksheets

More information

You can also search online templates which can be picked based on background themes or based on content needs. Page eleven will explain more.

You can also search online templates which can be picked based on background themes or based on content needs. Page eleven will explain more. Microsoft PowerPoint 2016 Part 1: The Basics Opening PowerPoint Double click on the PowerPoint icon on the desktop. When you first open PowerPoint you will see a list of new presentation themes. You can

More information

Using Microsoft Excel

Using Microsoft Excel Using Microsoft Excel Table of Contents The Excel Window... 2 The Formula Bar... 3 Workbook View Buttons... 3 Moving in a Spreadsheet... 3 Entering Data... 3 Creating and Renaming Worksheets... 4 Opening

More information

Designer Reference 1

Designer Reference 1 Designer Reference 1 Table of Contents USE OF THE DESIGNER...4 KEYBOARD SHORTCUTS...5 Shortcuts...5 Keyboard Hints...5 MENUS...7 File Menu...7 Edit Menu...8 Favorites Menu...9 Document Menu...10 Item Menu...12

More information

THE EXCEL ENVIRONMENT... 1 EDITING...

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

More information

Office 2007 Overview

Office 2007 Overview Kent School District Office 2007 Overview Office Button Quick Access Toolbar The Ribbon and Tabs Mini Toolbar Other Office Applications Resources 1 P a g e Created by G. Kinkade, CTE; adapted by G. Whiteman,

More information

MS Office Word Tabs & Tables Manual. Catraining.co.uk Tel:

MS Office Word Tabs & Tables Manual. Catraining.co.uk Tel: MS Office 2010 Word Tabs & Tables Manual Catraining.co.uk Tel: 020 7920 9500 Table of Contents TABS... 1 BASIC TABS WITH ALIGNMENT... 1 DEFAULT TAB STOP... 1 SET MANUAL TAB STOPS WITH RULER... 2 SET MANUAL

More information

INTRODUCTION... 1 UNDERSTANDING CELLS... 2 CELL CONTENT... 4

INTRODUCTION... 1 UNDERSTANDING CELLS... 2 CELL CONTENT... 4 Introduction to Microsoft Excel 2016 INTRODUCTION... 1 The Excel 2016 Environment... 1 Worksheet Views... 2 UNDERSTANDING CELLS... 2 Select a Cell Range... 3 CELL CONTENT... 4 Enter and Edit Data... 4

More information

CHAPTER 4: MICROSOFT OFFICE: EXCEL 2010

CHAPTER 4: MICROSOFT OFFICE: EXCEL 2010 CHAPTER 4: MICROSOFT OFFICE: EXCEL 2010 Quick Summary A workbook an Excel document that stores data contains one or more pages called a worksheet. A worksheet or spreadsheet is stored in a workbook, and

More information

Using SymPrint to Make Overlays, Templates & More...

Using SymPrint to Make Overlays, Templates & More... Welcome to SymPrint SymPrint is an easy-to-use tool for creating communication overlays, worksheets, classroom activities and more using a modern toolbar and common-sense interface modeled after the programs

More information

LABEL MATRIX TEKLYNX V E R S I O N 8 Q U I C K S T A R T G U I D E

LABEL MATRIX TEKLYNX V E R S I O N 8 Q U I C K S T A R T G U I D E TEKLYNX LABEL MATRIX V E R S I O N 8 Q U I C K S T A R T G U I D E Note Quick Start Guide The information in this manual is not binding and may be modified without prior notice. Supply of the software

More information

Microsoft Office 2000 & Microsoft Word 2000 Page 1. ***** Help Options ***** To access [? ] quickly & for specific use then

Microsoft Office 2000 & Microsoft Word 2000 Page 1. ***** Help Options ***** To access [? ] quickly & for specific use then Microsoft Office 2000 & Microsoft Word 2000 Page 1 ***** Help Options ***** Microsoft Help: Options and Search [ F1 ] Fastest way to get to Office Assistant and MS Office Help! ESC to Exit File > Help

More information

Word - Basics. Course Description. Getting Started. Objectives. Editing a Document. Proofing a Document. Formatting Characters. Formatting Paragraphs

Word - Basics. Course Description. Getting Started. Objectives. Editing a Document. Proofing a Document. Formatting Characters. Formatting Paragraphs Course Description Word - Basics Word is a powerful word processing software package that will increase the productivity of any individual or corporation. It is ranked as one of the best word processors.

More information

DOING MORE WITH WORD: MICROSOFT OFFICE 2013

DOING MORE WITH WORD: MICROSOFT OFFICE 2013 DOING MORE WITH WORD: MICROSOFT OFFICE 2013 GETTING STARTED PAGE 02 Prerequisites What You Will Learn USING MICROSOFT WORD PAGE 03 Viewing Toolbars Adding and Removing Buttons MORE TASKS IN MICROSOFT WORD

More information

Changing Worksheet Views

Changing Worksheet Views PROCEDURES LESSON 1: TOURING EXCEL Starting Excel 1 Click the Start button 2 Click All Programs 3 Click the Microsoft Office folder icon 4 Click Microsoft Excel 2010 Naming and Saving (Ctrl+S) a Workbook

More information

PowerPoint Module 2: Modifying a Presentation

PowerPoint Module 2: Modifying a Presentation 1. In the Outline pane, a highlighted slide icon next to the slide number indicates that the slide is selected. True PowerPoint 26 LEARNING OBJECTIVES: BESK.OFIN.16.297 - Enter text in Outline view 2.

More information

Microsoft Excel 2010 Part 2: Intermediate Excel

Microsoft Excel 2010 Part 2: Intermediate Excel CALIFORNIA STATE UNIVERSITY, LOS ANGELES INFORMATION TECHNOLOGY SERVICES Microsoft Excel 2010 Part 2: Intermediate Excel Spring 2014, Version 1.0 Table of Contents Introduction...3 Working with Rows and

More information

EXCEL BASICS: MICROSOFT OFFICE 2007

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

More information

Unit D Lecture Notes Word 2003

Unit D Lecture Notes Word 2003 Unit D Lecture Notes Word 2003 Objectives: In this project you will learn: Set document margins Divide a document into sections Insert page breaks Insert page numbers Add headers and footers Edit headers

More information

EXCEL 2010 PROCEDURES

EXCEL 2010 PROCEDURES EXCEL 2010 PROCEDURES Starting Excel 1 Click the Start 2 Click All Programs 3 Click the Microsoft Office folder icon 4 Click Microsoft Excel 2010 Naming and Saving (Ctrl+S) a Workbook 1 Click File 2 Click

More information

PowerPoint 2010 Level 1 Computer Training Solutions Student Guide Version Revision Date Course Length

PowerPoint 2010 Level 1 Computer Training Solutions Student Guide Version Revision Date Course Length Level 1 Computer Training Solutions Version 1.2 Revision Date Course Length 2012-Feb-16 6 hours Table of Contents Quick Reference... 3 Frequently Used Commands... 3 Manitoba ehealth Learning Management

More information

Introduction to Microsoft Office PowerPoint 2010

Introduction to Microsoft Office PowerPoint 2010 Introduction to Microsoft Office PowerPoint 2010 TABLE OF CONTENTS Open PowerPoint 2010... 1 About the Editing Screen... 1 Create a Title Slide... 6 Save Your Presentation... 6 Create a New Slide... 7

More information

WINDOWS NT BASICS

WINDOWS NT BASICS WINDOWS NT BASICS 9.30.99 Windows NT Basics ABOUT UNIVERSITY TECHNOLOGY TRAINING CENTER The University Technology Training Center (UTTC) provides computer training services with a focus on helping University

More information

Microsoft Word: Steps To Success (The Bare Essentials)

Microsoft Word: Steps To Success (The Bare Essentials) Microsoft Word: Steps To Success (The Bare Essentials) Workbook by Joyce Kirst 2005 Microsoft Word: Step to Success (The Bare Essentials) Page Contents 1 Starting Word 2 Save 3 Exit 5 Toolbars, Alignment,

More information

Introduction to Microsoft Word 2010

Introduction to Microsoft Word 2010 CDU Short Courses Introduction to Microsoft Word 2010 A 2 day course delivered by Charles Darwin University. COURSE INFORMATION This course focuses on basic document production using Microsoft Word 2010

More information

Chapter 4 Printing and Viewing a Presentation Using Proofing Tools I. Spell Check II. The Thesaurus... 23

Chapter 4 Printing and Viewing a Presentation Using Proofing Tools I. Spell Check II. The Thesaurus... 23 PowerPoint Level 1 Table of Contents Chapter 1 Getting Started... 7 Interacting with PowerPoint... 7 Slides... 7 I. Adding Slides... 8 II. Deleting Slides... 8 III. Cutting, Copying and Pasting Slides...

More information

Quick Start Guide - Contents. Opening Word Locating Big Lottery Fund Templates The Word 2013 Screen... 3

Quick Start Guide - Contents. Opening Word Locating Big Lottery Fund Templates The Word 2013 Screen... 3 Quick Start Guide - Contents Opening Word... 1 Locating Big Lottery Fund Templates... 2 The Word 2013 Screen... 3 Things You Might Be Looking For... 4 What s New On The Ribbon... 5 The Quick Access Toolbar...

More information

Introduction to Microsoft Word 2008

Introduction to Microsoft Word 2008 1. Launch Microsoft Word icon in Applications > Microsoft Office 2008 (or on the Dock). 2. When the Project Gallery opens, view some of the available Word templates by clicking to expand the Groups, and

More information

MICROSOFT WORD. Table of Contents. What is MSWord? Features LINC FIVE

MICROSOFT WORD. Table of Contents. What is MSWord? Features LINC FIVE Table of Contents What is MSWord? MSWord is a word-processing program that allows users to insert, edit, and enhance text in a variety of formats. Word is a powerful word processor with sophisticated editing

More information

Excel 2007 New Features Table of Contents

Excel 2007 New Features Table of Contents Table of Contents Excel 2007 New Interface... 1 Quick Access Toolbar... 1 Minimizing the Ribbon... 1 The Office Button... 2 Format as Table Filters and Sorting... 2 Table Tools... 4 Filtering Data... 4

More information