Microsoft Access 2010 For the End User. 9/12/2011 Archdiocese of Chicago Mike Riley

Size: px
Start display at page:

Download "Microsoft Access 2010 For the End User. 9/12/2011 Archdiocese of Chicago Mike Riley"

Transcription

1 Microsoft Access 2010 For the End User 9/12/2011 Archdiocese of Chicago Mike Riley i

2 VIDEO TUTORIALS AVAILABLE Almost 100,000 video tutorials are available from VTC. The available tutorials include Windows 7, GroupWise 8 and Office 2010 applications. To access these tutorials, visit and click the link for VTC Online Training. Login with your GroupWise username and password. You MUST use our custom login page from the list of Archdiocesan Web Links. You will NOT be able to login directly at VTC.com. Once logged into the VTC site, you can view any of the available tutorials (the Flash versions tend to load that fastest). You can view as many tutorials as you want. We have a limit of 5 concurrent users (only 5 people from our network can be logged in at one time). If all of the seats are currently in use, you will receive an error message. You can also access these tutorials from home. Simply use the link provided at

3 CONTENTS About Databases... 1 About Access... 1 Relational Database... 1 Data and user interface... 1 Developing a Database... 2 Starting Access... 2 Programs Menu... 2 By Opening a File... 2 The Access Interface... 3 The Ribbon... 3 The Quick Access Toolbar... 3 Tabs... 4 Contextual Tabsets... 4 Group Tabs... 5 Context Menu (Shortcut Menu)... 5 Opening a database... 6 Navigating... 8 Navigation Pane... 8 Navigation Form... 8 Custom Form/Switchboard... 9 Opening Objects Parameters Closing Objects Saving Changes i

4 Datasheets Sub datasheets Datasheet Navigation Keyboard Navigation Record Navigation Buttons Home Ribbon Forms Form Controls Form Navigation Adding Records Field Types and Settings Field Size Validation Rule Required Primary Key No Duplicates Related Records Deleting Records Referential Integrity/Cascade Update Finding Records Filtering Selection Filter Additional Filter Options Removing Filters Sorting Saving Changes ii

5 Exporting Objects/Data Exporting Data Printing Reports Other Database Objects iii

6 iv

7 ACCESS 2010 FOR THE END USER ABOUT DATABASES A database is a collection of information. Most of us use databases on a regular basis (although we might not be aware that it s actually a database). When you record a payment in a checkbook, you are using a database. When you look up a number in a phone book, you are using a database. If you search for a book using a library s card catalog, you are using a database. Nowadays, many databases are computerized which allow for easier and faster storage and retrieval of information. ABOUT ACCESS Microsoft Access is a relational database management system from Microsoft that includes the database engine (to process the data), user interface tools, and automation tools (for developers). Access is intended for small, non-critical databases. Enterprise-wide or critical database would NOT be appropriate for Microsoft Access (although Access might be used as the front-end for the database). RELATIONAL DATABASE Microsoft Access lets you create relational database that store information in multiple, linked tables. Relational database offer many advantages over flat-file databases (which store all of their information in a single table). In a flat-file database, information tends to be duplicated (often inconsistently) and changes to data often require multiple changes. A flat-file database is often just the collection of data with no tools to analyze/manipulate the data. Microsoft Excel and Microsoft Word can be used to create flat-file databases. Sometimes, a flat-file database is a better choice than creating a relational database. DATA AND USER INTERFACE Unlike some enterprise-quality database systems, Microsoft Access includes user interfaces for the database (and stores the interface and raw data in the same file). Higher-end database servers like SQL (pronounced sequel) server only store raw data and data storage/retrieval tools. Data entry forms and reports are created using other applications (such as Crystal Reports). It is unlikely that a full-time database developer would create a database using Microsoft Access. 1

8 DEVELOPING A DATABASE Designing a database can be compared to designing and building a house. Many of us could design and build a simple house, such as a birdhouse, without too much difficulty. Designing and building a 4-bedroom home (complete with electricity, plumbing, phones, etc) is beyond most of us. Creating a simple, single-user database with no automation is a fairly simple process. Creating a full-fledged multi-user, database application typically requires an experienced database developer. Keep in mind that some elements of a database may be quite involved. Just because something is possible with Microsoft Access doesn t mean it s within your capabilities as a new, amateur database developer. Thinking that someone can simply show you how to accomplish a specific task using Access is often a false assumption. STARTING ACCESS Many organization hire full-time, experienced database developers. Bear this in mind when designing an Access database and accept the fact that some things may simply be beyond your capabilities/skill-level. PROGRAMS MENU Like almost every Windows program, when Office is installed, it adds a group to the Programs Menu. To start Microsoft Access 2010: Choose Start, All Programs Choose Microsoft Office Choose Microsoft Access 2010 You can also pin Access 2010 to the start menu or task bar or use a desktop shortcut. BY OPENING A FILE Opening a file that uses Microsoft Access as its default application will launch Microsoft Access AND open the file at the same time. To start Microsoft Access 2010 by opening a file: Browse to the file you want to open using My Computer or Windows Explorer Double-click the file 2

9 THE ACCESS INTERFACE Unlike other Microsoft Office applications, the user interface within Access is primary used during database development and is rarely used after the database has been designed. THE RIBBON The large area of tools and commands at the top of the document is the Ribbon. THE QUICK ACCESS TOOLBAR This toolbar contains commonly used commands and can be customized by adding additional commands. To add a new command to the Quick Access Toolbar, select the desired command from the drop-down list to the right of the QAT. You can also right-click any button from any tab and choose Add to Quick Access Toolbar. 3

