John W. Jacobs Technology Center 450 Exton Square Parkway Exton, PA Introduction to

Size: px
Start display at page:

Download "John W. Jacobs Technology Center 450 Exton Square Parkway Exton, PA Introduction to"

Transcription

1 John W. Jacobs Technology Center 450 Exton Square Parkway Exton, PA Introduction to Microsoft Access 2007

2 Introduction to Microsoft Access What is Microsoft Access? Access is tool for storing and retrieving data. Unlike Word or Excel, Access does very little on its own. Information management tool Stores data for reference, reporting and analysis Access is a relational database What is Data? A collection of facts Three types of data that we will be using tonight: o Text o Numeric (Number) o Date/Time How is Data Organized? Data is organized into tables o A table is a collection of information, for example a table of CD s might include: CD Name CD Artist CD Song Title o Information in tables can be related for example Rooms Table (i.e. Living Room, Kitchen, Bedroom) Inventory Table (i.e. Television, Game Console, Jewelry) The Television is in the Living Room o Tables look like an Excel Spreadsheet How is Data Manipulated? Forms Reports Queries Let s Get Started Locate the icon for Access (it looks like a key on a maroon background) and double click. You will see the following screen: 1

3 Microsoft has provided several templates to make the use of access easier. For example: Assets, Contacts, Issues, Events, etc. If your needs are such that you can use the one of the templates, you will find that they are well done with all of the databases, forms, reports, etc. ready for you to simply enter data. Instead, we are going to start with a blank database, so please click on the Blank Database Icon at the top: 2

4 We will need to enter a name for this database: Type: HouseholdInventory and click the create button. Notice how the default view looks a lot like an Excel spreadsheet rows down the side and columns (although without labels) across the top. Access opens with the assumption that you want to start with a table, which makes sense since Access wants to help you manipulate data and without data you have nothing to manipulate. 3

5 Time for a quick segue into efficiencies in tables and one of the underlying principles of data contained in a database that of Normalization. Basically normalization is the elimination of redundancy in a table. Let s look at a simple example. Picture two people with a few favorite colors. Person Jane Jane Bill Bill Bill Favorite Color BROWN GREEN BLUE RED GREEN Where is the duplicate information? Jane is repeated twice, Bill three times, and the color Green twice - although in the sense of normalization GREEN is not subject to normalization since it is tied to the person rather than the actual color. Normalizing the information would cause us to create two tables, a table of people and a table of colors. We would then create a relationship between the tables. For example: Person Jane Bill Favorite Color BROWN GREEN BLUE RED GREEN The table Favorite Color is related to the Person table. Now instead of five rows with Jane and Bill repeating, we have two rows one for Jane one for Bill and five rows in the favorite color table. What are the advantages of doing this? If we change a person s name (for example, Bill becomes William) we only have to make the change in one place whereas in the previous example it would have to be changed twice. Imagine the number of changes if instead of a favorite color Bill was creating a table of all the books he s read. Without normalization, if Bill changed his name to William you would have to change hundreds of records and what if you made a spelling error? 4

6 We are going to change the way we create a table, so right click on the tab titled Table1 and on the drop down, click Design View : We will have to save the table first, so enter a table name of Assets and click OK. 5

7 Although not required, every table row should have some kind of unique identifier. Since we cannot force the elimination of duplicate data (i.e. what if you have two TVs in the bedroom?) Access provides a way to make each row unique by starting each table with a default column titled ID. This column s value will start with zero and Access will automatically increment it each time a new row is added. So let s all press the down arrow (you can also use the mouse to position to the next row on this screen) so that we can define and title the various columns that we want in our database: Here is what we want to create and the following is the screen shot showing the fields filled in: Field Name DataType Description ID AutoNumber AssetName Text Asset Name Room Text Room Location Brand Text Brand Name SerialNumber Text Serial Number PurchaseDate Date Purchase Date OriginalCost Number Original Cost ReplacementCost Number Replacement Cost (optional) A few things to note, the column labeled Description is optional, but it is important and a good habit to get into, so please put this information into your table. 6

8 This is how our screens should appear. Now let s save the table by right clicking on the tab Assets and select Save. Then right click again on the tab and select close. We can actually enter data into the table now. The screen will look a lot like an Excel spreadsheet. Double click on the Assets Table (if you want to follow along) and enter data. Note that the ID field automatically incremented by 1. 7

9 We are going to create one more table and title it Rooms. Click on Create in the toolbar, click on Table and change to Design View, name the table Rooms and add two fields: ID with a datatype of Autonumber (automatically created for you) and Room with a datatype of Text. It should look like the following: Save and close the table and now let s create a form! From the main screen insure that the table Assets is highlighted, click on Create and then click the Form Icon: 8

