Business Computer Information Systems Student Book. Unit 5

Size: px
Start display at page:

Download "Business Computer Information Systems Student Book. Unit 5"

Transcription

1 Business Computer Information Systems Student Book Unit 5

2 BUSINESS COMPUTER INFORMATION SYSTEMS UNIT FIVE Databases Unit 5 Introduction... 1 Unit 5 Goals and Objectives... 1 I. Database Basics... 3 Comparing Databases and Spreadsheets... 3 Understanding Database Terms... 6 Project: Creating a Database Working with Data and Records Self Test 1: Database Basics II. Database Features Using a Database to Search and Query Project: Working with Queries Project: Using a Database to Generate Mailings Importing & Exporting Data Project: Using a Database to Create a Business Report Self Test 2: Database Features III. Review Databases IV. Semester Review Unit 5 Test: Databases... Pull-Out Units 1-5 Semester Exam... Pull-Out i

3 LIFEPAC Business Computer Information Systems Production Manager: Alan Christopherson Editorial: Managing Editor: Alan Christopherson Copy Editor: Laura Messner Art, Layout, and Design: Layout and Design: Brian Ring, Melissa Fransen Illustration: Brian Ring, Melissa Fransen Cover Design: Ryan Egan Some images that appear in this unit are 2008 JupiterImages Corporation. Screen capture(s) created using OpenOffice.org courtesy of Sun Microsystems Inc. Copyright Sun Microsystems Inc. All trademarks and/or service marks referenced in this material are the property of their respective owners. Glynlyon, Inc. makes no claim of ownership to any trademarks and/or service marks other than its own and its affiliates, and makes no claim of affiliation to any companies whose trademarks may be listed in this material, other than its own. LIFEPAC Business Computer and Information Systems Unit 5: Databases 2010 Glynlyon, Inc. Foreword Business Computer Information Systems is a ten-unit high school elective that explores the use of technology applications in both business and personal situations. Occupations have transitioned from those that primarily produced things to those that manipulate and manage information. Whether it is at home, in a factory, at a school, for a business, or in an office, almost everyone today uses many forms of technology on a daily basis. This course will explore the software applications and information technologies that everyone is likely to use in business situations. In this course the students will learn computer terminology, hardware, software, operating systems and information systems that relate to the business environment. The units will concentrate on learning the standard applications of word processing, spreadsheets, database management and graphical presentation packages. In addition, skills in personal and interpersonal communications and in communication technologies will be studied. The course is intended to help students arrive at the following understandings: Effective communication skills and productive work habits can increase employees success. Technology solutions can help employees be more productive and effective. Keyboarding is a stated prerequisite for this course. While there are some keyboarding reviews in the course, there is no keyboarding instruction. Business Computer Information Systems covers topics from TEKS and Business Computer Information Systems contains the following units: Unit 1 Communication Skills Unit 2 Business Technology Unit 3 Word Processing Unit 4 Spreadsheets Unit 5 Databases Unit 6 Telecommunications Technology Unit 7 Desktop Publishing Technology Unit 8 Presentation Technology 804 N. 2nd Ave. E. Rock Rapids, IA Unit 9 Computer Networks Unit 10 Computer Operating Systems ii

4 Unit 5: Databases Introduction This unit will focus on working with a database. You ll learn about what a database is and how it compares to a spreadsheet. After you learn about database basics, you ll turn your attention to its powerful features that can help you manage data and produce business reports. Your goals for the unit include the following: Understand the benefits of using a database. Apply database technology to work with data and records. Perform data management procedures using a database. Use database technology to produce and analyze business reports. The objectives for this unit include the following: Distinguish between a database and a spreadsheet. Describe the functions and purposes of fields, records, and files in databases. Manipulate data and records in a database. Use a database to generate mailings such as address labels and form letters. Conduct a search and a query. Create business reports from a database. 1

5 Note to Students: The lessons in this unit are intended to provide general information about using database programs to organize and work with information. You will learn the basics involved in creating databases and using them efficiently. You ll also see some ways in which a database can help to organize business and personal information. There are many different database applications on the market, and some programs have commands that are unique to their design. For this reason, the course developers have designed this unit to apply to database programs in general. Some of the demonstrations in this unit were created using Open Office Base. Your database software may use a different process than the one demonstrated. If this is the case, you will need to learn the process used by your software to complete the projects. 2

6 I. Database Basics Comparing Databases and Spreadsheets Grace worked in a library thirty years ago. When she was given the task of renumbering the library catalogue, she had to do it by hand. There were more than 30,000 cards in the library catalogue to represent the books in the library. The cards were numbered from 1 to 30,000 and her task was to renumber them 0 to 29,999 so that each batch of a hundred cards would start with the same digits. If only those cards had been in a database! With a database, this job, which took her several weeks to complete, could have been done in a matter of seconds. Objectives: List actions a database can perform. List the differences and similarities between a database and a spreadsheet. For a specific business task, select a spreadsheet or a database, based on which is more appropriate. Vocabulary: database - a software program for storing, managing, and retrieving information. query - to ask a question about data. table - rows and columns that are used for organizing data. Let s define exactly what a database is. A database is powerful software for storing, managing, and retrieving information. Databases do so through the use of tables. Just as with spreadsheets, databases organize data in columns and rows. Spreadsheets are used to manage and manipulate numbers, whereas databases are used to manage and manipulate information. However, databases are actually much more powerful than spreadsheets at manipulating data. Here are just a few of the actions that you can perform in a database that would be difficult to perform in a spreadsheet: Retrieve all data that match certain criteria. Update information in more than one place at the same time. Compare data. Create data entry forms so you can easily enter information. Merge data with text in a word processing document. Query the database. In other words, ask questions about the data. Produce flexible reports, both on screen and on paper, that make it easy to comprehend the information stored in the database. As you will see, databases do extremely well at managing and manipulating information. Let s look at how these actions work on a simple database. For this example, let s use a list of students in a school. The database would contain the same set of data or structured information for each student last name, first name, homeroom teacher, and contact information. The student database may be viewed in datasheet view like this. Perform complex calculations on different sets of data at the same time. Validate the data entered and check for inconsistencies. Sort and manipulate the data in the database. 3

