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

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

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

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

16 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. Lets group by Room. Highlight the field Room and click the arrow pointing right. 15

17 16

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

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

20 19

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

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

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

24 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! 23

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

26 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: 25

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

28 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). Now we will create a relationship between the Assets Table and the Rooms Table. Click on Database Tools and select Relationships: 27

29 Highlight the Assets Table (single left mouse click) and click Add. Do the same for the Rooms Table and click Close. This is what your screen should look like now. 28

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

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

32 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: 31

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

34 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: 33

35 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: 34

36 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: 35

37 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. Now let s build a form using the new query. Close the Assets Query tab, the Assets Table tab, and the Rooms Table Tab. Then highlight the Assets Table on the left, click Create and Click Form. 36

38 Access creates a default form using all of the fields from the table (just like previously) but we don t want all the fields so let s switch to Design View. Click anywhere in the space below the form to unselect the selected items (Access selects all the fields by default). 37

39 38

40 Now let s delete the ID field, the Room Field, and the RoomID field by simply clicking anywhere inside each field and pressing the Delete key. Next we are going to add a list box to the form and we are going to use the Rooms Table to populate the list box. A list box is nothing more than a control on a form that contains a list of values from which you want the user to choose. In this case we want all the records from the Rooms Table to fill the list box. Click on the list box control on the Ribbon and position your cursor immediately below the Replacement Cost field and click again. The list box form will be created and the wizard will guide you through how to populate the list. 39

41 We want to draw data from a table, but we could have used the Wizard to simply type in the values from which we wanted the user to choose. This is helpful when the values rarely change. Click Next. We next select the table used to populate the list box: 40

42 Select All the available fields (use the >> button to put every field in the Selected Fields Box). We are not going to sort the fields, but we could select a field from the Rooms Table to sort, for example we could sort alphabetically by room name. Click Next. 41

43 The next screen shows how the values from the records will be displayed in the list box control, notice the Hide key column (recommended) check box is checked. This is so that the record id box will not be displayed in the list box. However, the record id from the Rooms Table will be stored in the Asset table automatically creating the record level relationship between the Assets Table and the Rooms Table. However, Access doesn t know where to store the record id so we have to tell it. So select Store that value in this field and click on RoomID: 42

44 Let s name the label Room to make it easier and then click Finish. The default size of the list box control may be a bit small, so let s increase the width just a bit. Click inside the Room box so that the sizing bars are shown. Grab the right side bar and drag it to the right just a bit: 43

45 Now let s switch to Form View to see the results. Using our navigating buttons across the bottom of the form we can see that as we cycle through the records, the highlighted room name changes. Now let s add a new record. We can add a new record by clicking on the add record button at the bottom of the form or by navigating to the last record and trying to navigate past the last record. 44

46 Let s put in our dining room outfit and be sure to select Dining Room in the Room Field. When you ve finished, press tab or Enter to navigate to another blank record. Using the navigation keys go back one record and review your entry. Just to reinforce how relationships work, double click on the Rooms Table and change the description of Dining Room to Dining Area. 45

47 Open the Assets1 form (double click the form name) and notice that Dining Room has changed to Dining Area. Navigate to the last record and notice the change there as well. One final thing to do is to modify our report so that the changes we made for relationships is reflected on the form. Double click the Household Inventory Report and change to Design View. 46

48 Now right click anywhere below the report footer line and select Properties. On the right hand side of the screen click the down arrow next to Record Source and select Assets Query. 47

49 Now change back to Report View: And now our report will reflect any changes we make in the Rooms Table. 48

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

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

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

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

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

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

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

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

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

= 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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

PowerPoint 2016 Building a Presentation

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

More information

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

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

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

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

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

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

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

Study Guide. PCIC 3 B2 GS3- Key Applications-Excel. Copyright 2010 Teknimedia Corporation

Study Guide. PCIC 3 B2 GS3- Key Applications-Excel. Copyright 2010 Teknimedia Corporation Study Guide PCIC 3 B2 GS3- Key Applications-Excel Copyright 2010 Teknimedia Corporation Teknimedia grants permission to any licensed owner of PCIC 3 B GS3 Key Applications-Excel to duplicate the contents

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

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

How To Get Your Word Document. Ready For Your Editor

How To Get Your Word Document. Ready For Your Editor How To Get Your Word Document Ready For Your Editor When your document is ready to send to your editor you ll want to have it set out to look as professional as possible. This isn t just to make it look

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

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 WORD 2010 BASICS

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

More information

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

GSAK (Geocaching Swiss Army Knife) GEOCACHING SOFTWARE ADVANCED KLASS GSAK by C3GPS & Major134

GSAK (Geocaching Swiss Army Knife) GEOCACHING SOFTWARE ADVANCED KLASS GSAK by C3GPS & Major134 GSAK (Geocaching Swiss Army Knife) GEOCACHING SOFTWARE ADVANCED KLASS GSAK - 102 by C3GPS & Major134 Table of Contents About this Document... iii Class Materials... iv 1.0 Locations...1 1.1 Adding Locations...

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

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

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

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

Table of Contents. 1. Creating a Microsoft Excel Workbook...1 EVALUATION COPY

Table of Contents. 1. Creating a Microsoft Excel Workbook...1 EVALUATION COPY Table of Contents Table of Contents 1. Creating a Microsoft Excel Workbook...1 Starting Microsoft Excel...1 Creating a Workbook...2 Saving a Workbook...3 The Status Bar...5 Adding and Deleting Worksheets...6

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

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

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

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

Microsoft Excel 2010 Level III

Microsoft Excel 2010 Level III Microsoft Excel 2010 Level III Excel is a spreadsheet program used to enter, manipulate, compute, graph, analyze, and store numeric data. Its uses, include managing budgets, grade books, and maintain simple

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

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

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

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

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