10 Access has automatically created a form for us with all of the fields from the table displayed on the form. Notice that every field (or column) in the table has now been put onto a form, a title has been inserted in front of the field and you are now ready to save the form and enter data. The view you are looking at is called Layout View and will not support data entry. Instead this view is used to make adjustments to the form to make it usable for data entry. So let s do some changes. First thing we are going to do is to delete the ID field from the form. Why? It s really not needed since Access will increment the value regardless of whether it is showing up on the form and Access prevents us from entering data anyway. This is your first foray into a field called GUI Design. GUI is Graphical User Interface. In this case we made the decision to make the form easier to understand by eliminating a field that was not required and wouldn t let us enter data anyway. 9

11 Notice as well that Access put labels next to the fields that are the same as the column titles. We can easily change that by double clicking inside the field and changing the text to something that may be a bit easier to read for example on the ReplacementCost field, we can add the words (optional). Note that when we change the title that all of the fields realign themselves. Now let s save the table by right clicking on the Assets tab (the form name) and select save. And now its time to enter some data. Again, right click on the Assets tab and select Form View. 10

12 Before we actually enter data let s look at the form. Note on the bottom of the form the line that begins Record. Immediately next to that label is a number which indicates the number of records in the table and the record number associated with the data displayed on the form (more on this later). Next to that is a couple of direction buttons (previous, last, next), a filter selection and a search box. The last two (filter and search) are inoperable until there is actual data in the table. So let s input some data. Use the following information to enter five records into the table: Asset Room Brand Serial Number Purchase Date Original Cost Replacement Cost TV Living LG 1234ABC 12/25/ Room Couch Living Room Raymour & Flanigan 09/15/ HTC Phone Den HTC 435AP987TH 08/12/ TV Master SONY 436A89B3 06/03/ Bedroom ipad Den Apple 765HG /13/ Gateway Laptop Den Gateway GW87931Z 04/15/ When finished our screen should look like the following. Notice at the bottom of the screen we now have Records 7 of 7. If we press the previous record button all the navigation buttons will now show: first, previous, next, last and new (indicated by an arrow pointing right with a yellow asterisk). Notice also that the Search feature will now work. Type TV into the Search box and notice that Access automatically positions you to the first record that contains TV. Notice also that it didn t matter what field TV was in. Try it with Raymour. 11

13 Now let s create a report, but first, lets close the form. This can be done by right clicking on the tab Assets and selecting Close or by clicking on the x to the right of the Assets tab (on the far right side of the form). When you close the form, Access will ask you if you want to save the form, be sure to answer Yes and then name the form Asset DataEntry We are going to use the built in wizard to create our report. Make sure that the table Assets is highlighted then let s click on Create once again and select Report Wizard. 12

14 Once we click on the report wizard Access asks us which fields from the highlighted table we want on the report. You can actually change the table by clicking the drop down arrow in the field Tables/Queries and select a different table, but for our purposes we will only be using the Assets Table so we are good. We add fields to our report by highlighting the field in the column Available Fields and clicking on the button pointing to the right or by double clicking on the field name. If we wanted all the fields we would simply click on the button with the double arrows. Below that is a button pointing to the left which will remove a highlighted field on the right and if you were to click the double arrow pointing to the left, all fields would be removed from the report. 13

15 For now, let s pick AssetName, Room, Brand, Serial Number, PurchaseDate and Original Cost and click Next. Once we have picked the fields and clicked Next, the wizard wants to know if we would like to group the data on the report. What this means is that all records with the same grouping (for example by room) will be listed together, regardless of the order in which they were entered. Let s group by Room. Highlight the field Room and click the arrow pointing right. 14

16 Notice that the field Room is now located above the other table fields. Click Next. The wizard will now allow us to sort the records. For example alphabetically by Asset Name. Click on the down arrow in the highlighted box and select AssetName and click Next. 15

17 The wizard now wants us to select a layout and an orientation. If you click each of the radio buttons the wizard will show you how the report will look if printed. Encourage the students to do this. If you feel that there is too much information to fit on a portrait page (8.5 inches wide by 11 inches tall) you can select landscape mode (11 inches wide by 8.5 inches tall). You can also stipulate that the field widths be adjusted so that all the fields fit on a single page. Sometimes this will result in truncation of data so be careful. We can now pick a style. Again, clicking on each style will show you the fonts, the font sizes and the colors used for each style. For now let s leave the style alone and click next. 16

18 Now the wizard wants us to title the report so let s call this report Household Inventory and click Finish. Hmmm doesn t look so good does it? The purchase date field is showing ##/##/#### and the cost field isn t showing anything but a #. When Access prints a # sign, that indicates that the contents of the field exceeds the size of the place holder on the report. Let s fix that by making some room on the right side of the report so that we can expand the fields. 17