10 TABS Tabs make up the main context of the ribbon. You'll find different options available from the different tabs. FILE TAB The File tab replaces the File menu (in Office 2003 and earlier) and the Office button in Office Clicking the File tab opens the Backstage view that includes commands for working with the entire database. To close the File tab without choosing an option, simply click the File tab again or click a different tab. CONTEXTUAL TABSETS When designing objects in a database, additional commands will become available on contextual tabsets. 4

11 GROUP TABS Commands on tabs are often grouped by functionality. The Text Formatting group (shown to the left), provides the formatting tools that text formats of fields. When there's not enough screen space to display all of the tools for a group, the group will collapse. CONTEXT MENU (SHORTCUT MENU) The Context Menu (Shortcut Menu) appears when you right-click on different elements in your database. 5

12 OPENING A DATABASE When you start Access from the Programs menu or a shortcut (rather than opening a specific database), you ll need to create or open a database before you can proceed. Recently accessed databases appear in the main selection on the File tab. Additional recent databases appear on the Recent list. 6

13 If the database you want to work with is not on the Recent list, you can use the Open command to browse to, select and open the database. 7

14 NAVIGATING After opening the database, you ll need to open various objects within the database. Depending on how the database is designed, you may have different options available for selecting and opening database objects. NAVIGATION PANE When you open a database, it will typically display a Navigation Pane on the left site of the window. The Navigation Pane can be collapsed by clicking the << indicator toward the upper-right of the Navigation Pane. To expand a collapsed Navigation Pane, simply click on the Navigation Pane button. Database objects listed in the Navigation Pane can be grouped in 5 different ways. Each grouping includes filters that can limit which objects are displayed. Most groups also include an unfiltered option. Navigation Pane Group Filters Custom Custom groups or unassigned Object Type Tables, Queries, Forms, Reports (Macros and Modules will be included on the list if these objects exist in the database) Tables and Related Views Each table in your database or Unrelated Objects Created Date Today, Yesterday and Older Modified Date Today, Yesterday and Older When you open an existing database, it is likely to open with a filter already applied. If a database includes a Navigation Form or Custom Form/Switchboard for Navigation, the Navigation Pane might NOT be displayed. NAVIGATION FORM Access 2010 lets novice database designers easily create a Navigation Form. The Navigation Form displays button or tabs that open the selected Forms and/or Reports within the database. 8

15 CUSTOM FORM/SWITCHBOARD A database might include a custom navigation form instead of the new Access 2010 Navigation Form. The capabilities of a custom form are limited only by the programming skills of the person who created the form. 9

16 OPENING OBJECTS When opening a database object from the Navigation Pane, double-click the object to open it. If you re using a Navigation Form (of any kind) to open an object, you typically click ONCE on the specified button or tab to launch the object. PARAMETERS When you open a query (or object based on a query), you might be prompted to enter a value. This prompt is a parameter that is used as criteria for the query (or source of the object). Parameters are used in query design to prevent having to create multiple variations of the same query so that the user can specify values to match when they run the query. A query that references a field that no longer exists in the source data will also prompt for a parameter value. CLOSING OBJECTS When you open an object in Access 2010, it normally opens a new tab. To close an object, click the X to the righthand side of the tabs or right-click the tab to close and choose Close. You MUST close and reopen an object if you want to provide a new value as a parameter. 10

17 SAVING CHANGES When you close an object, if you have made any design changes, you will be prompted to save these changes. Unless you are intentionally redesigning a database object, you should NEVER save design/layout changes. Database designers who do NOT lock down their database design can only blame themselves if users make accidental design changes that break a database. Database users who intentionally make design changes (that unintentionally break a database) can only blame themselves. 11

18 DATASHEETS All tables and most queries open in Datasheet View. The Datasheet View displays multiple records in a table layout. Field Headings Column headings for each field in the datasheet. Field Headings include a drop-down arrow to allow for easy access to sorting and filtering options. The right-hand edge of each field heading can be grabbed and dragged to resize the column. Sub Datasheet Indicators Icon to click on to expand/collapse sub datasheets (if available). Record Selectors Buttons that let you select records. You can drag over the buttons to select several records in a row. This is useful for copying/pasting information. Navigation Buttons Buttons that allow you to move backwards and forwards through the objects records, jump to the start/end of records, and add new records. Filter Toggle Indicates whether a filter is currently applied. When a filter is applied, clicking this button will remove the filter (or reapply the last filter if possible). Search Box Type a value in this box to jump to the FIRST match on that value. Tapping the Enter key within the box jumps to the next match. 12

19 SUB DATASHEETS When you open a table in a database containing multiple, related tables, the table may also include access to sub datasheets. Sub datasheets show related records from a table that is a child of the current (parent) table. DATASHEET NAVIGATION When viewing records in a datasheet, you can use a variety of techniques to move to different records (and fields within a record). KEYBOARD NAVIGATION Tab /Shift - Tab Arrows Page Up / Page Down Home/End Ctrl-Home/Ctrl-End Ctrl-+ Tab moves you to the right, or to the next row if at the end of a record. Shift-Tab moves you to the left. The arrow keys move you from one field to the next (left/right arrows) or one record to the next (up/down arrows). If you are editing the contents of a field, the arrows move you one character at a time within that field. Page Up/Down moves you one page of records at a time (the distance varies depending on your window height). The Home key moves you to the first column in the datasheet. End moves you to the last column in the datasheet. If you are editing the contents of a field, Home and End move you to the beginning/end of that field s data. Ctrl-Home/End move you to the very corners of your datasheet. Ctrl-Home moves you to the first field in the first record. Ctrl-End moves you to the last field in the last record. Ctrl-+ moves you to the new record row of the datasheet. 13

20 RECORD NAVIGATION BUTTONS The Current Record box displays the row number of the currently selected record. The order of records can be changed due to sorting and filtering, so record #4 is not always the same record. To jump to a specific row number, click inside the current record box, type the row number (to jump to) and tap the Enter key. HOME RIBBON The Find group on the Home ribbon also contains navigation buttons. Simply click the Go To button and choose the desired option. 14