7 What actions can you take with this simple database? You can retrieve all students that are in Mr. Reid s class and print the list. Or if Mr. Reid retires and a new teacher is hired, you could update the homeroom teacher for all students in that homeroom at the same time. You could also perform the action of sorting the data in a database. You could choose to sort alphabetically by last name. This means that after sorting, the students would appear in alphabetical order by last name. You could also sort by homeroom teacher. This means that the students in Mrs. Deforge s class would be grouped together as would the students in Mrs. Muntz s class. These are just a few of the actions you could perform on this database. Database or Spreadsheet: Which Should You Use? There are many times when you could use either a database or a spreadsheet to complete the same task. If the task involves numbers and calculations, think spreadsheet. Remember, spreadsheets typically contain financial information and numbers. A spreadsheet may be used to track stock, calculate a loan payment, find averages, and compute just about any math problem. If the task involves a large quantity of information, think database. Furthermore, when one hundred new students enter the school at the beginning of the school year, the staff may want to use a data entry form to make it easier to enter the students names and information. So far, you have learned that databases can be looked at in datasheet view and in data entry form view. The great thing about databases is that you can look at the data in different formats or views such as the design view or report view. The design view allows you to design a database. In other words, in design view you can decide where the data will appear on the screen. You can drag labels and fields to the desired locations. This is an example of the design view. Another way to help distinguish a database from a spreadsheet is in terms of what sort of information you can get out of it. A spreadsheet helps you answer questions such as Can I afford the monthly payments on that $290,000 house? or What s the average daily rainfall for the first six months of this year? or If we increase our sales of widgets by four percent while reducing the price by a dollar a piece, how will it affect profits? Spreadsheets are extremely useful for answering financial, numerical, and statistical questions such as these. You can ask quite different questions of a database. For example, What are the phone numbers and addresses of the five nearest post offices? or Do we have any books in our library that are about tarantulas? If so, on which shelves are they located? or Show me the personnel records and sales figures of our five bestperforming salespeople for the current quarter. Employees in the workplace, when given a task, need to decide whether to use a spreadsheet or a database to complete the task. Review the following scenarios and decide whether a spreadsheet or a database should be used to complete the task. Uses of a Database What else could a database be used for? Computer databases typically contain collections of data records or files, such as sales transactions, product catalogs and inventories, and customer profiles. Other examples of databases are club membership lists, library catalogues, business card files, and parts inventories. The list could continue on and on. You can use a database to do anything from tracking the results of market research to collecting information from the Mars Rover. Your Turn Please refer to the media CD to complete Spreadsheet or Database? 4

8 Lets Review! In this lesson, you reviewed what a database is and how it compares to a spreadsheet. Both spreadsheets and databases use tables to organize data. However, a spreadsheet is used for finances, numbers, and calculations. A database is used to store, manage, and retrieve information. True or False 1.1 True/False A spreadsheet is a software program for storing, managing, and retrieving information. Multiple Select 1.2 Select all actions that a database may perform. A. Update information in more than one place at the same time. B. Write a business letter. C. Create data entry forms. D. Find the average of four numbers. E. Validate the data entered and check for inconsistencies. F. Sort and manipulate the data in the database. G. Conduct a query. Multiple Choice 1.3 The following database is displayed in. A. data entry form view B. datasheet view C. design view D. query view 5

9 Multiple Choice 1.4 Sarah wants to calculate how much of a profit she would make on producing and selling a new product. Sarah should use a. A. database B. word processor C. spreadsheet D. data entry form 1.5 Carolyn would like to store and retrieve data about products in her catalogue. She should use a(n). A. database B. word processor C. spreadsheet D. invoice Understanding Database Terms Imagine that you are trying to follow a recipe to create a new dish. However, the directions contain these words: pecorino, turmeric, cardamom, and minced. If you find it difficult to understand the words that appear in the recipe, it will be hard to make the dish. The same is true for working with a database. There are just a few important words to understand before you start creating one. Objectives: Differentiate between fields, records, and files. Plan and build a simple database. Vocabulary: data entry - the process of getting information into a database. field - one of the categories in a database record, such as last name. They correspond to columns in a table. file - a group of records. key field - the primary field used to uniquely identify records. It may be used to sort records in alphabetical order. record - one set of data or complete entry in a database. They correspond to rows in a table. 6

10 Let s consider a database that you are already familiar with the phone book. The phone book contains several items of information (name, address, and phone number) about people who have phones in a particular area. Using database vocabulary, the phone book is a file that contains a record for each person. Each row corresponds to a single record. Each column represents a different field. In this example, Adams, G. 123 Harris Ave is the first record. And the fields are: name, address, and phone number. In this example, the records are sorted alphabetically by the name field, which is the key field. Now imagine that you are building a database table that contains contact information for your business, which has fifty employees. You d end up with a table that contains fifty rows with names and telephone numbers. You would probably set up columns named Employee ID Number, First Name, Last Name, and Telephone Number. These would be your fields. Then you d simply start adding rows under those columns that contain the data you re planning to store. These would be your records. Since the employee ID number is unique, this would be your key field. The group of records together makes up a file. In other words, a file is a single table with records and fields. The phone book database and the contact information database are both examples of the simplest form of a database with a single table. However, some types of databases are more complex and have multiple tables. A relational database, for example, is made up of two or more tables of information, which are connected in some way. The example below is a relational database used to track reviews of Internet sites. The first table contains information about the Web site. The second table contains company information. And the third table contains information about the person that reviewed the Web site. These three tables are in the same database and are connected. To define the relationship between tables, you would link them together by a common field. In the illustration below, you can see Table 1 and Table 2 have the field Company Name in common. Table 1 and Table 3 have the field Site Name in common. Planning a Database There s one important thing you need to do before you create a database plan. Whether it s a simple database or a database with multiple tables, you need to look at the information you want to store and the ways in which you want to retrieve that information before you start creating it. A poorly structured database will be a problem when you try to retrieve information, create reports, or sort. Follow these steps when designing your database: 1. Write down the fields you think you need on a piece of paper. 2. Test the fields with some records and actions you will be using in the actual database. 3. Revise the fields as needed. Let s try out these steps. Imagine you were going to create a contact list in a database. It seems pretty simple, and you decide the fields will be name, address, and phone number. This sounds right, doesn t it? Well, you write the records out on paper as follows. Allen Jones 123 Apple Street Maurice Sullivan 675 Fresno Ave Victor Anderson 114 McClintock Dr You then test one of the actions you will need to perform in the database sorting. You would like to sort alphabetically by last name. Does this work with the current fields? No, you would need to divide the name field into two fields: last name and first name. So you revise your fields. You go on to test other actions you would like to take such as printing addresses on envelopes and you find the fields now work, so you move on to creating your database. 7