19 Right click on the Household Inventory tab and select Layout View. We can now begin to adjust the report. Let s start with the Asset Name by clicking on the title AssetName. If we move the mouse over the dotted lines below the heading, the pointer will turn into a double pointed arrow. This may take some finessing since you have to be right over the dotted line on the left so we ll pause until everyone has the pointer on the dotted line. Now, with the mouse showing a double pointed arrow, hold the left mouse button down and move the mouse to the left, adjusting the size of the field. 18

20 While you are moving the mouse you should see something like the following: Now repeat the process for the Brand field and the SerialNumber field. 19

21 That s starting to look better, we have some room to play with on the left side of the report. Now we are going to expand the size of the PurchaseDate and the OriginalCost fields. Now instead of moving the cursor to the left, move the cursor to the right. Repeat for the Original cost field. Wait a second, look at the first field on the report. Shouldn t that be bigger as well? Lets increase the size of it too. That looks great! 20

22 Now let s switch back to Report View. We now have a finalized report which is quite readable and can be printed to be sent to your insurance agent or kept in a strong box. But we aren t done yet! Remember that table we created called Rooms? Let s explore how that can be used to make this database truly a relational database. We are not going to create an input form for this table since it wll only have a few records in it. We ll use the default input method provided by Access. 21

23 Use the following to populate the Rooms Table: Room Living Room Den Master Bedroom Dining Room Bedroom 1 Bedroom 2 When complete you should have the following: 22

24 Now close the table. Note the numbers along the left side of the table do not have to be the same value as mine. Close the data input screen. Double click on the Assets Table to open it and switch to Design View. Add a new field titled RoomID with a datatype of Number. When you ve finished the table design should look like the following. Now save the changes (Left mouse click on the Rooms tab and select close then answer YES to save the changes). 23

25 Now we will create a relationship between the Assets Table and the Rooms Table. Click on Database Tools and select Relationships: Highlight the Assets Table (single left mouse click) and click Add. Do the same for the Rooms Table and click Close. 24

26 This is what your screen should look like now. Using the mouse, move the cursor over the bottom of the Assets box until it changes to a double arrow, then hold the left mouse button down and drag the size of the box to reveal the other fields in the table. Move your mouse pointer until it rests on top of the field RoomID in the Assets Table. Hold the left mouse button down and move the mouse pointer until it resides on the field ID in the Rooms Table then let the mouse button up. Click the Create button. 25

27 We now have a relationship between the Assets Table and the Rooms Table. This will allow us to build a query that retrieves information from both tables with one query. Information that will always be related. In other words if we put the Room number into the Assets Table, Access will retrieve the room name from the Rooms Table based upon the room number in the Assets Table. Now let s create a query to demonstrate this principle. A query is simply a way of retreiving data from a table or tables. We start by clicking on Create then click on Query Wizard. 26

28 We are going to start our query with the Asset Table since it contains the information that we want to see. We want all the fields from the Assets Table except the Room field and the RoomID Field we created previously. Next we will select the Rooms Table and the Room Field: 27

29 Access then wants to know if we want a summary of the data or each record that will be retrieved. We want all the detail records, so click Next: The default name assigned by Access is fine so let s click on Finish. 28

30 Uh oh we didn t retrieve any records! Although we have built a relationship between the Assets Table and the Rooms Table, we did not put any values in the Asset Tables that completed the relationship. Let s open the Asset Table by double clicking on the Asset table name and using the following data, let s put some additional information in the table. In order to see the proper results of the query we just built we have to add tell Access exactly how each record in the Assets Table is related to a record in the Rooms Table. The relationship that we built previously simply tells how the two tables are related. Now we have to tell Access how each record is related. The column we will be populating is the RoomID field from the table below: Asset Room Brand Serial Purchase Original Replacement RoomID Number Date Cost Cost TV Living LG 1234ABC 12/25/ Room Couch Living Raymour 09/15/ Room & Flanigan HTC Phone Den HTC 435AP987T 08/12/ H TV Master SONY 436A89B3 06/03/ Bedroom ipad Den Apple 765HG /13/ Gateway Laptop Den Gateway GW87931Z 04/15/ One you have completed populating the fields, the table should look like this: 29

31 Now click on the Assets Query Tab, but notice that we still have no records. Although we have made changes, Access is a bit slow on realizing how that affects views that are already open. Click on the Refresh button on the Ribbon: 30

32 That s better! We now have the information populated from the Rooms Table. Let s do a quick exercise to show you exactly how a relationship works. Let s open the Rooms Table and change record number 3 from Den to Office: 31

33 Now let s go back to the Assets Query and click Refresh. Notice that every record that used to have Den in the Room name is now Office. This is one of the most important features of Access. When you build a relational database, you only have to make a change to one record but the change is populated throughout the database. 32

34 For more information on Microsoft Access, please visit our blog: 33

John W. Jacobs Technology Center 450 Exton Square Parkway Exton, PA Introduction to