21 FORMS Forms contain many of the same elements as datasheets. The form s designer might hide these elements if desired. Forms typically display a single record at a time. A form may be designed to display as a datasheet. Record Selector(s) Buttons that let you select records. A form that displays only one record at a time will only display a single record selector button. Navigation Buttons Buttons that allow you to move backwards and forwards through the objects records, jump to the start/end of records, and add new records. Filter Toggle Indicates whether a filter is currently applied. When a filter is applied, clicking this button will remove the filter (or reapply the last filter if possible). Search Box Type a value in this box to jump to the FIRST match on that value. Tapping the Enter key within the box jumps to the next match. Aside from the appearance, Forms differ from datasheets in three important ways. A form typically displays a single record at a time, reducing the changes of modifying the wrong record. Forms can include automation via macro buttons or event triggers. Forms also can be locked down to limit activities when using the form (such as preventing you from deleting records). Newer versions of Access (2007 and 2010) do let you set event triggers on Tables. 15

22 FORM CONTROLS A basic form in Access includes text boxes and labels. While this is adequate for many forms, a form designer might include other types of controls on a form to simplify data entry and/or provide automation. Controls in a form are either bound to data in the underlying record, unbound and independent of the record being displayed, or calculated from data in the underlying record. Data in unbound fields is typically used for reference, as part of data automation, or for visual purposes only. Despite how a control looks, you should always assume that it is bound to the underlying record. Changing what is displayed in a field will (most likely) actually change the value that is saved in that record. The screenshot below provides examples of some other (fairly common) form controls. ❶ ❷ ❸ ❹ ❺ ❻ ❼ ❽ ❾ ❿ Label and Text controls. Text controls are the most commonly used in Access forms. Stand-alone Label. Normally used to provide instructions. Calculated Text box. This is a calculated text box. You can t change the data displayed here unless you change the value of Sample Field which is used in the calculation. Command Button. Normally used for automation. Combo Box. Drop-down lists where you can also type a value to either jump to a matching value or enter a value not provided in the list. Push Button. Used for binary (On/Off) values. List Box. List of possible choices. Can display as a drop-down list. Check Box. Used for binary (On/Off values). Option Group. Used to limit choices to those provided. Image. Can be bound to the underlying data or unbound and constant for each record. 16

23 FORM NAVIGATION The same techniques for navigating a datasheet apply to navigating a form. There are, however, two important things to be aware of when navigating a form: navigation options can be disabled on a form by the form designer and a form can have a custom Tab order. ADDING RECORDS You typically add record to a database using a form. If the database doesn t include forms for adding/viewing records (and incomplete database), you will have no choice but to enter records directly into the table(s). It is possible to add records from some queries. New records are created as the last record in the table (or form). Closing and reopening the table/form might resort the records (based on the underlying sort order). There are several ways you can move to the New Record Row (form): Ctrl-+ Click the New button from the Records group or Find, Go To Click the New Record button in the record navigation buttons at the lower-left of the table/form A form might also contain a command button for you to click on when creating new records. 17

24 FIELD TYPES AND SETTINGS Each field in a table has a data type. The data type determines what types of values you can enter for that field. AutoNumber AutoNumber fields are read only. AutoNumbers are usually included to set a unique value for each record in a table. AutoNumbers are either generated sequentially or randomly. Once an AutoNumber has been assigned to a record, it will never be used again (even if the original record has been deleted). Text/Memo Text/Memo fields store alphanumeric data. Some types of data, while composed of digits, are normally stored as Text fields (zip codes, phone numbers, ID numbers, etc). A text field has a max length of 255 characters, but can be set to less than 255. Memo fields can store up to 63,999 characters. Memo fields are typically used for descriptions and notes. Number/Currency A number or currency field stores numbers. Number fields include further settings that specify the allowable range of number and decimal precision (how many decimal places are stored). A common Number field size is a Byte, which allows whole numbers only (no decimals) between 0 and 256. Any value enter that contains a decimal will be stored as the closest whole number. Date/Time Date/Time fields store Dates and/or Times. When entering a time, if you enter AM or PM, do NOT user periods. Yes/No Yes/No fields are typically displayed as checkboxes. 18

25 Aside from the data types, there are some other field properties that might prevent you from adding a record (or change the value you enter). FIELD SIZE A field size limit for a Text field will prevent you from entering a string that exceeds the limit. If the field size is set to 4, you won t be able to enter a 5 th character. The field size for Number fields limits the range of values and decimal precision. If the value you enter exceeds the range of possible values, you will receive an error message. A Number field size also specifies the decimal precision (amount of decimal places actually stored). Access will automatically round the number to the closest decimal precision when necessary. VALIDATION RULE A field might also include a Validation Rule conditions on the values entered in that field. If you violate the rule, a pop-up will display the Validation Text (if specified) or a generic message. 19

26 REQUIRED Several fields in a table may be required. If you fail to enter a value in a required field, you will receive an error message. PRIMARY KEY The primary key of a table is one (or more) fields that identify unique records in that table. Primary key values are, by definition, required. If the Required property is NOT set on the field, the following error message will display. If the Required property is set, the Required error message displays instead. NO DUPLICATES Fields can also be set to prevent duplicate values from being entered. 20