11 Creating a Database Now that you have finished planning your database, you are ready to open the database software and create the fields. There are several different database software products available. These include Microsoft Access, FileMaker, Microsoft Works, OpenOffice Base, and My Data Base. Within some of the database software, you ll find built-in templates, sample databases, and wizards that will do much of the hard work for you. Database software products vary significantly from one another, and you may need to consult your user s guide. In general, when creating a database, you ll want to follow these steps: 1. Open the software. is meaningless, it provides a great way to reference an individual record. To set a primary key, before saving your table, follow these steps in design view: 1. Select the appropriate field. 2. Use the primary key command (right-click or select the icon on the tool bar). Adding Records Once you have created the database, you may view the database as a table. It will look like a blank table with just field names at the top. 2. Select a new blank database or database wizard. 3. Name the database. 4. Enter field names and select the type of field (text, number, date, currency, or yes/no). 5. Make one of the fields the primary key. 6. Click Done or save and close. 7. Open the table and add records. Watch the following demonstration. Please refer to the media CD to view Creating a Database. Setting a Primary Key When you create a new database, you ll be asked to identify a key field. The key field is sometimes referred to as a primary key. This primary key will uniquely identify records stored in the table. The selection of a primary key is an important decision you ll make when designing a new database. You must ensure that the selected key or field is unique. If it s possible that two records, now or in the future, will be the same, it s a poor choice for a primary key. For example, choosing the last name field as a primary key is a bad choice. If you currently do not have two entries with the same last name, you may in the future, and that field would no longer be unique. Sometimes, you will not have an obvious unique field to set as the key field. In this case, the database software can generate a unique identifier or number. For example, you might create a field called Record ID or ID Number and let the database assign a unique number. Although the number itself You will need to click in the first empty rectangle to enter the data. Press tab or use your mouse to move your cursor. Once you start entering data in the first row, a new row will appear underneath for your second record. Lets Review! Please refer to the media CD to complete Adding Records. In this lesson, you learned the basic vocabulary associated with databases. This vocabulary includes file, record, field, and key field. This lesson presented you with information for planning and creating a database. 8

12 Matching record A. the primary field used to uniquely identify records 2. field B. a group of records 3. key field C. one of the items in a database record, such as last name 4. file D. one set of data or complete entry in a database Multiple Choice 1.7 In the database below, the arrow is pointing to a. A. file B. record C. field D. key field True or False 1.8 True/False Before you start creating a database, you should first use paper to plan, test, and revise. 9

13 Multiple Choice 1.9 Nicole wants to create a database to collect information about sales transactions. She would like to use the database to look up customer names and sales prices if they return a product. She would also like to retrieve their credit card number in order to reimburse them. In addition, she would like to sort the items in the database by product number. What fields should she have in her database? A. product number, product description, and sales price B. product description, sales price, and employee name C. last name, first name, telephone number, and address D. name, credit card number, product number, and sales price Paragraph 1.10 In five or more sentences, describe how you would create a new database using your software. Teacher Check: Initial Date 10

14 Project: Creating a Database Imagine that you work for a company that manufactures and sells sportswear. You need a good way to keep track of the products in your inventory. You also need to be able to tell customers what a particular item will cost. Objectives: Create a database to track information for retrieval later. Directions: Let s build a simple database. You will create a database with information about products in a catalog. Plan the database first. As you plan, keep in mind that later you will want to sort this data by product number and retrieve a list of products with a quantity of less than one hundred. You will also need to look up the price and product description. Create the database and populate the database with ten records about any type of products. Save your database. Submit electronically or printed out as instructed by your teacher. Teacher Check: Initial Date 11

15 Working with Data and Records Typically, many employees use the same database for their job but in different ways. One employee creates the structure of the database. Another employee enters data. One employee retrieves records in certain fields and a different employee retrieves records in other fields. And still another employee checks the accuracy of the data. During this lesson, you ll assume the role of different employees and work with data and records. Objectives: Locate data. Sort data. Update data. Delete records. Add records. Vocabulary: sort - to arrange in a certain order. Imagine that you work for a company that manufactures sporting goods. To manufacture items such as basketballs, soccer goals, and golf clubs, many large machines are used. These machines have parts that need to be replaced on a regular basis. You and your coworkers use a database to track the parts of the various machines. You need to locate part numbers to replace them in the machines. Some of your coworkers need to delete information about parts that are no longer used. Another coworker retrieves data to check to see if it is accurate. And your manager checks the database to make sure there are enough parts available. Let s take a look at how all of this is done. Part Number Description Number in Stock Cost Ordering Information Hot Chamber Widgets Catalogue Gear 303a partsdep@widgets.com Bracket-2 cm 5 98 call: Gasket partsdep@widgets.com Lever Widgets Catalogue Cam-10 cm Widgets Catalogue Cold chamber call: Needle-Size partsdep@widgets.com Plate Widgets Catalogue Hot-chamber call: Gear-303a partsdep@widgets.com Bracket-5 cm 5 98 Call: Gasket Call: Lever Call: Cam - 5cm 8 33 Widgets Catalogue motor Call: Needle-Size partsdep@widgets.com Plate Widgets Catalogue 12

16 Your Turn First, set up the database so that you can practice locating data, sorting data, updating data and deleting records. Create a database with the information in the preceeding table. Designate the Part Number field as the primary key and save the database as parts. When you've created your database, refer to the CD. Your database should look like the one you see there. Please refer to the media CD to view the completed database. Locating Data You only entered eighteen parts for this example. However, an actual database used in a manufacturing company would most likely have more than a thousand parts. With a database of more than a thousand records, it could be difficult to find the one you are looking for. The find command can be very useful. Suppose you need to order a new lever. You know it is called Lever 265 but you do not know the part number or how to order it. You need to use the find command. There are probably several different ways to use the find command in your database software. In some software, you would follow these steps to locate data: 1. Use the Find command (either a menu option or Ctrl-F on your keyboard). 2. Enter the text and click on the Find or Search button. Watch the following demonstration. Please refer to the media CD to view Finding Records in a Database. Your Turn In your database, use the find command to locate Lever 265. Also take some time to find other data. Sorting Use the same parts database you created in this lesson. Your coworker would like to put the data into ascending order by part number. Ascending order means the data would appear from 0 to 9 or from A to Z. Descending order means the data would appear from 9 to 0 or from Z to A. To put the data in a certain order, you will need to sort. Follow these steps to sort. 1. Click at the top of the appropriate column on the field name. 2. Use the sort ascending or sort descending command or shortcut. The shortcut for ascending is usually an A over a Z with an arrow pointing down. And the shortcut is just the opposite for descending. Watch the following demonstration. Please refer to the media CD to view Sorting Records in a Database. Take some time to practice sorting different columns. Play the role of the manager who needs to check and see if he needs to order any parts. Sort the database in ascending order by number in stock. The top of the list will show the parts that are getting low. Now, use the same parts database to answer the following questions. You will need to sort and locate data to answer these questions. Please refer to the media CD to Sort and Locate Data. Updating Records Your coworker, Zach, has the task of checking to see if the numbers in the database are truly the numbers that exist in the stock room. He locates part number in the database and notices that it lists eighty-seven are in stock. He finds the actual ten centimeter cams on the shelf in the stock room and counts eighty-five. He returns to the database and finds the appropriate field. He clicks after the seven, presses backspace and types a five, changing eighty-seven to eighty-five. Changing text in a database is just like changing text in a word processor or spreadsheet. Did you know? It is possible to make changes such as font, text style, text color, line color, and background color. In addition, in some database software, you may change the way the grid lines look. 13