John W. Jacobs Technology Center 450 Exton Square Parkway Exton, PA Introduction to John W. Jacobs Technology Center 450 Exton Square Parkway Exton, PA 19341 610.280.2666 ccljtc@ccls.org Introduction to Microsoft Access 2007 Introduction to Microsoft Access What is Microsoft Access? Access

More information

-Using Excel- *The columns are marked by letters, the rows by numbers. For example, A1 designates row A, column 1.

-Using Excel- *The columns are marked by letters, the rows by numbers. For example, A1 designates row A, column 1. -Using Excel- Note: The version of Excel that you are using might vary slightly from this handout. This is for Office 2004 (Mac). If you are using a different version, while things may look slightly different,

More information

Microsoft Excel 2007

Microsoft Excel 2007 Learning computers is Show ezy Microsoft Excel 2007 301 Excel screen, toolbars, views, sheets, and uses for Excel 2005-8 Steve Slisar 2005-8 COPYRIGHT: The copyright for this publication is owned by Steve

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

Welcome to Introduction to Microsoft Excel 2010

Welcome to Introduction to Microsoft Excel 2010 Welcome to Introduction to Microsoft Excel 2010 2 Introduction to Excel 2010 What is Microsoft Office Excel 2010? Microsoft Office Excel is a powerful and easy-to-use spreadsheet application. If you are

More information

EXCEL BASICS: MICROSOFT OFFICE 2010

EXCEL BASICS: MICROSOFT OFFICE 2010 EXCEL BASICS: MICROSOFT OFFICE 2010 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

PART 7. Formatting Pages

PART 7. Formatting Pages PART 7 Formatting Pages In the preceding part, you learned how to format characters and paragraphs. In this part, you learn how to apply formatting that affects entire pages. You ll start with changing

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

Instructions for Using the Databases

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

More information

= 3 + (5*4) + (1/2)*(4/2)^2.

= 3 + (5*4) + (1/2)*(4/2)^2. Physics 100 Lab 1: Use of a Spreadsheet to Analyze Data by Kenneth Hahn and Michael Goggin In this lab you will learn how to enter data into a spreadsheet and to manipulate the data in meaningful ways.

More information

Creating and Running a Report

Creating and Running a Report Creating and Running a Report Reports are similar to queries in that they retrieve data from one or more tables and display the records. Unlike queries, however, reports add formatting to the output including

More information

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

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

More information

Changing the Layout of a Document

Changing the Layout of a Document LESSON 5 Changing the Layout of a Document 5.1 After completing this lesson, you will be able to: Adjust page margin settings. Set paragraph indentation and spacing. Change indents and tab settings. Insert

More information

Excel Basics Rice Digital Media Commons Guide Written for Microsoft Excel 2010 Windows Edition by Eric Miller

Excel Basics Rice Digital Media Commons Guide Written for Microsoft Excel 2010 Windows Edition by Eric Miller Excel Basics Rice Digital Media Commons Guide Written for Microsoft Excel 2010 Windows Edition by Eric Miller Table of Contents Introduction!... 1 Part 1: Entering Data!... 2 1.a: Typing!... 2 1.b: Editing

More information

EXCEL BASICS: PROJECTS

EXCEL BASICS: PROJECTS EXCEL BASICS: PROJECTS In this class, you will be practicing with three basic Excel worksheets to learn a variety of foundational skills necessary for more advanced projects. This class covers: Three Project

More information

When you first start OneNote, it creates a sample notebook for you. You can use this notebook or quickly create your own.

When you first start OneNote, it creates a sample notebook for you. You can use this notebook or quickly create your own. Basic tasks in Microsoft OneNote 2013 OneNote is a digital notebook that provides a single place for all of your notes and information everything you need to remember and manage in your life at home, at

More information

The first thing we ll need is some numbers. I m going to use the set of times and drug concentration levels in a patient s bloodstream given below.

The first thing we ll need is some numbers. I m going to use the set of times and drug concentration levels in a patient s bloodstream given below. Graphing in Excel featuring Excel 2007 1 A spreadsheet can be a powerful tool for analyzing and graphing data, but it works completely differently from the graphing calculator that you re used to. If you

More information

Budget Exercise for Intermediate Excel

Budget Exercise for Intermediate Excel Budget Exercise for Intermediate Excel Follow the directions below to create a 12 month budget exercise. Read through each individual direction before performing it, like you are following recipe instructions.

More information

Excel 2016: Part 1. Updated January 2017 Copy cost: $1.50

Excel 2016: Part 1. Updated January 2017 Copy cost: $1.50 Excel 2016: Part 1 Updated January 2017 Copy cost: $1.50 Getting Started Please note that you are required to have some basic computer skills for this class. Also, any experience with Microsoft Word is

More information

DOING MORE WITH EXCEL: MICROSOFT OFFICE 2013