27 RELATED RECORDS Another issue that can prevent you from adding records is not having a corresponding record in a related table. For example, trying to enter a registration for a non-existent class will cause an error. DELETING RECORDS If you add a record by mistake or truly no longer need a record, you can delete it. There are several ways you can delete a record. Click anywhere within the record and use Ctrl - - Click on record selector and tap the Del key. Click on record and use Delete command from Records group of Home ribbon Use caution when deleting records. Rather than deleting a record, the database might simply ask for a date the record is closed or a record status. Otherwise, you risk deleting useful, archival information. REFERENTIAL INTEGRITY/CASCADE UPDATE Due to established relationships between tables in your database, you may be unable to delete a record if there are related records in another table. Attempting to delete a record that would create orphaned data will display the following message (if Referential Integrity is enforced). You will need to delete the child records before deleting the parent record. When deleting a record in a parent table, the related child records might be automatically deleted (when Cascade Delete is defined). The database designer must establish relationships between table to set Referential Integrity and/or Cascade Update. 21

28 FINDING RECORDS Use the Find command to quickly locate a record whose data you need to view, edit, or delete. You can use the find command in datasheets, forms and reports (Report View). When using the Find command, you can either search in a specific field or all fields. If you are searching in a specific field, you will need to click anywhere within that field before you click the Find button (from the Home tab). Enter the value to search for in the Find What box, choose whether to look in the current field or all fields, specify whether you are matching the entire field or part of field, choose the Search direction (if necessary) and click Find Next. Continue clicking Find Next as needed to jump to the next match. Match Case indicates that the results must match the case as you entered the values in Find What (uppercase vs lowercase). Search fields as formatted is used in numeric fields. You can enter Wildcard characters in the Find What box. Use of Wildcards is covered in the Basic Queries course. 22

29 FILTERING Filtering a datasheet or form can also help you locate records. When you apply a filter, you hide all other records so that you are only working with the records you selected. This can reduce the chances of changing the wrong record and make it easier to make edits. To apply a filter, click in the field you are filtering against and choose the desired filter option. Datasheets also display drop-down arrows at the right-hand edge of each column heading that you can use to filter. SELECTION User the filter Selection button if you want to match the value currently displayed (exact or partial match), or you want to EXCLUDE the currently displayed value (exact or partial match). Other options may be available depending on the data type of the current field. FILTER Clicking the Filter button opens the filter settings from the current field. In datasheet view, you can also click the dropdown arrow at the right edge of a column heading. The Filter button lets you select multiple records to match, find blanks or use other filter options. Simply check or uncheck the desired options. Unchecking (Select All) will remove all checkmarks. Filtering to show Blanks is a common practice that lets you easily locate records with missing information. 23

30 ADDITIONAL FILTER OPTIONS Some data types include additional filter options (Text Filters, Numbers Filters and Date Filters). Simply choose the desired option and enter any required values when prompted. REMOVING FILTERS To remove a filter and display all records, click the Toggle Filter button or the Filtered indicator (next to the record navigation buttons in the lower-left). SORTING When you close a datasheet or form that you have set filter conditions on, you will be prompted to save changes. Only the last set of filter conditions are saved and objects normally open with their filters turned OFF. This is a DESIGN change and unless you are responsible for the entire database, you should never save design changes. Another option that will help you locate records is to change the sort order of the datasheet or form. To sort against a column/field, simply click within that column/field and click Sort Ascending or Sort Descending. SAVING CHANGES Sorting against multiple fields is covered in the Basic Queries course. Unless a designer has modified the saving of data entered into a database, changes to records (additions, edits and deletions) are saved automatically. Any changes you make to data are PERMANENT and can only be undone by restoring a backup of the database. When you close a database object, if you are prompted to save changes, it is asking you to save Design Changes. Unless you are the database designer, you should NEVER save design changes. Otherwise, you run the risk of breaking other objects in the database that are based on the current object. 24

31 EXPORTING OBJECTS/DATA While Access is incredibly powerful, there will still be times where you will need to save or manipulate the information from an Access database using Microsoft Word or Excel. In addition, if you want to data from an Access database, you will want to export that data to a separate file for ing (rather than sending someone the entire database). EXPORTING DATA To export data to an Excel spreadsheet, Word document or PDF file, open the desired option and choose the desired Export format from the External Data tab. Normally, you would export datasheet views to an Excel spreadsheet and reports to PDF or RTF (Rich Text Format files that can be edited using Microsoft Word). Background shading doesn t typically export well. If your report uses white text on a shaded background, that text might appear invisible in an export (white text on a white background). You may need to click the More button to choose the desired Export option. When sending data via , you can reduce the steps needed by clicking from the Export group and choosing the desired output format. PRINTING Whether you re printing an invoice to send to a customer or a roster of attendees for a conference, there are many times when you will need to print information from an Access database. Unlike other Office 2010 applications, the Print dialog in Access does NOT include an automatic print preview. 25

32 REPORTS Most reports in an Access database are intended for printing. To print a report in Access, open the report and choose File, Print, Print. Choose any desired print options and click OK. Beginning with Access 2007, reports can be opened in a Report View which is intended for viewing the data without printing. A database designer could create a report that is NOT intended to be printed and only viewed on screen. OTHER DATABASE OBJECTS You can also print tables, queries and forms. When you print a non-report object, you should use File, Print, Print Preview so that you know how it will print before wasting paper and ink/toner. 26

33 When printing a non-report object, all records that are currently returned in that object will print. When printing a form, if you only want to print the currently displayed record, when you choose File, Print, Print, you ll need to specify Selected Records from the Print dialog. 27

34 28

35

36 Direct any questions or comments to the IT Assistance Line at (312)

Microsoft Word 2010 Introduction. 5/18/2010 Archdiocese of Chicago Mike Riley

Microsoft Word 2010 Introduction. 5/18/2010 Archdiocese of Chicago Mike Riley Microsoft Word 2010 Introduction 5/18/2010 Archdiocese of Chicago Mike Riley i VIDEO TUTORIALS AVAILABLE Almost 100,000 video tutorials are available from VTC. The available tutorials include Windows 7,

More information

PowerPoint 2010 Introduction. 4/18/2011 Archdiocese of Chicago Mike Riley