17 Your Turn Your Turn Update record in your database by changing 87 to 85. See the Editing Records & Fields demonstration if you need help. Deleting and Adding Records Your manager receives a call from the company that makes Gasket 78. They are recalling this gasket due to a defect. They ask your manager to send them back. Now he needs to delete this record from the database. He should select the appropriate record and use the delete command or shortcut. Your Turn Delete the record with Gasket 78 from your database. See the Editing Records & Fields demonstration if you need help. The same company calls a few days later and says they have a new gasket that will replace Gasket 78. They will be sending your manager one new gasket. It is Gasket 101a. Use as the new part number. Typically there is a blank record at the bottom of the table. You can simply enter the data in this row. If the blank row does not appear, you can insert a new record by using the insert new record command or shortcut. A row will appear at the bottom of the table. Add a field to your database and name it Machine. See the Editing Records & Fields demonstration if you need help. Watch the following demonstration to review how to: update records add or delete records insert or delete a field Lets Review! Please refer to the media CD to review Editing Records & Fields. In this lesson, you learned about working with the data in a database. You learned how to locate data, sort data, update data, delete records, and add records. The following problem set will ask you to apply the skills learned in this lesson. Your Turn Add a new record to your Parts database. The part is Gasket 101a with a part number of There is only 1 in stock and is the same price as the old Gasket 78. See the Editing Records & Fields demonstration if you need help. Inserting a Field and Deleting a Field Suppose you get an from your manager letting you know that you need to add a field to the database named Machine. Remember a column in your table corresponds to a field in the database. So in some software, if you need to insert a field, simply insert a column in datasheet view. In other software, you will need to open the database in design view to add a new field. Likewise, deleting a column is also similar. In some software you may simply delete a column in table view. In other software you will need to open the database in design view to delete a field. 14

18 Multiple Choice 1.11 If you were looking for a record in a very large database and you knew the ID number, which of the following would be the most direct way to locate the record? A. sort B. find C. locate D. filter 1.12 You would like to arrange the records alphabetically. You would. A. delete a record B. locate a record C. sort D. update 1.13 Ben keeps a database for employee contact information. One of his employee s address changed. Ben needs to. A. update the record by editing the address field B. delete the record and insert a new record C. delete the address field D. clear the address field True or False 1.14 True/False If you wanted the item that cost the least at the top of the table, you would sort in descending order. Paragraph 1.15 In 2 3 sentences, describe how you would find a certain record. Teacher Check: Initial Date 15

19 Self Test 1: Database Basics True or False 1.01 True/False A table is a set of rows and columns that is used for organizing data. Multiple Choice 1.02 Simon would like to make it easier for the employees doing data entry to enter information into the database. Simon should create a. A. record B. table C. database in design view D. data entry form True or False 1.03 True/False Data entry is the process of getting information into a database. Multiple Choice 1.04 Erica is working at a real estate office. She would like to organize the information about houses they have for sale. Erica should use a. A. spreadsheet B. word processor C. database D. Web page 16

20 Multiple Select 1.05 Select all actions that a database may perform. A. Create a bar graph. B. Sort and manipulate the data. C. Write a business letter. D. Create data entry forms. E. Find the average of four numbers. F. Validate the data entered and check for inconsistencies. G. Update information in more than one place at the same time. H. Conduct a search. Multiple Choice 1.06 Ancler Corporation wants to calculate how much their profits were in the first quarter of the year. They should use a. A. database B. spreadsheet C. word processor D. data entry form True or False 1.07 True/False If you wanted the item that cost the most at the top of the table, you would sort in descending order. 17

Business Computer Information Systems Student Book. Unit 4

Business Computer Information Systems Student Book. Unit 4 Business Computer Information Systems Student Book Unit 4 BUSINESS COMPUTER INFORMATION SYSTEMS UNIT four Spreadsheets Unit 4 Introduction... 1 Unit 4 Goals and Objective Basics... 1 I. Spreadsheet Basics...

More information

Business Computer Information Systems Student Book. Unit 2

Business Computer Information Systems Student Book. Unit 2 Business Computer Information Systems Student Book Unit 2 BUSINESS COMPUTER INFORMATION SYSTEMS UNIT two Business Technology Unit 2 Introduction... 1 Unit 2 Goals and Objectives... 1 I. Overview of Business

More information

Microsoft Access Basics

Microsoft Access Basics Microsoft Access Basics 2006 ipic Development Group, LLC Authored by James D Ballotti Microsoft, Access, Excel, Word, and Office are registered trademarks of the Microsoft Corporation Version 1 - Revision

More information

Microsoft Access 2007 Introduction

Microsoft Access 2007 Introduction Microsoft Access 2007 Introduction Access is the database management system in Microsoft Office. A database is an organized collection of facts about a particular subject. Examples of databases are an

More information

Using an Access Database

Using an Access Database A Few Terms Using an Access Database These words are used often in Access so you will want to become familiar with them before using the program and this tutorial. A database is a collection of related

More information

Introduction to Microsoft Access 2013

Introduction to Microsoft Access 2013 Introduction to Microsoft Access 2013 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

Microsoft Using an Existing Database Amarillo College Revision Date: July 30, 2008

Microsoft Using an Existing Database Amarillo College Revision Date: July 30, 2008 Microsoft Amarillo College Revision Date: July 30, 2008 Table of Contents GENERAL INFORMATION... 1 TERMINOLOGY... 1 ADVANTAGES OF USING A DATABASE... 2 A DATABASE SHOULD CONTAIN:... 3 A DATABASE SHOULD

More information

Intellect Platform - Tables and Templates Basic Document Management System - A101

Intellect Platform - Tables and Templates Basic Document Management System - A101 Intellect Platform - Tables and Templates Basic Document Management System - A101 Interneer, Inc. 4/12/2010 Created by Erika Keresztyen 2 Tables and Templates - A101 - Basic Document Management System

More information

Microsoft Access 2010- Introduction

Microsoft Access 2010- Introduction Microsoft Access 2010- Introduction Access is the database management system in Microsoft Office. A database is an organized collection of facts about a particular subject. Examples of databases are an

More information

Learning Services IT Guide. Access 2013

Learning Services IT Guide. Access 2013 Learning Services IT Guide Access 2013 Microsoft Access is a programme which allows you to store a lot of information easily in the form of a database. For example you could create a database which stored

More information

Task Force on Technology / EXCEL

Task Force on Technology / EXCEL Task Force on Technology EXCEL Basic terminology Spreadsheet A spreadsheet is an electronic document that stores various types of data. There are vertical columns and horizontal rows. A cell is where the

More information

Check out our website!

Check out our website! Check out our website! www.nvcc.edu/woodbr idge/computer-lab Contact Us Location: Open Computer Lab Seefeldt Building #336 NOVA Woodbridge Campus Hussna Azamy (OCL Supervisor) Phone: 703-878-5714 E-mail:

More information

Microsoft Query, the helper application included with Microsoft Office, allows

Microsoft Query, the helper application included with Microsoft Office, allows 3 RETRIEVING ISERIES DATA WITH MICROSOFT QUERY Microsoft Query, the helper application included with Microsoft Office, allows Office applications such as Word and Excel to read data from ODBC data sources.

More information

MICROSOFT ACCESS STEP BY STEP GUIDE