DOING MORE WITH EXCEL: MICROSOFT OFFICE 2013 DOING MORE WITH EXCEL: MICROSOFT OFFICE 2013 GETTING STARTED PAGE 02 Prerequisites What You Will Learn MORE TASKS IN MICROSOFT EXCEL PAGE 03 Cutting, Copying, and Pasting Data Basic Formulas Filling Data

More information

Microsoft Access 2010

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

More information

Create Forms 5. KEY TERMS Blank Form tool common filters filter filter by form Form Design button Form tool Form Wizard Themes LESSON SKILL MATRIX

Create Forms 5. KEY TERMS Blank Form tool common filters filter filter by form Form Design button Form tool Form Wizard Themes LESSON SKILL MATRIX Create Forms 5 LESSON SKILL MATRIX Skill Exam Objective Objective Number Creating Forms Create new forms. 4.1.1 Save forms. 4.1.3 Delete forms. 4.1.4 Create databases using wizards. 1.1.4 Apply themes.

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

Rev. C 11/09/2010 Downers Grove Public Library Page 1 of 41

Rev. C 11/09/2010 Downers Grove Public Library Page 1 of 41 Table of Contents Objectives... 3 Introduction... 3 Excel Ribbon Components... 3 Office Button... 4 Quick Access Toolbar... 5 Excel Worksheet Components... 8 Navigating Through a Worksheet... 8 Making

More information

Introduction to Microsoft Excel 2007

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

More information

Excel. Spreadsheet functions

Excel. Spreadsheet functions Excel Spreadsheet functions Objectives Week 1 By the end of this session you will be able to :- Move around workbooks and worksheets Insert and delete rows and columns Calculate with the Auto Sum function

More information

Getting Help in Microsoft Office

Getting Help in Microsoft Office LESSON 3 Getting Help in Microsoft Office In this lesson, you learn how to access and use the Help system in Microsoft Office. HELP: WHAT S AVAILABLE? Microsoft Office supplies a Help system that makes

More information

Word Processing. 2 Monroe County Library System

Word Processing. 2 Monroe County Library System 2 Monroe County Library System http://monroe.lib.mi.us Word Processing Word Pad Quick Guide... 4 Help Menu... 6 Invitation... 7 Saving... 12 Printing... 13 Insert a Picture... 14 Saving to a CD... 15 In

More information

Microsoft Excel 2013: Part 3 More on Formatting Cells And Worksheet Basics. To apply number formatting:

Microsoft Excel 2013: Part 3 More on Formatting Cells And Worksheet Basics. To apply number formatting: Microsoft Excel 2013: Part 3 More on Formatting Cells And Worksheet Basics Formatting text and numbers In Excel, you can apply specific formatting for text and numbers instead of displaying all cell content

More information

CHAPTER 1 COPYRIGHTED MATERIAL. Finding Your Way in the Inventor Interface

CHAPTER 1 COPYRIGHTED MATERIAL. Finding Your Way in the Inventor Interface CHAPTER 1 Finding Your Way in the Inventor Interface COPYRIGHTED MATERIAL Understanding Inventor s interface behavior Opening existing files Creating new files Modifying the look and feel of Inventor Managing

More information

DOING MORE WITH EXCEL: MICROSOFT OFFICE 2010

DOING MORE WITH EXCEL: MICROSOFT OFFICE 2010 DOING MORE WITH EXCEL: MICROSOFT OFFICE 2010 GETTING STARTED PAGE 02 Prerequisites What You Will Learn MORE TASKS IN MICROSOFT EXCEL PAGE 03 Cutting, Copying, and Pasting Data Filling Data Across Columns

More information

Database Tables Lookup Wizard Relationships Forms Subforms Queries Reports

Database Tables Lookup Wizard Relationships Forms Subforms Queries Reports Version 07/11/09 Microsoft Office 2007 PDF Picture Tutorial Series Databases Tables, Forms, Subforms, and the Lookup Wizard May 2009 by Floyd Jay Winters and Julie Manchester winterf@mccfl.edu Database

More information