PowerPoint 2010 Introduction. 4/18/2011 Archdiocese of Chicago Mike Riley PowerPoint 2010 Introduction 4/18/2011 Archdiocese of Chicago Mike Riley i VIDEO TUTORIALS AVAILABLE Almost 100,000 video tutorials are available from VTC. The available tutorials include Windows 7, GroupWise

More information

Microsoft Word 2010 Tables. 4/25/2011 Archdiocese of Chicago Mike Riley

Microsoft Word 2010 Tables. 4/25/2011 Archdiocese of Chicago Mike Riley Microsoft Word 2010 Tables 4/25/2011 Archdiocese of Chicago Mike Riley i VIDEO TUTORIALS AVAILABLE Almost 100,000 video tutorials are available from VTC. The available tutorials include Windows 7, GroupWise

More information

Access Intermediate

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

More information

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

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

More information

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

Microsoft Word 2010 Mail Merge. 3/9/2011 Archdiocese of Chicago Mike Riley Microsoft Word 2010 Mail Merge 3/9/2011 Archdiocese of Chicago Mike Riley VIDEO TUTORIALS AVAILABLE Almost 100,000 video tutorials are available from VTC. The available tutorials include Windows 7, GroupWise

More information

Microsoft Excel 2010 Introduction. 4/27/2011 Archdiocese of Chicago Mike Riley

Microsoft Excel 2010 Introduction. 4/27/2011 Archdiocese of Chicago Mike Riley Microsoft Excel 2010 Introduction 4/27/2011 Archdiocese of Chicago Mike Riley i VIDEO TUTORIALS AVAILABLE Almost 100,000 video tutorials are available from VTC. The available tutorials include Windows

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

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

Access Intermediate

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

More information

GroupWise 8 Scheduling Conference Rooms. 11/13/2013 Archdiocese of Chicago Mike Riley

GroupWise 8 Scheduling Conference Rooms. 11/13/2013 Archdiocese of Chicago Mike Riley GroupWise 8 Scheduling Conference Rooms 11/13/2013 Archdiocese of Chicago Mike Riley i VIDEO TUTORIALS AVAILABLE Almost 100,000 video tutorials are available from VTC. The available tutorials include Windows

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

Word Module 5: Creating and Formatting Tables

Word Module 5: Creating and Formatting Tables Illustrated Microsoft Office 365 and Office 2016 Intermediate 1st Edition Beskeen Test Bank Full Download: http://testbanklive.com/download/illustrated-microsoft-office-365-and-office-2016-intermediate-1st-edition-beskee

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... 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

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

What s New in Access 2007

What s New in Access 2007 What s New in Access 2007 This document provides a general overview of the new and improved features in Microsoft Access 2007. Opening Assurances 1. Functionality is the same; how we interact with the

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

Tutorial 2. Building a Database and Defining Table Relationships

Tutorial 2. Building a Database and Defining Table Relationships Tutorial 2 Building a Database and Defining Table Relationships Microsoft Access 2010 Objectives Learn the guidelines for designing databases and setting field properties Modify the format of a field in

More information

Work with Tables and Database Records

Work with Tables and Database Records 3 Work with Tables and Database Records LESSON SKILL MATRIX Skill Exam Objective Objective Number Navigating Among Records Entering, Inserting, Editing, and Deleting Records Add New Records. Navigate to

More information

Calendar & Buttons Dashboard Menu Features My Profile My Favorites Watch List Adding a New Request...

Calendar & Buttons Dashboard Menu Features My Profile My Favorites Watch List Adding a New Request... remitview User Guide 1 TABLE OF CONTENTS INTRODUCTION... 3 Calendar & Buttons... 3 GETTING STARTED.... 5 Dashboard.... 7 Menu Features... 8 PROFILE.... 10 My Profile... 10 My Favorites... 12 Watch List...

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

CheckBook Pro 2 Help

CheckBook Pro 2 Help Get started with CheckBook Pro 9 Introduction 9 Create your Accounts document 10 Name your first Account 11 Your Starting Balance 12 Currency 13 We're not done yet! 14 AutoCompletion 15 Descriptions 16

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 2010 Functions. 4/18/2011 Archdiocese of Chicago Mike Riley

Excel 2010 Functions. 4/18/2011 Archdiocese of Chicago Mike Riley Excel 2010 Functions 4/18/2011 Archdiocese of Chicago Mike Riley i VIDEO TUTORIALS AVAILABLE Almost 100,000 video tutorials are available from VTC. The available tutorials include Windows 7, GroupWise

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

Course: US02EBCA02 (Working with RDBMS for Small Scale Organizations) Effective from June

Course: US02EBCA02 (Working with RDBMS for Small Scale Organizations) Effective from June Course: US02EBCA02 (Working with RDBMS for Small Scale Organizations) Effective from June - 2010 Credits: 2 Unit : 1 Question Bank Lectures per week: 2 Hours Marks: 2 (Short Questions) Q 1: What is RDBMS?

More information

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 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

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

User Guide. Web Intelligence Rich Client. Business Objects 4.1

User Guide. Web Intelligence Rich Client. Business Objects 4.1 User Guide Web Intelligence Rich Client Business Objects 4.1 2 P a g e Web Intelligence 4.1 User Guide Web Intelligence 4.1 User Guide Contents Getting Started in Web Intelligence 4.1... 5 Log into EDDIE...

More information

Exploring Microsoft Office Access Chapter 2: Relational Databases and Multi-Table Queries

Exploring Microsoft Office Access Chapter 2: Relational Databases and Multi-Table Queries Exploring Microsoft Office Access 2010 Chapter 2: Relational Databases and Multi-Table Queries 1 Objectives Design data Create tables Understand table relationships Share data with Excel Establish table

More information

Administering a Database System