MICROSOFT ACCESS STEP BY STEP GUIDE IGCSE ICT SECTION 11 DATA MANIPULATION MICROSOFT ACCESS STEP BY STEP GUIDE Mark Nicholls ICT Lounge P a g e 1 Contents Task 35 details Page 3 Opening a new Database. Page 4 Importing.csv file into the

More information

Excel 2010: Create your first spreadsheet

Excel 2010: Create your first spreadsheet Excel 2010: Create your first spreadsheet Goals: After completing this course you will be able to: Create a new spreadsheet. Add, subtract, multiply, and divide in a spreadsheet. Enter and format column

More information

Lesson 07: MS ACCESS - Handout. Introduction to database (30 mins)

Lesson 07: MS ACCESS - Handout. Introduction to database (30 mins) Lesson 07: MS ACCESS - Handout Handout Introduction to database (30 mins) Microsoft Access is a database application. A database is a collection of related information put together in database objects.

More information

Tutorial 3. Maintaining and Querying a Database

Tutorial 3. Maintaining and Querying a Database Tutorial 3 Maintaining and Querying a Database Microsoft Access 2010 Objectives Find, modify, and delete records in a table Learn how to use the Query window in Design view Create, run, and save queries

More information

Microsoft Office 2010

Microsoft Office 2010 Access Tutorial 3 Maintaining and Querying a Database Microsoft Office 2010 Objectives Find, modify, and delete records in a table Learn how to use the Query window in Design view Create, run, and save

More information

COURSE DESCRIPTION. Queries in Microsoft Access. This course is designed for users with a to create queries in Microsoft Access.

COURSE DESCRIPTION. Queries in Microsoft Access. This course is designed for users with a to create queries in Microsoft Access. COURSE DESCRIPTION Course Name Queries in Microsoft Access Audience need This course is designed for users with a to create queries in Microsoft Access. Prerequisites * Keyboard and mouse skills * An understanding

More information

Use Find & Replace Commands under Home tab to search and replace data.