Setting Up a Paper in APA Style Using Microsoft Word 2007

Setting Up a Paper in APA Style Using Microsoft Word 2007 Setting Up a Paper in APA Style Using Microsoft Word 007 Open Microsoft Word 007. By default Word opens a new blank document. It is easiest if you create all of these settings before you begin your paper.

More information

Financial Statements Using Crystal Reports

Financial Statements Using Crystal Reports Sessions 6-7 & 6-8 Friday, October 13, 2017 8:30 am 1:00 pm Room 616B Sessions 6-7 & 6-8 Financial Statements Using Crystal Reports Presented By: David Hardy Progressive Reports Original Author(s): David

More information

Microsoft Access Lesson 3: Creating Reports

Microsoft Access Lesson 3: Creating Reports Microsoft Access Lesson 3: Creating Reports In the previous lesson the information you retrieved from a database always was in the form of a table. This may be all you need if you are the only person using

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

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

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

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

Creating a Presentation

Creating a Presentation Creating a Presentation You will need to create a basic presentation before you can work with the advanced features of PowerPoint. 1 Exercise #1 Creating the Basic Presentation (1) Open Microsoft PowerPoint

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

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

CHAPTER 3. Entering Text and Moving Around

CHAPTER 3. Entering Text and Moving Around CHAPTER 3 Entering Text and Moving Around Typing text is what word processing is all about. You can, in fact, create a perfectly respectable document by typing alone. Everything else all of the formatting

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

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

Week 5 Creating a Calendar. About Tables. Making a Calendar From a Table Template. Week 5 Word 2010

Week 5 Creating a Calendar. About Tables. Making a Calendar From a Table Template. Week 5 Word 2010 Week 5 Creating a Calendar About Tables Tables are a good way to organize information. They can consist of only a few cells, or many cells that cover several pages. You can arrange boxes or cells vertically

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

Introductory Excel Walpole Public Schools. Professional Development Day March 6, 2012

Introductory Excel Walpole Public Schools. Professional Development Day March 6, 2012 Introductory Excel 2010 Walpole Public Schools Professional Development Day March 6, 2012 By: Jessica Midwood Agenda: What is Excel? How is Excel 2010 different from Excel 2007? Basic functions of Excel

More information

Staff Microsoft VISIO Training. IT ESSENTIALS Creating Organisation Charts Using Visio 2013 (ST560) August 2015

Staff Microsoft VISIO Training. IT ESSENTIALS Creating Organisation Charts Using Visio 2013 (ST560) August 2015 Staff Microsoft VISIO Training IT ESSENTIALS Creating Organisation Charts Using Visio 0 (ST0) August 0 Book online at: Royalholloway.ac.uk/it/training Self-Study packs also available 9 th August 0 Table

More information

Using Flash Animation Basics

Using Flash Animation Basics Using Flash Contents Using Flash... 1 Animation Basics... 1 Exercise 1. Creating a Symbol... 2 Exercise 2. Working with Layers... 4 Exercise 3. Using the Timeline... 6 Exercise 4. Previewing an animation...

More information

MICROSOFT OneNote 2013

MICROSOFT OneNote 2013 Q U I C K R E F E R E N C E G U I D E MICROSOFT OneNote 2013 Microsoft OneNote 2013 is the perfect place to gather and organize your ideas, thoughts, lists, plans, timelines, and references into one file.

More information

Get comfortable using computers

Get comfortable using computers Mouse A computer mouse lets us click buttons, pick options, highlight sections, access files and folders, move around your computer, and more. Think of it as your digital hand for operating a computer.

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

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

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

Boise State University. Getting To Know FrontPage 2000: A Tutorial

Boise State University. Getting To Know FrontPage 2000: A Tutorial Boise State University Getting To Know FrontPage 2000: A Tutorial Writers: Kevin Gibb, Megan Laub, and Gayle Sieckert December 19, 2001 Table of Contents Table of Contents...2 Getting To Know FrontPage

More information

DataMaster for Windows

DataMaster for Windows DataMaster for Windows Version 3.0 April 2004 Mid America Computer Corp. 111 Admiral Drive Blair, NE 68008-0700 (402) 426-6222 Copyright 2003-2004 Mid America Computer Corp. All rights reserved. Table

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

Interactive Tourist Map

Interactive Tourist Map Adobe Edge Animate Tutorial Mouse Events Interactive Tourist Map Lesson 1 Set up your project This lesson aims to teach you how to: Import images Set up the stage Place and size images Draw shapes Make

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

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

Office 2010: Transition from Office Contents. Moving to Microsoft Office Microsoft Office 2010 Project Transition from Office 2003

Office 2010: Transition from Office Contents. Moving to Microsoft Office Microsoft Office 2010 Project Transition from Office 2003 Office 2010: Transition from Office 2003 Contents Office 2010: Transition from Office 2003... 1 Moving to Microsoft Office 2010... 1 Universal Features... 2 KeyTips... 2 Backstage View... 2 Quick Access

More information

Using Microsoft Access

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

More information

Office of Instructional Technology

Office of Instructional Technology Office of Instructional Technology Microsoft Excel 2016 Contact Information: 718-254-8565 ITEC@citytech.cuny.edu Contents Introduction to Excel 2016... 3 Opening Excel 2016... 3 Office 2016 Ribbon... 3

More information

The Basics of PowerPoint

The Basics of PowerPoint MaryBeth Rajczewski The Basics of PowerPoint Microsoft PowerPoint is the premiere presentation software. It enables you to create professional presentations in a short amount of time. Presentations using

More information

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

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

More information

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