Administering a Database System Microsoft Access 2010 10 Administering a Database System Objectives You will have mastered the material in this project when you can: Create custom Quick Start fields Create indexes Create a Web database

More information

User Guide Product Design Version 1.7

User Guide Product Design Version 1.7 User Guide Product Design Version 1.7 1 INTRODUCTION 3 Guide 3 USING THE SYSTEM 4 Accessing the System 5 Logging In Using an Access Email 5 Normal Login 6 Resetting a Password 6 Logging Off 6 Home Page

More information

Access 2016 Foundation. North American Edition SAMPLE

Access 2016 Foundation. North American Edition SAMPLE Access 2016 Foundation Access 2016 Foundation North American Edition Access 2016 Foundation Page 2 2015 Cheltenham Group Pty. Ltd. All trademarks acknowledged. E&OE. No part of this document may be copied

More information

Microsoft Access Basics

Microsoft Access Basics Microsoft Access 2010 Basics March 2011 Files Used in this class: Faculty.accdb (created in class) Optional files for attachment field: Word_Encryption_Security_Tips_1.DOCX StudentinLibrary1.jpg StudentinLibrary2.jpg

More information

Novell GroupWise 2012 Introduction. 6/12/2013 Archdiocese of Chicago Mike Riley

Novell GroupWise 2012 Introduction. 6/12/2013 Archdiocese of Chicago Mike Riley Novell GroupWise 2012 Introduction 6/12/2013 Archdiocese of Chicago Mike Riley i VIDEO TUTORIALS AVAILABLE Almost 100,000 video tutorials are available from VTC. The available tutorials include Windows

More information

Tutorial 1. Creating a Database

Tutorial 1. Creating a Database Tutorial 1 Creating a Database Microsoft Access 2010 Objectives Learn basic database concepts and terms Explore the Microsoft Access window and Backstage view Create a blank database Create and save a

More information

Discovering Computers & Microsoft Office Office 2010 and Windows 7: Essential Concepts and Skills

Discovering Computers & Microsoft Office Office 2010 and Windows 7: Essential Concepts and Skills Discovering Computers & Microsoft Office 2010 Office 2010 and Windows 7: Essential Concepts and Skills Objectives Perform basic mouse operations Start Windows and log on to the computer Identify the objects

More information

Introduction to Microsoft Office Access 2010

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

More information

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 Access 2010

Microsoft Access 2010 www.jwalkonline.org/main michael@jwalkonline.org @MichaelJWalk Microsoft Access 2010 Part 3 Michael J. Walk It's about control: use advanced features of Access to control data entry, automate processes,

More information

K Hinds Page 1. Information Communication Technology Microsoft Access

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

More information

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

Ecert Onsite: User Guide for Inspectors

Ecert Onsite: User Guide for Inspectors Introduction to Ecert Onsite 2 Description and Overview 2 Ecert Onsite Basics 2 How to Access Orders from MyCCOF 4 Check Out Orders 4 Check In Orders 6 Deleting Orders from Ecert Onsite 6 Open and Edit

More information

Imagine. Create. Discover. User Manual. TopLine Results Corporation

Imagine. Create. Discover. User Manual. TopLine Results Corporation Imagine. Create. Discover. User Manual TopLine Results Corporation 2008-2009 Created: Tuesday, March 17, 2009 Table of Contents 1 Welcome 1 Features 2 2 Installation 4 System Requirements 5 Obtaining Installation

More information

Simple Invoicing Desktop Database with MS Access 2013/2016. David W. Gerbing School of Business Administration Portland State University

Simple Invoicing Desktop Database with MS Access 2013/2016. David W. Gerbing School of Business Administration Portland State University Simple Invoicing Desktop Database with MS Access 2013/2016 David W. Gerbing School of Business Administration Portland State University July 7, 2018 CONTENTS 1 Contents 1 Create a New Database 1 2 Customer

More information

Access Groups. Collect and Store. Text Currency Date/Time. Tables Fields Data Type. You Your Friend Your Parent. Unique information

Access Groups. Collect and Store. Text Currency Date/Time. Tables Fields Data Type. You Your Friend Your Parent. Unique information Tutorial A database is a computerized record keeping system used to collect, store, analyze and report electronic information for a variety of purposes. Microsoft Access is a database. There are three

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

Access 2016 Foundation SAMPLE

Access 2016 Foundation SAMPLE Access 2016 Foundation Access 2016 Foundation Access 2016 Foundation Page 2 2015 Cheltenham Group Pty. Ltd. All trademarks acknowledged. E&OE. No part of this document may be copied without written permission

More information

New Perspectives on Microsoft Access Module 1: Creating a Database

New Perspectives on Microsoft Access Module 1: Creating a Database New Perspectives on Microsoft Access 2016 Module 1: Creating a Database 1 Objectives Session 1.1 Learn basic database concepts and terms Start and exit Access Explore the Microsoft Access window and Backstage

More information

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

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

More information

Novell GroupWise 8 Introduction. 8/13/2014 Archdiocese of Chicago Mike Riley

Novell GroupWise 8 Introduction. 8/13/2014 Archdiocese of Chicago Mike Riley Novell GroupWise 8 Introduction 8/13/2014 Archdiocese of Chicago Mike Riley i VIDEO TUTORIALS AVAILABLE Almost 100,000 video tutorials are available from VTC. The available tutorials include Windows 7,

More information

COMM 391. Objectives. Introduction to Microsoft Access. What is in an Access database file? Introduction to Microsoft Access 2010

COMM 391. Objectives. Introduction to Microsoft Access. What is in an Access database file? Introduction to Microsoft Access 2010 Objectives COMM 391 Introduction to Management Information Systems Introduction to Microsoft Access 2010 Describe the major objects in Access database. Define field, record, table and database. Navigate

More information

Access Groups. Collect and Store. Text Currency Date/Time. Tables Fields Data Type. You Your Friend Your Parent. Unique information