Use Find & Replace Commands under Home tab to search and replace data. Microsoft Access 2: Managing Data in Tables and Creating Relationships You have created tables in an Access database. Data in Access tables can be added, deleted, and updated to be current (practiced in

More information

MICROSOFT ACCESS 2003 TUTORIAL

MICROSOFT ACCESS 2003 TUTORIAL MICROSOFT ACCESS 2003 TUTORIAL M I C R O S O F T A C C E S S 2 0 0 3 Microsoft Access is powerful software designed for PC. It allows you to create and manage databases. A database is an organized body

More information

Microsoft Access 2010 handout

Microsoft Access 2010 handout Microsoft Access 2010 handout Access 2010 is a relational database program you can use to create and manage large quantities of data. You can use Access to manage anything from a home inventory to a giant

More information

Using Microsoft Access Databases

Using Microsoft Access Databases Using Microsoft Access Databases Print this document to use as a reference while you work through this course. Open Access, and follow all directions to familiarize yourself with the program. Database

More information

Microsoft Access 2000

Microsoft Access 2000 Microsoft Access 2000 Level 1 Region 4 Teaching, Learning and Technology Center Kaplan, LA Activity 1 Creating a Database 1. Open Microsoft Access 2000 a. Click on START, highlight Programs, point and

More information

INTRODUCTION TO MICROSOFT ACCESS Tables, Queries, Forms & Reports

INTRODUCTION TO MICROSOFT ACCESS Tables, Queries, Forms & Reports INTRODUCTION TO MICROSOFT ACCESS Tables, Queries, Forms & Reports Introduction...2 Tables...3 Designing a Table...3 Data Types...4 Relationships...8 Saving Object Designs and Saving Data...9 Queries...11

More information

TheEducationEdge. Export Guide

TheEducationEdge. Export Guide TheEducationEdge Export Guide 102111 2011 Blackbaud, Inc. This publication, or any part thereof, may not be reproduced or transmitted in any form or by any means, electronic, or mechanical, including photocopying,

More information

Search help. More on Office.com: images templates. Here are some basic tasks that you can do in Microsoft Excel 2010.

Search help. More on Office.com: images templates. Here are some basic tasks that you can do in Microsoft Excel 2010. Page 1 of 8 Excel 2010 Home > Excel 2010 Help and How-to > Getting started with Excel Search help More on Office.com: images templates Basic tasks in Excel 2010 Here are some basic tasks that you can do

More information

To reuse a template that you ve recently used, click Recent Templates, click the template that you want, and then click Create.

To reuse a template that you ve recently used, click Recent Templates, click the template that you want, and then click Create. What is Excel? Applies to: Excel 2010 Excel is a spreadsheet program in the Microsoft Office system. You can use Excel to create and format workbooks (a collection of spreadsheets) in order to analyze

More information

Microsoft Access 2010 Overview of Basics

Microsoft Access 2010 Overview of Basics Opening Screen Access 2010 launches with a window allowing you to: create a new database from a template; create a new template from scratch; or open an existing database. Open existing Templates Create

More information

Chapter 5. Microsoft Access

Chapter 5. Microsoft Access Chapter 5 Microsoft Access Topic Introduction to DBMS Microsoft Access Getting Started Creating Database File Database Window Table Queries Form Report Introduction A set of programs designed to organize,

More information

Introduction to Microsoft Access 2010

Introduction to Microsoft Access 2010 Introduction to Microsoft Access 2010 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

MicroStrategy Desktop

MicroStrategy Desktop MicroStrategy Desktop Quick Start Guide MicroStrategy Desktop is designed to enable business professionals like you to explore data, simply and without needing direct support from IT. 1 Import data from

More information

PROJECT ON MICROSOFT ACCESS (HOME TAB AND EXTERNAL DATA TAB) SUBMITTED BY: SUBMITTED TO: NAME: ROLL NO: REGN NO: BATCH:

PROJECT ON MICROSOFT ACCESS (HOME TAB AND EXTERNAL DATA TAB) SUBMITTED BY: SUBMITTED TO: NAME: ROLL NO: REGN NO: BATCH: PROJECT ON MICROSOFT ACCESS (HOME TAB AND EXTERNAL DATA TAB) SUBMITTED BY: SUBMITTED TO: NAME: ROLL NO: REGN NO: BATCH: INDEX Microsoft Access- An Overview 2 Datasheet view 4 Create a Table in Datasheet

More information

Business Computer Information Systems Student Book. Unit 6

Business Computer Information Systems Student Book. Unit 6 Business Computer Information Systems Student Book Unit 6 BUSINESS COMPUTER INFORMATION SYSTEMS UNIT six Telecommunications Technology Unit 6 Introduction... 1 Unit 6 Goals and Objectives... 1 I. The Telecommunications

More information

EXCEL PIVOT TABLE David Geffen School of Medicine, UCLA Dean s Office Oct 2002

EXCEL PIVOT TABLE David Geffen School of Medicine, UCLA Dean s Office Oct 2002 EXCEL PIVOT TABLE David Geffen School of Medicine, UCLA Dean s Office Oct 2002 Table of Contents Part I Creating a Pivot Table Excel Database......3 What is a Pivot Table...... 3 Creating Pivot Tables

More information

Getting Started with Excel 2008. Table of Contents

Getting Started with Excel 2008. Table of Contents Table of Contents Elements of An Excel Document... 2 Resizing and Hiding Columns and Rows... 3 Using Panes to Create Spreadsheet Headers... 3 Using the AutoFill Command... 4 Using AutoFill for Sequences...

More information

Query and Export Guide

Query and Export Guide Query and Export Guide 011712 2012 Blackbaud, Inc. This publication, or any part thereof, may not be reproduced or transmitted in any form or by any means, electronic, or mechanical, including photocopying,

More information

Advanced Excel 10/20/2011 1

Advanced Excel 10/20/2011 1 Advanced Excel Data Validation Excel has a feature called Data Validation, which will allow you to control what kind of information is typed into cells. 1. Select the cell(s) you wish to control. 2. Click

More information

Tutorial 3 Maintaining and Querying a Database

Tutorial 3 Maintaining and Querying a Database Tutorial 3 Maintaining and Querying a Database Microsoft Access 2013 Objectives Session 3.1 Find, modify, and delete records in a table Hide and unhide fields in a datasheet Work in the Query window in

More information

MICROSOFT ACCESS 2007 BOOK 2

MICROSOFT ACCESS 2007 BOOK 2 MICROSOFT ACCESS 2007 BOOK 2 4.1 INTRODUCTION TO ACCESS FIRST ENCOUNTER WITH ACCESS 2007 P 205 Access is activated by means of Start, Programs, Microsoft Access or clicking on the icon. The window opened

More information

Access Tutorial 3 Maintaining and Querying a Database. Microsoft Office 2013 Enhanced

Access Tutorial 3 Maintaining and Querying a Database. Microsoft Office 2013 Enhanced Access Tutorial 3 Maintaining and Querying a Database Microsoft Office 2013 Enhanced Objectives Session 3.1 Find, modify, and delete records in a table Hide and unhide fields in a datasheet Work in the

More information

How To Understand The Basic Concepts Of A Database And Data Science

How To Understand The Basic Concepts Of A Database And Data Science Database Concepts Using Microsoft Access lab 9 Objectives: Upon successful completion of Lab 9, you will be able to Understand fundamental concepts including database, table, record, field, field name,

More information

MS Access Lab 2. Topic: Tables

MS Access Lab 2. Topic: Tables MS Access Lab 2 Topic: Tables Summary Introduction: Tables, Start to build a new database Creating Tables: Datasheet View, Design View Working with Data: Sorting, Filtering Help on Tables Introduction

More information

Creating a Database in Access

Creating a Database in Access Creating a Database in Access Microsoft Access is a database application. A database is collection of records and files organized for a particular purpose. For example, you could use a database to store

More information

Spreadsheet - Introduction

Spreadsheet - Introduction CSCA0102 IT and Business Applications Chapter 6 Spreadsheet - Introduction Spreadsheet A spreadsheet (or spreadsheet program) is software that permits numerical data to be used and to perform automatic

More information

Intro to Mail Merge. Contents: David Diskin for the University of the Pacific Center for Professional and Continuing Education. Word Mail Merge Wizard

Intro to Mail Merge. Contents: David Diskin for the University of the Pacific Center for Professional and Continuing Education. Word Mail Merge Wizard Intro to Mail Merge David Diskin for the University of the Pacific Center for Professional and Continuing Education Contents: Word Mail Merge Wizard Mail Merge Possibilities Labels Form Letters Directory

More information

Merging Labels, Letters, and Envelopes Word 2013

Merging Labels, Letters, and Envelopes Word 2013 Merging Labels, Letters, and Envelopes Word 2013 Merging... 1 Types of Merges... 1 The Merging Process... 2 Labels - A Page of the Same... 2 Labels - A Blank Page... 3 Creating Custom Labels... 3 Merged

More information

Microsoft Office Access 2007 which I refer to as Access throughout this book

Microsoft Office Access 2007 which I refer to as Access throughout this book Chapter 1 Getting Started with Access In This Chapter What is a database? Opening Access Checking out the Access interface Exploring Office Online Finding help on Access topics Microsoft Office Access

More information

Beginning Microsoft Access

Beginning Microsoft Access Beginning Microsoft Access A database is a collection of information. Common collections of information that can be entered into a database include the library card catalog, a recipe box, or your personal

More information

Microsoft Word 2010 Mail Merge (Level 3)

Microsoft Word 2010 Mail Merge (Level 3) IT Services Microsoft Word 2010 Mail Merge (Level 3) Contents Introduction...1 Creating a Data Set...2 Creating the Merge Document...2 The Mailings Tab...2 Modifying the List of Recipients...3 The Address

More information

Advanced Database Concepts Using Microsoft Access

Advanced Database Concepts Using Microsoft Access Advanced Database Concepts Using Microsoft Access lab 10 Objectives: Upon successful completion of Lab 10, you will be able to Understand database terminology, including database, table, record, field,

More information

Databases in Microsoft Access David M. Marcovitz, Ph.D.

Databases in Microsoft Access David M. Marcovitz, Ph.D. Databases in Microsoft Access David M. Marcovitz, Ph.D. Introduction Schools have been using integrated programs, such as Microsoft Works and Claris/AppleWorks, for many years to fulfill word processing,

More information

Using FileMaker Pro with Microsoft Office

Using FileMaker Pro with Microsoft Office Hands-on Guide Using FileMaker Pro with Microsoft Office Making FileMaker Pro Your Office Companion page 1 Table of Contents Introduction... 3 Before You Get Started... 4 Sharing Data between FileMaker

More information

Microsoft Access 2010: Basics & Database Fundamentals

Microsoft Access 2010: Basics & Database Fundamentals Microsoft Access 2010: Basics & Database Fundamentals This workshop assumes you are comfortable with a computer and have some knowledge of other Microsoft Office programs. Topics include database concepts,

More information

LEGISLATOR DATABASE. September, 2012

LEGISLATOR DATABASE. September, 2012 LEGISLATOR DATABASE September, 2012 1. INTRODUCTION 2. LIST OF QUERIES 3. FIELDS 4. QUERY DESCRIPTIONS 5. USING THE LEGISLATOR DATABASE QUERIES 6. DOWNLOADING THE LEGISLATOR DATABASE FROM THE CGA HOME

More information

Beginning Level Microsoft Access (Database)

Beginning Level Microsoft Access (Database) Beginning Level Microsoft Access (Database) Cleveland Heights - University Heights Schools Summer 1999 Index Database Introduction 1 Creating Tables 3 Entering Information in Records 6 Creating Forms 9

More information

Access 2007 Essentials

Access 2007 Essentials Access 2007 Essentials Sample Corporate Training Materials All of our training products are fully customizable and are perfect for one day and half day workshops. You can easily update or insert your own

More information

Introduction to Microsoft Access 2003

Introduction to Microsoft Access 2003 Introduction to Microsoft Access 2003 Zhi Liu School of Information Fall/2006 Introduction and Objectives Microsoft Access 2003 is a powerful, yet easy to learn, relational database application for Microsoft

More information

Access 2007 Creating Forms Table of Contents

Access 2007 Creating Forms Table of Contents Access 2007 Creating Forms Table of Contents CREATING FORMS IN ACCESS 2007... 3 UNDERSTAND LAYOUT VIEW AND DESIGN VIEW... 3 LAYOUT VIEW... 3 DESIGN VIEW... 3 UNDERSTAND CONTROLS... 4 BOUND CONTROL... 4

More information

INTRODUCTION TO DATABASES USING MICROSOFT ACCESS

INTRODUCTION TO DATABASES USING MICROSOFT ACCESS INTRODUCTION TO DATABASES USING MICROSOFT ACCESS ILLUSTRATION GUIDE Introduction to Databases Using Microsoft Access Page 1 of 30 OVERVIEW The guide illustrates the step-by-step basics of creating and

More information

Access NAMES Computerized Database

Access NAMES Computerized Database Access NAMES Computerized Database 2014 USER'S GUIDE Last Updated: 4/2014 Prepared by: BEVERLY J. SIMS COMPUTER SPECIALIST bsims@uaex.edu 501-671-2263 The Division of Agriculture offers its programs to

More information

Chapter Using Mail Merge

Chapter Using Mail Merge Writer Guide 11 Chapter Form letters, mailing labels, and envelopes Copyright This document is Copyright 2008 by its contributors as listed in the section titled Authors. You may distribute it and/or modify

More information

FileMaker Pro 10. Tutorial

FileMaker Pro 10. Tutorial FileMaker Pro 10 Tutorial 2007-2009 FileMaker, Inc. All rights reserved. FileMaker, Inc. 5201 Patrick Henry Drive Santa Clara, California 95054 FileMaker, the file folder logo, Bento and the Bento logo

More information

Creating tables in Microsoft Access 2007

Creating tables in Microsoft Access 2007 Platform: Windows PC Ref no: USER 164 Date: 25 th October 2007 Version: 1 Authors: D.R.Sheward, C.L.Napier Creating tables in Microsoft Access 2007 The aim of this guide is to provide information on using

More information

Working with Tables: How to use tables in OpenOffice.org Writer

Working with Tables: How to use tables in OpenOffice.org Writer Working with Tables: How to use tables in OpenOffice.org Writer Title: Working with Tables: How to use tables in OpenOffice.org Writer Version: 1.0 First edition: January 2005 First English edition: January

More information

Access I 2010. Tables, Queries, Forms, Reports. Lourdes Day, Technology Specialist, FDLRS Sunrise

Access I 2010. Tables, Queries, Forms, Reports. Lourdes Day, Technology Specialist, FDLRS Sunrise Access I 2010 Tables, Queries, Forms, Reports Lourdes Day, Technology Specialist, FDLRS Sunrise Objectives Participants will 1. create and edit a table 2. create queries with criteria 3. create and edit

More information

Excel Database Management Microsoft Excel 2003

Excel Database Management Microsoft Excel 2003 Excel Database Management Microsoft Reference Guide University Technology Services Computer Training Copyright Notice Copyright 2003 EBook Publishing. All rights reserved. No part of this publication may

More information

Timeless Time and Expense Version 3.0. Copyright 1997-2009 MAG Softwrx, Inc.

Timeless Time and Expense Version 3.0. Copyright 1997-2009 MAG Softwrx, Inc. Timeless Time and Expense Version 3.0 Timeless Time and Expense All rights reserved. No parts of this work may be reproduced in any form or by any means - graphic, electronic, or mechanical, including

More information

FileMaker Pro 11. Tutorial

FileMaker Pro 11. Tutorial FileMaker Pro 11 Tutorial 2007 2010 FileMaker, Inc. All Rights Reserved. FileMaker, Inc. 5201 Patrick Henry Drive Santa Clara, California 95054 FileMaker is a trademark of FileMaker, Inc. registered in

More information

Catalog Creator by On-site Custom Software

Catalog Creator by On-site Custom Software Catalog Creator by On-site Custom Software Thank you for purchasing or evaluating this software. If you are only evaluating Catalog Creator, the Free Trial you downloaded is fully-functional and all the

More information

Client Marketing: Sets

Client Marketing: Sets Client Marketing Client Marketing: Sets Purpose Client Marketing Sets are used for selecting clients from the client records based on certain criteria you designate. Once the clients are selected, you

More information

IN THIS PROJECT, YOU LEARN HOW TO

IN THIS PROJECT, YOU LEARN HOW TO UNIT 2 PROJECT 11 CREATING A CUSTOMIZED DATABASE IN THIS PROJECT, YOU LEARN HOW TO Examine a Database and Its Objects Create Tables and Set Field Properties in Design View Create Relationships Add and

More information

Search help. More on Office.com: images templates

Search help. More on Office.com: images templates Page 1 of 14 Access 2010 Home > Access 2010 Help and How-to > Getting started Search help More on Office.com: images templates Access 2010: database tasks Here are some basic database tasks that you can

More information

Intellect Platform - The Workflow Engine Basic HelpDesk Troubleticket System - A102

Intellect Platform - The Workflow Engine Basic HelpDesk Troubleticket System - A102 Intellect Platform - The Workflow Engine Basic HelpDesk Troubleticket System - A102 Interneer, Inc. Updated on 2/22/2012 Created by Erika Keresztyen Fahey 2 Workflow - A102 - Basic HelpDesk Ticketing System

More information

Consider the possible problems with storing the following data in a spreadsheet:

Consider the possible problems with storing the following data in a spreadsheet: Microsoft Access 2010 Part 1: Introduction to Database Design What is a database? Identifying entities and attributes Understanding relationships and keys Developing tables and other objects Planning a

More information

Microsoft Office Access 2007 Basics

Microsoft Office Access 2007 Basics Access(ing) A Database Project PRESENTED BY THE TECHNOLOGY TRAINERS OF THE MONROE COUNTY LIBRARY SYSTEM EMAIL: TRAININGLAB@MONROE.LIB.MI.US MONROE COUNTY LIBRARY SYSTEM 734-241-5770 1 840 SOUTH ROESSLER

More information

ECDL. European Computer Driving Licence. Database Software BCS ITQ Level 1. Syllabus Version 1.0

ECDL. European Computer Driving Licence. Database Software BCS ITQ Level 1. Syllabus Version 1.0 ECDL European Computer Driving Licence Database Software BCS ITQ Level 1 Using Microsoft Access 2013 Syllabus Version 1.0 This training, which has been approved by BCS, includes exercise items intended

More information

Create a New Database in Access 2010

Create a New Database in Access 2010 Create a New Database in Access 2010 Table of Contents OVERVIEW... 1 CREATING A DATABASE... 1 ADDING TO A DATABASE... 2 CREATE A DATABASE BY USING A TEMPLATE... 2 CREATE A DATABASE WITHOUT USING A TEMPLATE...

More information

Microsoft Excel 2010 Part 3: Advanced Excel

Microsoft Excel 2010 Part 3: Advanced Excel CALIFORNIA STATE UNIVERSITY, LOS ANGELES INFORMATION TECHNOLOGY SERVICES Microsoft Excel 2010 Part 3: Advanced Excel Winter 2015, Version 1.0 Table of Contents Introduction...2 Sorting Data...2 Sorting

More information

Basics Series-4004 Database Manager and Import Version 9.0

Basics Series-4004 Database Manager and Import Version 9.0 Basics Series-4004 Database Manager and Import Version 9.0 Information in this document is subject to change without notice and does not represent a commitment on the part of Technical Difference, Inc.

More information

Creating and Using Forms in SharePoint

Creating and Using Forms in SharePoint Creating and Using Forms in SharePoint Getting started with custom lists... 1 Creating a custom list... 1 Creating a user-friendly list name... 1 Other options for creating custom lists... 2 Building a

More information

Rochester Institute of Technology. Oracle Training: Advanced Financial Application Training

Rochester Institute of Technology. Oracle Training: Advanced Financial Application Training Rochester Institute of Technology Oracle Training: Advanced Financial Application Training Table of Contents Introduction Lesson 1: Lesson 2: Lesson 3: Lesson 4: Creating Journal Entries using Excel Account

More information

Introduction to Microsoft Access XP

Introduction to Microsoft Access XP Introduction to Microsoft Access XP Access is the database management system in Microsoft Office. A database is an organized collection of facts about a particular subject. An address book or a library

More information

INTRODUCTION TO THE ACCESS DATABASE Keeping student records

INTRODUCTION TO THE ACCESS DATABASE Keeping student records ESSENTIAL MICROSOFT OFFICE 2007: Tutorial for Teachers Copyright Bernard John Poole, 2007. All rights reserved 6 INTRODUCTION TO THE ACCESS DATABASE Keeping student records LEARNING OUTCOMES In this tutorial

More information

Tommy B. Harrington 104 Azalea Drive Greenville, NC 27858 Email: tommy@tommyharrington.com

Tommy B. Harrington 104 Azalea Drive Greenville, NC 27858 Email: tommy@tommyharrington.com M o s t U s e f u l E x c e l C o m m a n d s Tommy B. Harrington 104 Azalea Drive Greenville, NC 27858 Email: tommy@tommyharrington.com Computer Training YOU Can Understand! Most Useful Excel Commands

More information

Instructions for Creating Silly Survey Database

Instructions for Creating Silly Survey Database Instructions for Creating Silly Survey Database Create a New Database 1. Find the shortcut or the file that starts MS Access and click it to activate the program. 2. In the Create a New Database Using

More information

Word 2010: Mail Merge to Email with Attachments

Word 2010: Mail Merge to Email with Attachments Word 2010: Mail Merge to Email with Attachments Table of Contents TO SEE THE SECTION FOR MACROS, YOU MUST TURN ON THE DEVELOPER TAB:... 2 SET REFERENCE IN VISUAL BASIC:... 2 CREATE THE MACRO TO USE WITHIN

More information

Microsoft Access 2007 Module 1

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

More information

Microsoft Access 2007

Microsoft Access 2007 How to Use: Microsoft Access 2007 Microsoft Office Access is a powerful tool used to create and format databases. Databases allow information to be organized in rows and tables, where queries can be formed

More information

FileMaker Pro 12. Tutorial

FileMaker Pro 12. Tutorial FileMaker Pro 12 Tutorial 2007 2012 FileMaker, Inc. All Rights Reserved. FileMaker, Inc. 5201 Patrick Henry Drive Santa Clara, California 95054 FileMaker and Bento are trademarks of FileMaker, Inc. registered

More information

Lab 2: MS ACCESS Tables

Lab 2: MS ACCESS Tables Lab 2: MS ACCESS Tables Summary Introduction to Tables and How to Build a New Database Creating Tables in Datasheet View and Design View Working with Data on Sorting and Filtering 1. Introduction Creating

More information

MICROSOFT OUTLOOK 2010 READ, ORGANIZE, SEND AND RESPONSE E-MAILS

MICROSOFT OUTLOOK 2010 READ, ORGANIZE, SEND AND RESPONSE E-MAILS MICROSOFT OUTLOOK 2010 READ, ORGANIZE, SEND AND RESPONSE E-MAILS Last Edited: 2012-07-09 1 Read Emails... 4 Find the inbox... 4 Change new incoming e-mail notification options... 5 Read email... 6 Change

More information

Outlook Email. User Guide IS TRAINING CENTER. 833 Chestnut St, Suite 600. Philadelphia, PA 19107 215-503-7500

Outlook Email. User Guide IS TRAINING CENTER. 833 Chestnut St, Suite 600. Philadelphia, PA 19107 215-503-7500 Outlook Email User Guide IS TRAINING CENTER 833 Chestnut St, Suite 600 Philadelphia, PA 19107 215-503-7500 This page intentionally left blank. TABLE OF CONTENTS Getting Started... 3 Opening Outlook...

More information

Setting up a basic database in Access 2007

Setting up a basic database in Access 2007 Setting up a basic database in Access 2007 1. Open Access. This is the screen that you should see 2. Click on Blank database 3. Enter the name customer mailing list in the file name section (this will

More information

To launch the Microsoft Excel program, locate the Microsoft Excel icon, and double click.

To launch the Microsoft Excel program, locate the Microsoft Excel icon, and double click. EDIT202 Spreadsheet Lab Assignment Guidelines Getting Started 1. For this lab you will modify a sample spreadsheet file named Starter- Spreadsheet.xls which is available for download from the Spreadsheet

More information

Advanced Excel Charts : Tables : Pivots : Macros

Advanced Excel Charts : Tables : Pivots : Macros Advanced Excel Charts : Tables : Pivots : Macros Charts In Excel, charts are a great way to visualize your data. However, it is always good to remember some charts are not meant to display particular types

More information

INTRODUCTION TO EXCEL

INTRODUCTION TO EXCEL INTRODUCTION TO EXCEL 1 INTRODUCTION Anyone who has used a computer for more than just playing games will be aware of spreadsheets A spreadsheet is a versatile computer program (package) that enables you

More information

Advanced Presentation Features and Animation

Advanced Presentation Features and Animation There are three features that you should remember as you work within PowerPoint 2007: the Microsoft Office Button, the Quick Access Toolbar, and the Ribbon. The function of these features will be more

More information

Excel 2007 Basic knowledge

Excel 2007 Basic knowledge Ribbon menu The Ribbon menu system with tabs for various Excel commands. This Ribbon system replaces the traditional menus used with Excel 2003. Above the Ribbon in the upper-left corner is the Microsoft

More information