Candy is Dandy Project (Project #12)

Candy is Dandy Project (Project #12) Candy is Dandy Project (Project #12) You have been hired to conduct some market research about M&M's. First, you had your team purchase 4 large bags and the results are given for the contents of those

More information

Reporting. Guide: Variable. nightly.

Reporting. Guide: Variable. nightly. Reporting Step-by-Step Guide: There are two types of Buy@Duke reports, Real Time Reports and Historical Reports. The Real Time reports provide real time accesss to transactional data. The Historical Reports

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

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

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

More information

Using MS Publisher. Launch MS Publisher: Start > All Programs > Microsoft Office > Publisher. Setting up Document Size and Orientation

Using MS Publisher. Launch MS Publisher: Start > All Programs > Microsoft Office > Publisher. Setting up Document Size and Orientation Designing and Creating your GIS Poster Revised by Carolyn Talmadge 1/20/2015 First think about your audience and purpose then design your poster! Here are instructions for setting up your poster using

More information

Using Microsoft Excel

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

More information

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

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

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

Top Producer 7i Tips & Tricks Volume 1

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

More information

Creating Interactive PDF Forms

Creating Interactive PDF Forms Creating Interactive PDF Forms Using Adobe Acrobat X Pro for the Mac University Information Technology Services Training, Outreach, Learning Technologies and Video Production Copyright 2012 KSU Department

More information

Formatting a Report with Word 2010

Formatting a Report with Word 2010 Formatting a Report with Word 2010 The basics Although you can use Word to do a great many formatting tasks, here we will concentrate on the basic requirements for good presentation of a report. These

More information

Using Mail Merge in Microsoft Word 2003

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

More information

The first time you open Word

The first time you open Word Microsoft Word 2010 The first time you open Word When you open Word, you see two things, or main parts: The ribbon, which sits above the document, and includes a set of buttons and commands that you use

More information

Creating labels in Ticket 2000.

Creating labels in Ticket 2000. Creating labels in Ticket 2000. Ticket 2000 must be open and ready Option One: NEW LABEL: Click on FILES ICON and in the left hand column select New Label Click on the Common Tab and click once on Thermal

More information

Getting Started with. PowerPoint 2010

Getting Started with. PowerPoint 2010 Getting Started with 13 PowerPoint 2010 You can use PowerPoint to create presentations for almost any occasion, such as a business meeting, government forum, school project or lecture, church function,

More information

SOFTWARE SKILLS BUILDERS

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

More information

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

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

Microsoft Office Training Skills 2010

Microsoft Office Training Skills 2010 Microsoft Office Training Skills 2010 Lesson 5 Working with pages, Tables, Shapes and Securing Documents Adding Page color Add color to the background of one or several pages in the document. 1. Click

More information

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

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

More information

MAXQDA and Chapter 9 Coding Schemes

MAXQDA and Chapter 9 Coding Schemes MAXQDA and Chapter 9 Coding Schemes Chapter 9 discusses how the structures of coding schemes, alternate groupings are key to moving forward with analysis. The nature and structures of the coding scheme

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

Create and edit word processing. Pages.

Create and edit word processing. Pages. Create and edit word processing documents with Pages. In this chapter, we begin to get work done on the ipad by using Pages to create and format documents. Creating a New Document Styling and Formatting

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

Creating and Using an Excel Table

Creating and Using an Excel Table Creating and Using an Excel Table Overview of Excel 2007 tables In earlier Excel versions, the organization of data in tables was referred to as an Excel database or list. An Excel table is not to be confused

More information

Copyright 2018 MakeUseOf. All Rights Reserved.

Copyright 2018 MakeUseOf. All Rights Reserved. The Beginner s Guide to Microsoft Excel Written by Sandy Stachowiak Published April 2018. Read the original article here: https://www.makeuseof.com/tag/beginners-guide-microsoftexcel/ This ebook is the

More information

Excel Basic: Create Formulas

Excel Basic: Create Formulas Better Technology, Onsite and Personal Connecting NIOGA s Communities www.btopexpress.org www.nioga.org [Type Excel Basic: Create Formulas Overview: Let Excel do your math for you! After an introduction

More information

Basic Excel. Helen Mills OME-RESA

Basic Excel. Helen Mills OME-RESA Basic Excel Helen Mills OME-RESA Agenda Introduction- Highlight Basic Components of Microsoft Excel Entering & Formatting Data, Numbers, & Tables Calculating Totals & Summaries Using Formulas Conditional

More information

Unit 2 Fine-tuning Spreadsheets, Functions (AutoSum)

Unit 2 Fine-tuning Spreadsheets, Functions (AutoSum) Unit 2 Fine-tuning Spreadsheets, Functions (AutoSum) Manually adjust column width Place the pointer on the line between letters in the Column Headers. The pointer will change to double headed arrow. Hold

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

» How do I Integrate Excel information and objects in Word documents? How Do I... Page 2 of 10 How do I Integrate Excel information and objects in Word documents? Date: July 16th, 2007 Blogger: Scott Lowe

More information

Part II: Creating Visio Drawings

Part II: Creating Visio Drawings 128 Part II: Creating Visio Drawings Figure 5-3: Use any of five alignment styles where appropriate. Figure 5-4: Vertical alignment places your text at the top, bottom, or middle of a text block. You could

More information

Beginning a New Project

Beginning a New Project 3 Beginning a New Project Introducing Projects 000 Creating and Naming a Project 000 Importing Assets 000 Importing Photoshop Documents 000 Importing Illustrator Documents 000 Importing QuickTime Movies

More information

Learning About Relational Database By using Microsoft Access 2010

Learning About Relational Database By using Microsoft Access 2010 The Business School BUACC5937: Information Systems Design and Development for Accountants Mégabite Restaurant e-commerce System Invoice Learning About Relational Database By using Microsoft Access 2010

More information

Microsoft Excel Microsoft Excel

Microsoft Excel Microsoft Excel Excel 101 Microsoft Excel is a spreadsheet program that can be used to organize data, perform calculations, and create charts and graphs. Spreadsheets or graphs created with Microsoft Excel can be imported

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

Part III: Taking Your Drawings to the Next Level

Part III: Taking Your Drawings to the Next Level 264 Part III: Taking Your Drawings to the Next Level Part IV Advancing Your Knowledge of Visio In this part... This part of the book assumes that you ve become confident in your Visio skills. You re probably

More information

Creating Page Layouts 25 min

Creating Page Layouts 25 min 1 of 10 09/11/2011 19:08 Home > Design Tips > Creating Page Layouts Creating Page Layouts 25 min Effective document design depends on a clear visual structure that conveys and complements the main message.

More information

Microsoft Access 2007 Tutorial. Creating a Database using Access 2007

Microsoft Access 2007 Tutorial. Creating a Database using Access 2007 Creating a Database using Access 2007 Created: 12 December 2006 Starting Access 2007 Double click on the Access 2007 icon on the Windows desktop (see right), or click-on the Start button in the lower left

More information

On the Web sun.com/aboutsun/comm_invest STAROFFICE 8 DRAW

On the Web sun.com/aboutsun/comm_invest STAROFFICE 8 DRAW STAROFFICE 8 DRAW Graphics They say a picture is worth a thousand words. Pictures are often used along with our words for good reason. They help communicate our thoughts. They give extra information that

More information

Status Bar: Right click on the Status Bar to add or remove features.

Status Bar: Right click on the Status Bar to add or remove features. Excel 2013 Quick Start Guide The Excel Window File Tab: Click to access actions like Print, Save As, etc. Also to set Excel options. Ribbon: Logically organizes actions onto Tabs, Groups, and Buttons to

More information

Functional Skills. Entry 3 to Level 2. IT Basics Information

Functional Skills. Entry 3 to Level 2. IT Basics Information Functional Skills Skills ICT Entry 3 to Level 2 YOU DO NOT NEED TO WORK THROUGH THIS. IT IS AN PACK TO TEACH YOU THE SKILLS NEEDED TO COMPLETE THE TASKS. YOU CAN USE IT WHILST WORKING THROUGH THE TASKS,

More information

Basic Concepts 1. For this workshop, select Template

Basic Concepts 1. For this workshop, select Template Basic Concepts 1 When you create a new presentation, you re prompted to choose between: Autocontent wizard Prompts you through a series of questions about the context and content of your presentation not

More information

ABOUT THIS COURSE... 3 ABOUT THIS MANUAL... 4 LESSON 1: MANAGING LISTS... 5

ABOUT THIS COURSE... 3 ABOUT THIS MANUAL... 4 LESSON 1: MANAGING LISTS... 5 Table of Contents ABOUT THIS COURSE... 3 ABOUT THIS MANUAL... 4 LESSON 1: MANAGING LISTS... 5 TOPIC 1A: SORT A LIST... 6 Sort a list in A-Z or Z-A Order... 6 TOPIC 1B: RENUMBER A LIST... 7 Renumber a List

More information

Enjoy Microsoft Excel 2007 for Novice Users Author: Christine Kent Web address Blog address address

Enjoy Microsoft Excel 2007 for Novice Users Author: Christine Kent Web address Blog address  address Enjoy Microsoft Excel 2007 for Novice Users Copyright Christine Kent, September 2008 Author: Christine Kent Web address www.christinekent.net Blog address http://christinekent.blogspot.com/ Email address

More information

PowerPoint Basics (Office 2000 PC Version)

PowerPoint Basics (Office 2000 PC Version) PowerPoint Basics (Office 2000 PC Version) Microsoft PowerPoint is software that allows you to create custom presentations incorporating text, color, graphics, and animation. PowerPoint (PP) is available

More information

This Tutorial is for Word 2007 but 2003 instructions are included in [brackets] after of each step.

This Tutorial is for Word 2007 but 2003 instructions are included in [brackets] after of each step. This Tutorial is for Word 2007 but 2003 instructions are included in [brackets] after of each step. Table of Contents Just so you know: Things You Can t Do with Word... 1 Get Organized... 1 Create the

More information

Database Use & Design

Database Use & Design Database Use & Design 1 Important Terms and Definitions Database A collection of information organized in such a way that a computer program can quickly select desired pieces of data. Field Form Primary

More information

FrontPage 98 Quick Guide. Copyright 2000 Peter Pappas. edteck press All rights reserved.

FrontPage 98 Quick Guide. Copyright 2000 Peter Pappas. edteck press All rights reserved. Master web design skills with Microsoft FrontPage 98. This step-by-step guide uses over 40 full color close-up screen shots to clearly explain the fast and easy way to design a web site. Use edteck s QuickGuide

More information

Spreadsheet definition: Starting a New Excel Worksheet: Navigating Through an Excel Worksheet

Spreadsheet definition: Starting a New Excel Worksheet: Navigating Through an Excel Worksheet Copyright 1 99 Spreadsheet definition: A spreadsheet stores and manipulates data that lends itself to being stored in a table type format (e.g. Accounts, Science Experiments, Mathematical Trends, Statistics,

More information

Unit 2 Fine-tuning Spreadsheets, Functions (AutoSum)

Unit 2 Fine-tuning Spreadsheets, Functions (AutoSum) Unit 2 Fine-tuning Spreadsheets, Functions (AutoSum) Select a Row or a Column Place your pointer over the Column Header (gray cell at the top of a column that contains a letter identifying the column)

More information

Microsoft Access XP (2002) Queries

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

More information

PowerPoint for Art History Presentations

PowerPoint for Art History Presentations PowerPoint for Art History Presentations For PC computers running Microsoft Office 2007+ Adapted by The University of California, Berkeley from the Institute of Fine Arts document by Elizabeth S. Funk

More information

Word Creating & Using Tables. IT Training & Development (818) Information Technology

Word Creating & Using Tables. IT Training & Development (818) Information Technology Information Technology Word 2007 User Guide Word 2007 Creating & Using Tables IT Training & Development (818) 677-1700 training@csun.edu www.csun.edu/it/training Table of Contents Introduction... 1 Anatomy

More information

Introduction to Microsoft Access

Introduction to Microsoft Access Introduction to Microsoft Access Chapter 1 Data is simply a collection of characters (that is, letters, numbers and symbols) which, on their own, have no particular meaning. When data about a particular

More information

How to Make a Book Interior File

How to Make a Book Interior File How to Make a Book Interior File These instructions are for paperbacks or ebooks that are supposed to be a duplicate of paperback copies. (Note: This is not for getting a document ready for Kindle or for

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

Software Compare and Contrast

Software Compare and Contrast Microsoft Software Compare and Contrast Word Easy to navigate. Compatible with all PC computers. Very versatile. There are lots of templates that can be used to create flyers, calendars, resumes, etc.

More information

Introduction to MS Office Somy Kuriakose Principal Scientist, FRAD, CMFRI

Introduction to MS Office Somy Kuriakose Principal Scientist, FRAD, CMFRI Introduction to MS Office Somy Kuriakose Principal Scientist, FRAD, CMFRI Email: somycmfri@gmail.com 29 Word, Excel and Power Point Microsoft Office is a productivity suite which integrates office tools

More information

Working with Excel CHAPTER 1

Working with Excel CHAPTER 1 CHAPTER 1 Working with Excel You use Microsoft Excel to create spreadsheets, which are documents that enable you to manipulate numbers and formulas to quickly create powerful mathematical, financial, and

More information

What is OneNote? The first time you start OneNote, it asks you to sign in. Sign in with your personal Microsoft account.

What is OneNote? The first time you start OneNote, it asks you to sign in. Sign in with your personal Microsoft account. OneNote What is OneNote? OneNote is a digital notebook. In OneNote, you can: Type notes or record audio at your laptop. Sketch or write ideas on your tablet. Add picture from your phone. Find notes instantly.

More information

Microsoft Word 2010 Lesson Plan

Microsoft Word 2010 Lesson Plan Microsoft Word 2010 Lesson Plan Objective: This class is a brief introduction to Word 2010. It consists of 2 one and one-half hour sessions. By the end of this class you should be able to create a simple

More information

Excel Level 1

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

More information

Information Technology Virtual EMS Help https://msum.bookitadmin.minnstate.edu/ For More Information Please contact Information Technology Services at support@mnstate.edu or 218.477.2603 if you have questions

More information

ACCUFAST. LPX Printer Printing Guide

ACCUFAST. LPX Printer Printing Guide ACCUFAST LPX Printer Printing Guide Printing Overview The first step in printing a file is loading that file. The GUI has a number of features that allow it to read a large number of different file types,

More information

User Guide Release 6.5.1, v. 1.0

User Guide Release 6.5.1, v. 1.0 User Guide Release 6.5.1, v. 1.0 Introduction The set-top box is your gateway to Skitter TV s interactive television services including TV Guide Favorite Channels DVR Parental Controls Caller ID This manual

More information

Using Microsoft Excel

Using Microsoft Excel Using Microsoft Excel Formatting a spreadsheet means changing the way it looks to make it neater and more attractive. Formatting changes can include modifying number styles, text size and colours. Many

More information