Access Groups. Collect and Store. Text Currency Date/Time. Tables Fields Data Type. You Your Friend Your Parent. Unique information Tutorial A database is a computerized record keeping system used to collect, store, analyze and report electronic information for a variety of purposes. Microsoft Access is a database. There are three

More information

SAMPLE. Access 2010 Foundation. Access 2010 Foundation. Access 2010 Foundation Page 1

SAMPLE. Access 2010 Foundation. Access 2010 Foundation. Access 2010 Foundation Page 1 Access 2010 Foundation Access 2010 Foundation Page 1 Access 2010 Foundation 2010 Cheltenham Courseware Pty. Ltd. www.cheltenhamcourseware.com.au Access 2010 Foundation Page 2 2010 Cheltenham Courseware

More information

Excel 2013 Beyond TheBasics

Excel 2013 Beyond TheBasics Excel 2013 Beyond TheBasics INSTRUCTOR: IGNACIO DURAN Excel 2013 Beyond The Basics This is a class for beginning computer users. You are only expected to know how to use the mouse and keyboard, open a

More information

Microsoft Excel Keyboard Shortcuts

Microsoft Excel Keyboard Shortcuts Microsoft Excel Keyboard Shortcuts Here is a complete list of keyboard shortcuts for Microsoft Excel. Most of the shortcuts will work on all Excel versions on Windows based computer. Data Processing Shortcuts

More information

INTRODUCTION ACCESS 2010

INTRODUCTION ACCESS 2010 INTRODUCTION ACCESS 2010 Overview of Ms. Access 2010 Microsoft Access is a computer application used to create and manage databases. Access Databases can store any type of information: numbers, text, and

More information

Microsoft Office 2010: Introductory Q&As Access Chapter 3

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

More information

Access 2010 Foundation. Access 2010 Foundation SAMPLE

Access 2010 Foundation. Access 2010 Foundation SAMPLE Access 2010 Foundation Access 2010 Foundation Access 2010 Foundation Page 2 2010 Cheltenham Courseware Pty. Ltd. All trademarks acknowledged. E&OE. No part of this document may be copied without written

More information

ACCESS 2007 FOUNDATION

ACCESS 2007 FOUNDATION ACCESS 2007 FOUNDATION WWP Learning and Development Ltd Page i STUDENT EDITION LESSON 1 - EXPLORING ACCESS... 1 Introduction... 1 Opening An Existing Database... 4 Converting Existing Databases... 5 The

More information

COMM 391 Winter 2014 Term 1

COMM 391 Winter 2014 Term 1 COMM 391 Winter 2014 Term 1 Tutorial 3: Microsoft Access Introducing Tables, Relationships, and Creating Queries The purpose of this tutorial is enable you to 1) explore the tables and relationships in

More information

If there is not a shortcut icon on the desktop: Click on the Start menu > All Apps> and select Word 2016 from the list.

If there is not a shortcut icon on the desktop: Click on the Start menu > All Apps> and select Word 2016 from the list. MICROSOFT WORD PART 1 Office 2016 Opening Word Double click the Word icon on the desktop. -OR- If there is not a shortcut icon on the desktop: Click on the Start menu > All Apps> and select Word 2016 from

More information

MULTIPLE CHOICE. Choose the one alternative that best completes the statement or answers the question.

MULTIPLE CHOICE. Choose the one alternative that best completes the statement or answers the question. Exam Name 1) The table Design view shows 1) A) the relationships established for the table. B) the formatting applied to the table. C) the structure of the table. D) the number of records in the table.

More information

Microsoft Access 5: Reports & Other Useful Functions

Microsoft Access 5: Reports & Other Useful Functions Microsoft Access 5: Reports & Other Useful Functions You can print out simple records of your data by using the Office menu. However, if you want to create a customized report from one or more tables or

More information

Microsoft Access Description

Microsoft Access Description Go To Page.. Go!! Microsoft Word Microsoft PowerPoint Microsoft Office Main Microsoft Excel Microsoft Publisher Introduction into Microsoft Access Starting Up Microsoft Access Creating New, and Opening

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

Click the buttons in the interactive below to learn how to navigate the Access window.

Click the buttons in the interactive below to learn how to navigate the Access window. Access 2010 Getting Started in Access Introduction Page 1 Whenever you're learning a new program, it's important to familiarize yourself with the program window and the tools within it. Working with Access

More information

Index. B backing up 76 7

Index. B backing up 76 7 A Access, other DBMSs and 9 Action queries 121, 125 defined 125 address book 16, 34 age calculations 60 answer table 36 editing data in 147 8 field names 294 multi-table queries 294 queries and 155 queries

More information

COPYRIGHTED MATERIAL. Making Excel More Efficient

COPYRIGHTED MATERIAL. Making Excel More Efficient Making Excel More Efficient If you find yourself spending a major part of your day working with Excel, you can make those chores go faster and so make your overall work life more productive by making Excel

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

Introduction to Excel

Introduction to Excel Office Button, Tabs and Ribbons Office Button The File menu selection located in the upper left corner in previous versions of Excel has been replaced with the Office Button in Excel 2007. Clicking on

More information

BTS Trading Station. Quick Reference Guide Cash Markets

BTS Trading Station. Quick Reference Guide Cash Markets BTS Trading Station Quick Reference Guide Cash Markets Contents Quick Reference Guide 1.0 Getting Started 4 1.1 Application Layout 4 1.2 User Login and Password Management 4 1.3 Default Set Up 5 1.4 Virtual

More information

Getting Started with Access

Getting Started with Access MS Access Chapter 2 Getting Started with Access Course Guide 2 Getting Started with Access The Ribbon The strip across the top of the program window that contains groups of commands is a component of the

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

MIS 2502 Access 2007 Tutorial

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

More information

Intro to Excel. To start a new workbook, click on the Blank workbook icon in the middle of the screen.

Intro to Excel. To start a new workbook, click on the Blank workbook icon in the middle of the screen. Excel is a spreadsheet application that allows for the storing, organizing and manipulation of data that is entered into it. Excel has variety of built in tools that allow users to perform both simple

More information

SharePoint: Fundamentals

SharePoint: Fundamentals SharePoint: Fundamentals This class will introduce you to SharePoint and cover components available to end users in a typical SharePoint site. To access SharePoint, you will need to log into Office 365.

More information

Microsoft Access 2007 Module 2

Microsoft Access 2007 Module 2 Microsoft Access 007 Module http://pds.hccfl.edu/pds Microsoft Access 007: Module August 007 007 Hillsborough Community College - Professional Development and Web Services Hillsborough Community College

More information

SharePoint: Fundamentals

SharePoint: Fundamentals SharePoint: Fundamentals This class will introduce you to SharePoint and cover components available to end users in a typical SharePoint site. To access SharePoint, you will need to log into Office 365.

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

Microsoft Office Excel 2003

Microsoft Office Excel 2003 Microsoft Office Excel 2003 Tutorial 1 Using Excel To Manage Data 1 Identify major components of the Excel window Excel is a computerized spreadsheet, which is an important business tool that helps you

More information

Public-Private Dialogue

Public-Private Dialogue Public-Private Dialogue www.publicprivatedialogue.org The PPD Reform Tracking Tool A tutorial to use a tool designed to manage, track and report on Working Groups issues 1- INTRODUCTION... 3 2 - BROWSING

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 Office Access 2013: Part 01. Lesson 01 - Getting Started with Access

Microsoft Office Access 2013: Part 01. Lesson 01 - Getting Started with Access Microsoft Office Access 2013: Part 01 Lesson 01 - Getting Started with Access Slide 1 Lesson 01: Getting Started with Access Orientation to Microsoft Access Create a Simple Access Database Get Help in

More information

DATABASE VIEWER PLUS FOR IPAD: USER GUIDE PRODUCT VERSION: 4.1

DATABASE VIEWER PLUS FOR IPAD: USER GUIDE PRODUCT VERSION: 4.1 DATABASE VIEWER PLUS FOR IPAD: USER GUIDE PRODUCT VERSION: 4.1. CONTENTS User Guide 1 INTRODUCTION...5 1.1 FEATURES...5 2 INSTALLATION...6 2.1 DESKTOP INSTALLATION...6 2.2 IPAD INSTALLATION:...10 3 USING

More information

QUICK START GUIDE - PROJECT RESOURCES. Last Updated: 10/15/2012

QUICK START GUIDE - PROJECT RESOURCES. Last Updated: 10/15/2012 QUICK START GUIDE - PROJECT RESOURCES Last Updated: 10/15/2012 Table of Contents Introduction... 3 Getting started... 4 Logging into Eclipse... 4 Setting your user preferences... 6 Online help and the

More information

Introduction to Microsoft Excel 2010

Introduction to Microsoft Excel 2010 Introduction to Microsoft Excel 2010 This class is designed to cover the following basics: What you can do with Excel Excel Ribbon Moving and selecting cells Formatting cells Adding Worksheets, Rows and

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

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

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

More information

SEE GRADING CRITERIA AT THE BOTTOM. Database Tables Lookup Wizard Relationships Forms Queries Reports

SEE GRADING CRITERIA AT THE BOTTOM. Database Tables Lookup Wizard Relationships Forms Queries Reports Microsoft Office 2007 PDF Picture Tutorial Series Databases Tables, Forms, Queries, Lookup Wizard, Relationships August 2010 by Floyd Jay Winters and Julie Manchester winterf@scf.edu SEE GRADING CRITERIA

More information

Database Concepts Using Microsoft Access

Database Concepts Using Microsoft Access lab Database Concepts Using Microsoft Access 9 Objectives: Upon successful completion of Lab 9, you will be able to Understand fundamental concepts including database, table, record, field, field name,

More information

Follow these steps to get started: o Launch MS Access from your start menu. The MS Access startup panel is displayed:

Follow these steps to get started: o Launch MS Access from your start menu. The MS Access startup panel is displayed: Forms-based Database Queries The topic presents a summary of Chapter 3 in the textbook, which covers using Microsoft Access to manage and query an Access database. The screenshots in this topic are from

More information

Assistive Technology Training Software Guide

Assistive Technology Training Software Guide Assistive Technology Training Software Guide 1 Contents 1. Getting Started 1.1 Starting a new project 4 1.2 The Notetaker window layout 5 2. Importing to the Images Pane 2.1 Importing slides (from PowerPoint)

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

ProData DBU/Server. User Manual

ProData DBU/Server. User Manual ProData DBU/Server User Manual v2.6.0 - January 2016 Table of Contents Welcome Installation IBM i System Requirements Download & Install Executable PTF Starting DBU/Server Microsoft Windows Accessing DBU/Server

More information

TREENO ELECTRONIC DOCUMENT MANAGEMENT

TREENO ELECTRONIC DOCUMENT MANAGEMENT TREENO ELECTRONIC DOCUMENT MANAGEMENT User Guide February 2012 Contents Introduction... 5 About This Guide... 5 About Treeno... 6 Navigating Treeno EDM... 7 Logging in to Treeno EDM... 7 Changing Your

More information

Highline College. Office 2016 Video #01: Introduction to Office 2016 & Windows Explorer

Highline College. Office 2016 Video #01: Introduction to Office 2016 & Windows Explorer Highline College Busn 216: Computer Applications for Business (Fun and Power with Computers) Office 2016 Video #01: Introduction to Office 2016 & Windows Explorer Topics: 1. Programs/Apps (application

More information