Content-Based Assessments. Mastering Access. For Project 13L, you will need the following file: a13l_lab_administrators

Size: px
Start display at page:

Download "Content-Based Assessments. Mastering Access. For Project 13L, you will need the following file: a13l_lab_administrators"

Transcription

1 CH13_student_cd.qxd 10/17/08 7:17 AM Page 1 Mastering Access Project 13L Lab Administrators In this project, you will apply the skills you practiced from the Objectives in Project 13A. Objectives: 1. Open an Existing Database; 2. Create Table Relationships; 3. Sort Records in a Table; 4. Create a Query in Design View; 5. Create a New Query from an Existing Query; 6. Sort Query Results; 7. Specify Criteria in a Query. In the following Mastering Access project, you will assist Stephanie Cannon, Computing Services Director at the college, in querying the database to answer questions about computer lab administrators and their skill specialties. Your query results will look similar to those shown in Figure For Project 13L, you will need the following file: a13l_lab_administrators You will save your database as 13L_Lab_Administrators_Firstname_Lastname Figure (Project 13L Lab Administrators continues on the next page) Project 13L: Lab Administrators Access 1

2 CH13_student_cd.qxd 10/17/08 7:17 AM Page 2 Mastering Access (Project 13L Lab Administrators continued) 1. Navigate to the location where the student files for this textbook are saved. Locate a13l_lab_administrators and click one time to select the file. Copy and then Paste the file to your Access Chapter 13 folder. Rename the file as 13L_Lab_ Administrators_Firstname_Lastname and then Start Access. Navigate to your Access Chapter 13 folder, open 13L_Lab_ Administrators, and then Enable this content. 2. Open the Navigation Pane, and then open the database tables. Examine their fields and records to become familiar with the data, Close the tables, and then Close the Navigation Pane. Create a one-tomany relationship between the 13L Lab Administrators table and the 13L Labs table based on the Employee ID field, and then Enforce Referential Integrity; one Lab Administrator can be responsible for many Labs. Create the Relationship Report and Save it with the default name. Print or submit the report electronically as directed, and then Close all open objects. 3. Open the Navigation Pane, open the 13L Lab Administrators table, and then Close the Navigation Pane. Notice the + signs that indicate the relationships you created. Perform a multiple-field sort on the table as follows: Sort the Last Name field (innermost sort field) in Ascending order, and then sort the Position field (outermost sort field) in Descending order. The table is sorted by Position, with Lab Managers listed first, Lab Directors second, and Lab Assistants third, and within each Position, the names are alphabetized by Last Name. After examining the organization of the data, Clear All Sorts, Close the table, and do not save the changes. 4. Create a query in Query Design view, Add the 13L Lab Administrators table to the table area, and then expand the field list. Add fields to the design grid so that your query will answer the question, What are the Employee ID, First Name, and Last Name of each Lab Administrator in alphabetical order by Last Name, and what is each Lab Administrator s Position and Skill Specialty, if any? Run the query, Save it as 13L Position List Firstname Lastname and then Print or submit the query electronically as directed. Leave the query open. 5. Using the 13L Position List query, Create a query. Save the query as 13L Lab Managers Firstname Lastname and then switch to Design view. Edit the design grid so that the query will answer the question, What are the First Name, Last Name, Employee ID, and Phone Number of those who have the Position of Lab Manager, sorted alphabetically by Last Name? Display the fields in the order listed in the question, display only the fields listed in the question, and do not show the Position field in the query results. Six employees have the position of Lab Manager. Print or submit the query electronically as directed, Close the query, saving changes to the design. 6. Create a query in Query Design view using on the 13L Labs table to answer the question, What are the LAB ID, Lab Name, and Room# of every lab in the Business IT Division and the English Division, sorted alphabetically by Lab Name? (Hint: Open the 13L Labs table to see how the division data is stored.) Display the fields in the order listed in the question. Eight records meet the criteria. Save the query as 13L Business and English Labs Firstname Lastname and then Print or submit the query electronically as directed. Close the query, Close the Database, and then Exit Access. You have complete Project 13L 2 Access Chapter 13: Sort and Query a Database

3 CH13_student_cd.qxd 10/17/08 7:17 AM Page 3 Mastering Access Project 13M Bookstore Inventory In this project, you will apply the skills you practiced from the Objectives in Project 13B. Objectives: 8. Create a New Table by Importing an Excel Spreadsheet; 9. Specify Numeric Criteria in a Query; 10. Use Compound Criteria; 11. Create a Query Based on More Than One Table; 12. Use Wildcards in a Query; 13. Use Calculated Fields in a Query; 14. Group Data and Calculate Statistics in a Query. In the following Mastering Access project, you will assist Nancy Pelo, College Bookstore Manager, in using her database to answer questions about the bookstore inventory. Your query results will look similar to those shown in Figure Figure For Project 13M, you will need the following files: a13m_bookstore_inventory a13m_vendors (Excel file) You will save your database as 13M_Bookstore_Inventory_Firstname_Lastname (Project 13M Bookstore Inventory continues on the next page) Project 13M: Bookstore Inventory Access 3

4 CH13_student_cd.qxd 10/17/08 7:17 AM Page 4 Mastering Access (Project 13M Bookstore Inventory continued) 1. Navigate to the location where the student files for this textbook are saved. Locate a13m_bookstore_inventory and click one time to select the file. Copy and then Paste the file to your Access Chapter 13 folder. Rename the file as 13M_Bookstore_ Inventory_Firstname_Lastname and then Start Access. Navigate to your Access Chapter 13 folder, open 13M_Bookstore_ Inventory, and then Enable this content. 2. Import the a13m_vendors Excel spreadsheet from the student data files that accompany this textbook into the current database. Use the first row of the spreadsheet as the column headings, and choose the Vendor ID field as the Primary Key. Name the table 13M Vendors 3. Open the Navigation Pane, Open the two database tables, and then examine their fields and records to become familiar with the data. Close the tables, and then Close the Navigation Pane. Create a one-to-many relationship between the 13M Vendors table and the 13M Purchase Orders table based on the Vendor ID field, and then Enforce Referential Integrity; one Vendor can have many Purchase Orders. Create the Relationship Report, saving it with the default name. Print or submit the report electronically as directed, and then Close all open objects. 4. Create a query in Query Design view using the 13M Purchase Orders table to answer the question, What are the Vendor ID, Purchase Amount, Purchase Order Number, and Store Category for purchases greater than $10,000? Display the fields in the order listed in the question. Eleven records meet the criteria. Save the query as 13M Purchases Over $10K Firstname Lastname and then Print or submit the query electronically as directed. Leave the query open. (Project 13M Bookstore Inventory continues on the next page) 4 Access Chapter 13: Sort and Query a Database 5. Create a query from the 13M Purchases Over $10k query. Save the query as 13M Purchases 1st Quarter Firstname Lastname and then redesign the query to answer the question, In chronological order by Date Issued, which Purchase Order Numbers were issued between 01/01/2009 and 03/31/2009, for what amount, and to which Vendor ID? Display the fields in the order listed in the question, display only the fields listed in the question, and do not restrict the purchase amount. Do not show the Date Issued field in the query results. Seventeen records meet the criteria. Print or submit the query electronically as directed. Close the query. 6. Create a query in Query Design view using the 13M Purchase Orders table to answer the question, Which Purchase Order Numbers issued for the Textbooks department had a Purchase Amount greater than $30,000 and for what amount? Do not show the Dept field in the result. Two records meet the criteria. Save the query as 13M Textbook Orders Over $30K Firstname Lastname and then Print or submit electronically the query as directed. Close the query. 7. Create a query in Query Design view using the 13M Purchase Orders table to answer the question, Which Purchase Order Numbers were issued for either the Supplies Department or the Sundries Department and for what amount, with the amounts listed in descending order? Display the results in the order listed in the question. Fourteen records meet the criteria. Save the query as 13M Supplies and Sundries Firstname Lastname and then Print or submit the query electronically as directed. Close the query.

5 CH13_student_cd.qxd 10/17/08 7:17 AM Page 5 Mastering Access (Project 13M Bookstore Inventory continued) 8. Create a query in Query Design view using both tables to answer the question, Which Purchase Order Numbers were issued for either the Textbooks Department or Technology Department, sorted in Ascending order by Department name, and what is the Vendor Name and amount of each purchase order? Display the results in the order listed in the question. Apply Best Fit to the columns in the query results. Twelve records meet the criteria. Save the query as 13M Textbooks and Technology Firstname Lastname and then Print or submit the query electronically as directed. Close the query. 9. Create a query in Query Design view. Use the 13M Vendors table, and then by using a wildcard in the format of C*, answer the following question: What are the Vendor Name, Address, City, State, and ZIP of all vendors in the cities of Clearwater, Cape Coral or Cocoa Beach, and who is their Sales Rep? Display the results in the order listed in the question. Five records meet the criteria. Apply Best Fit to the columns in the query results. Save the query as 13M Rep Names Firstname Lastname and then Print or submit the query electronically as directed. Close the query. 10. Create a query in Query Design view. Use the 13M Purchase Orders table, and then by using the Sum aggregate function, answer the question, What are the total Purchase Order Amounts for each Department? Display the results in the order listed in the question. The total amount for the Sundries Department is $14, Apply Best Fit to the columns in the result. Save the query as 13M Totals by Department Firstname Lastname and then Print or submit the query electronically as directed. Close the query. 11. The state government announced a 1 percent reduction for college textbook purchases. Create a query to answer the question, For each Purchase Order Number, assuming the state reduces each Purchase Amount by 1 percent, what will be the Amount of Reduction and the New Purchase Amount? (Hint: First compute the amount of the reduction, naming the new field Amount of Reduction and then calculate the new purchase amount, naming the new field New Purchase Amount) Change the properties of the new fields so that the Format is Currency and the Decimal Places are set to 2. For the first record, PO#-2311, the Amount of Reduction is $428.65, and the New Purchase Amount is $42, Apply Best Fit to the columns in the query results. Save the query as 13M Cost Reduction Firstname Lastname and then display the query results in Print Preview. Set the orientation to Landscape, and then Print or submit the query electronically as directed. Close the query. Close the Database and then Exit Access. You have completed Project 13M Project 13M: Bookstore Inventory Access 5

6 CH13_student_cd.qxd 10/17/08 7:17 AM Page 6 Business Running Case Project 13N Nelson Clients In this project, you will construct a solution by applying any combination of the skills you practiced from the Objectives in Projects 13A and 13B. Jennifer Nelson graduated with a Master of Architecture degree and honed her space planning and design skills in a large architectural firm before opening her own firm. Nelson Architectural Planning specializes in corporate space planning, facility layouts, and interior design for high-tech companies in northern California. Jennifer s team includes two network specialists who help assure that every client s space is scalable for continuous upgrades in computer systems and networking. Nelson Architectural Planning also maintains an inventory of office furniture and accessories, such as mobile workstations, office chairs, and desk lamps. Nelson Architectural Planning wants to add to their database of clients and services. Jennifer has asked her office manager, Melissa Lind, to add additional records to each table in the database and create queries to answer questions about the database. Your final document should look similar to Figure Figure For Project 13N, you will need the following files: 12N_Nelson_Clients_Firstname_Lastname (your file from Chapter 12) a13n_clients (Excel file) a13n_transactions (Excel file) You will save your database as 13N_Nelson_Clients_Firstname_Lastname 6 Access Chapter 13: Sort and Query a Database (Project 13N Nelson Clients continues on the next page)

7 CH13_student_cd.qxd 10/17/08 7:17 AM Page 7 Business Running Case (Project 13N Nelson Clients continued) 1. Locate your file 12N_Nelson_Clients_Firstname_Lastname that you created in Access Chapter 12. Copy and Paste the file to your Access Chapter 13 folder, and then Rename it 13N_Nelson_Clients_Firstname_Lastname Start Access. Open your database, and then Enable this content. 2. Jennifer decided she does not need all the fields listed in the Nelson Clients Firstname Lastname table. Open this table and Delete the following fields: Home Phone, Mobile Phone, Fax Number, Country/Region, Notes, and Attachments. Jennifer will keep the Web Page field for the existing clients. For the existing clients in the database, enter the follow addresses and Web page information. As you enter Web page addresses, the text is underscored and displays in blue indicating a hyperlink to the Internet. Client ID Company Address City State/ Province ZIP Code Web Page 1102-C 12th Street Technology 49 12th Street San Francisco CA C Newton Software Studio 1217-C Bluegrass Technology 1289-C Music Gremlin Media 1314-C Park Lake Multimedia 1101 Bayview Avenue 901 Mountain Loop 15 West Avenue 1200 Mission Street Oakland CA San Bernardino CA Mill Creek CA Santa Clara CA Select all the columns in your Nelson Clients table and apply Best Fit; scroll as necessary to accomplish this. Then Close and Save the table. On the Ribbon, click the External Data tab, and then in the Import group, click the Excel button. In the Get External Data Excel Spreadsheet dialog box, to the right of the File name box, click the Browse button. In the File Open dialog box, click the Look in arrow, navigate to the location where the files for this textbook are stored, and then click the Excel file a13n_clients. In the lower right corner, click Open. Locate and then click the second options button Append a copy of the records to the table. At the end of the option button, be sure your Nelson Clients table displays, and then in the lower right corner, click OK. Click Next, click Finish, and then click Close. 4. Open your Nelson Clients table, confirm that the new records from the Excel spreadsheet were added to the table, and then Close the table and Close the Navigation Pane. (Project 13N Nelson Clients continues on the next page) Project 13N: Nelson Clients Access 7

8 CH13_student_cd.qxd 10/17/08 7:17 AM Page 8 Business Running Case (Project 13N Nelson Clients continued) 5. To add additional transactions to the Nelson Transactions table, on the Ribbon, click the External Data tab, and then in the Import group, click the Excel button. In the Get External Data Excel Spreadsheet dialog box, to the right of the File name box, click the Browse button. In the File Open dialog box, click the Look in arrow, navigate to the location where the files for this textbook are stored, and then click the Excel file a13n_transactions. In the lower right corner, click Open. Click the Append a copy of the records to the table option button. At the end of the option button, click the arrow, and then from the list, click your Nelson Transactions Firstname Lastname table. In the lower right corner, click OK. Click Next, click Finish, and then click Close. 6. Open your Nelson Transactions table and examine the fields and records to become familiar with the data; then Close the table. Create a one-to-many relationship between the Nelson Clients table and the Nelson Transactions table based on the Client ID field and Enforce Referential Integrity; one client can have many service transactions. Create the Relationship Report, and Save it with the default name. Print the report or submit electronically as directed, Close all open objects. 7. Open your Nelson Clients table; notice the + signs that indicate the relationships you created. Perform a multiple-field sort on the table to sort clients in alphabetic order by Company within groups of cities, and sort the City names in alphabetic order. Remember to sort first by the innermost sort field. After examining the sorted table, Clear All Sorts, Close the table, and do not save the changes. 8. Create a new query in Query Design view, based on the Nelson Transactions table, to answer the question What are the Service Name (in alphabetical order), Date of Service, Amount Billed, and Category for Transactions less than or equal to $500? Be sure the fields display in the order listed in the question. Six records meet the criteria. Save the query as 13N Service $500 or Less Firstname Lastname Print or submit electronically as directed; leave the query open. 9. Create a new query from the existing query and Save it as 13N Transactions March Firstname Lastname Add the 13N Nelson Clients table to the table area, and then redesign the query to answer the question In chronological order by Service Date, which services were provided between 03/01/2009 and 03/31/2009, for what amount, and for which client company? Be sure the fields display in the order listed in the question, display only the fields listed in the question, and do not restrict the amount. Fifteen records meet the criteria. Print or submit electronically as directed; Close the query and Save the design changes. 10. Create a new query in Query Design view to answer the question Which services were provided for the Design or Planning category for amounts greater than $2000, listed in descending order by amount? (Hint: Use one row for the Category criteria; or, if you use two rows for the Category criteria, type >2000 on both lines.) Seven records meet the criteria. Save the query as 13N Design or Planning Over $2K Firstname Lastname Print or submit electronically as directed; Close the query and Save any changes. (Project 13N Nelson Clients continues on the next page) 8 Access Chapter 13: Sort and Query a Database

9 CH13_student_cd.qxd 10/17/08 7:17 AM Page 9 Business Running Case (Project 13N Nelson Clients continued) 11. Create a new query in Query Design view, and then by using a wildcard in the form Sa* answer the question In alphabetic order by last name, what are the client ID, first name, last name, and city of all clients in the cities of San Francisco, Santa Clara, and San Bernardino? Three records meet the criteria. Save the query as 13N Cities Firstname Lastname Print or submit electronically as directed; Close the query and Save any changes. 12. Create a new query in Query Design view based on the Nelson Clients table to answer the question What are the company names of clients for which the business phone number is missing? Two clients are missing business phone numbers. Save the query as 13N Missing Phone Firstname Lastname Print or submit electronically as directed, and then Close the query. 13. Create a new query in Query Design view, and then by using the Sum aggregate function, answer the question In descending order by amount, what are the total transactions for each category? Apply Best Fit to the columns in the result, then Save the query as 13N Totals by Category Firstname Lastname Print or submit electronically as directed; Close the query and Save any changes. 14. Nelson Architectural Planning participates in the Community Parks Fund Drive each April, and donates 5 percent of the amount billed for each April transaction to this event. By using a calculated field and both tables, answer the question In ascending order by invoice number, what are the amount billed and donated amount for each April transaction? Name the new field Donated Amount Thirty transactions took place in April. Change the properties of all the fields to display in Currency format with 0 Decimal Places. Apply Best Fit to the columns in the query result. Save the query as 13N Nelson Donation Firstname Lastname Print or submit electronically as directed. Close the query and Save any changes. Close the Database, and then Exit Access. You have completed Project 13N Project 13N: Nelson Clients Access 9

10 CH13_student_cd.qxd 10/17/08 7:17 AM Page 10 Outcomes-Based Assessments Problem Solving Project 13O Faculty Awards In this project, you will construct a solution by applying any combination of the skills you practiced from the Objectives in Projects 13A and 13B. For Project 13O, you will need the following files: a13o_faculty_awards a13o_faculty_awards (Word document) You will save your database as 13O_Faculty_Awards_Firstname_Lastname Start Microsoft Word, and then from your student files, open the Word document a13o_faculty_awards. Use the skills you have practiced in this chapter to assist Angela Ta, President of the Faculty Association, in answering questions about faculty awards in your database 13O_Faculty_Awards_Firstname_Lastname. Save any queries that you create, include your name in the query title, and submit your queries as directed by your instructor. Record your answers to the questions in the Word document. You have completed Project 13O 10 Access Chapter 13: Sort and Query a Database

11 CH13_student_cd.qxd 10/17/08 7:17 AM Page 11 Outcomes-Based Assessments Problem Solving Project 13P Club Donations In this project, you will construct a solution by applying any combination of the skills you practiced from the Objectives in Projects 13A and 13B. For Project 13P, you will need the following files: a13p_club_donations a13p_club_donations (Word document) You will save your database as 13P_Club_Donations_Firstname_Lastname Start Microsoft Word, and then from your student files, open the Word document a13p_club_donations. Use the skills you have practiced in this chapter to assist Kathy Durbin, Director of Student Activities, in answering questions about donations to student clubs in your database 13P_Club_Donations_Firstname_Lastname. Save any queries that you create, include your name in the query title, and submit your queries as directed by your instructor. Record your answers to the questions in the Word document. You have completed Project 13P Project 13P: Club Donations Access 11

12 CH13_student_cd.qxd 10/17/08 7:17 AM Page 12 Outcomes-Based Assessments CD-ROM You and GO! Project 13Q Personal Inventory Database Queries In this project, you will construct a solution by applying any combination of the skills you practiced from the Objectives in Projects 13A and 13B. For Project 13Q, you will need the following file: 12Q_Personal_Inventory_Firstname_Lastname (your file from Chapter 12)! Create a personal database containing a household inventory of your possessions if you do not already have one from Project 12Q. Name the new database 13Q_Personal_Inventory_Firstname_Lastname Create the first table as a blank table. Your database should include at least 20 records. Include fields from room location, value, and data of purchase or acquisition. Your database should have items in several different locations. You will perform queries and sorting on the inventory table in your If you do have a database from Project 12Q, rename the database 13Q_Personal_Inventory_Firstname_Lastname Open your database and rename the inventory table 13Q Inventory Firstname Lastname Open the table and sort it by Current Value or Purchase Price in descending order. Print your results in Landscape or hold your work for electronic submission. Clear All Sorts, and then Close the table without saving the changes. # Create a query in Query Design view to answer the question in alphabetic order by Item name, which items were acquired in the past year and what was the Purchase Price (or Current Value depending on the fields available)? Run the query and save the result as 13M New Items Firstname Lastname Print the data or hold it for electronic submission. Close the database. You have completed Project 13Q 12 Access Chapter 13: Sort and Query a Database

13 CH13_student_cd.qxd 10/17/08 7:17 AM Page 13 Outcomes-Based Assessments GO! with Help Project 13R GO! with Help There are numerous wildcards that you can use in your queries. Use the Access Help system to find out more about wildcards in Access.! Start Access. Click the Microsoft Office Access Help button. Click the Search arrow, and then under Content from this computer, click Access Help. In the Search box, type wildcards, and then press J. Scroll through the list as necessary, and then click Using Wildcard Characters in String Comparisons. Review the information shown in this If you would like to keep a copy of this information, click the Print button. Click the Close button in the top right corner of the Help window to close the Help window, and then Exit Access. You have completed Project 13R Project 13R: GO! with Help Access 13

14 CH13_student_cd.qxd 10/17/08 7:17 AM Page 14 Outcomes-Based Assessments Group Business Running Case Project 13S Group Business Running Case In this project, you will apply the skills you practiced from the Objectives in Projects 13A and 13B. Your instructor may assign this group case project to your class. If your instructor assigns this project, he or she will provide you with information and instructions to work as part of a group. The group will apply the skills gained thus far to help the Bell Orchid Hotel Group achieve its business goals. You have completed Project 13S 14 Access Chapter 13: Sort and Query a Database

Content-Based Assessments

Content-Based Assessments Content-Based Assessments GO! Fix It Project 2H Social Sciences For Project 2H, you will need the following file: a02h_social_sciences Lastname_Firstname_2H_Social_Sciences 2a ccess In this project, you

More information

Content-Based Assessments

Content-Based Assessments Content-Based Assessments GO! Fix It Project 1H Scholarships For Project 1H, you will need the following file: a01h_scholarships Lastname_Firstname_1H_Scholarships In this project, you will make corrections

More information

Content-Based Assessments

Content-Based Assessments CH09_student_cd.qxd 10/17/08 7:06 AM Page 7 Excel 9 Project 9N Expense Summary the skills you practiced from the Objectives in Projects 9A and 9B. Jennifer Nelson graduated with a Master of Architecture

More information

Content-Based Assessments. Mastering PowerPoint. For Project 17L, you will need the following files:

Content-Based Assessments. Mastering PowerPoint. For Project 17L, you will need the following files: CH17_student_cd.qxd 10/15/08 12:59 PM Page 1 Mastering PowerPoint Project 17L Civic Center In this project, you will apply the skills you practiced from the Objectives in Project 17A. Objectives: 1. Customize

More information

Content-Based Assessments. Mastering PowerPoint. For Project 16L, you will need the following files:

Content-Based Assessments. Mastering PowerPoint. For Project 16L, you will need the following files: CH16_student_cd.qxd 10/17/08 7:39 AM Page 1 Project 16L Condos In this project, you will apply the skills you practiced from the Objectives in Project 16A. Objectives: 1. Format Slide Elements; 2. Insert

More information

Content-Based Assessments

Content-Based Assessments Apply a combination of the Content-Based Assessments GO! Fix It Project 3H Resume Workshops For Project 3H, you will need the following file: a03h_resume_workshops Lastname_Firstname_3H_Resume_Workshops

More information

CHAPTER 6 SUMMARY. Objective 1: Identify Good Database Design

CHAPTER 6 SUMMARY. Objective 1: Identify Good Database Design Objective 1: Identify Good Database Design CHAPTER 6 SUMMARY A database is an organized collection of data facts about people, events, things, or ideas related to a specific topic or purpose. Information

More information

CHAPTER TWO: SPREADS HEETS WITH EXCEL 1

CHAPTER TWO: SPREADS HEETS WITH EXCEL 1 CHAPTER TWO: SPREADS HEETS WITH EXCEL 1 CHAPTER 2 SPREADSHEETS WITH EXCEL TOPIC Create Pivot Tables Create and Modify Charts Sort and Filter CHAPTER TWO: SPREADS HEETS WITH EXCEL 2 CREATE AND MODIFY CHARTS

More information

PowerPoint Presentation to Accompany GO! All In One. Chapter 13

PowerPoint Presentation to Accompany GO! All In One. Chapter 13 PowerPoint Presentation to Accompany GO! Chapter 13 Create, Query, and Sort an Access Database; Create Forms and Reports 2013 Pearson Education, Inc. Publishing as Prentice Hall 1 Objectives Identify Good

More information

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

MULTIPLE CHOICE. Choose the one alternative that best completes the statement or answers the question. Exam Name MULTIPLE CHOICE. Choose the one alternative that best completes the statement or answers the question. 1) The purpose of a form is to: A) simplify the entry of data into a table. B) display the

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

Microsoft Access 2010

Microsoft Access 2010 Microsoft Access 2010 Chapter 2 Querying a Database Objectives Create queries using Design view Include fields in the design grid Use text and numeric data in criteria Save a query and use the saved query

More information

Microsoft Access 2013

Microsoft Access 2013 Microsoft Access 2013 Chapter 2 Querying a Database Objectives Create queries using Design view Include fields in the design grid Use text and numeric data in criteria Save a query and use the saved query

More information

Microsoft Access 2013

Microsoft Access 2013 Microsoft Access 2013 Chapter 2 Querying a Database Objectives Create queries using Design view Include fields in the design grid Use text and numeric data in criteria Save a query and use the saved query

More information

More Skills 11 Format and Position Report Controls

More Skills 11 Format and Position Report Controls = CHAPTER 5 Access More Skills 11 Format and Position Report Controls Controls can be aligned using buttons on the Ribbon. Using the Ribbon s alignment tools can be quicker and more accurate than positioning

More information

Microsoft Access 2013

Microsoft Access 2013 Microsoft Access 2013 Chapter 1 Databases and Database Objects: An Introduction Objectives Describe the features of the Access window Create a database Create tables in Datasheet and Design views Add records

More information

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

To complete this workbook, you will need the following file:

To complete this workbook, you will need the following file: CHAPTER 4 Excel More Skills 13 Create PivotTable Reports A PivotTable report is an interactive, cross-tabulated Excel report used to summarize and analyze data. PivotTable reports are used to ask questions

More information

More Skills 11 Export Queries to Other File Formats

More Skills 11 Export Queries to Other File Formats = CHAPTER 2 Access More Skills 11 Export Queries to Other File Formats Data from a table or query can be exported into file formats that are opened with other applications such as Excel and Internet Explorer.

More information

Microsoft Access 2007 Module 2

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

More information

Microsoft Access 2016

Microsoft Access 2016 Access 2016 Instructor s Manual Page 1 of 10 Microsoft Access 2016 Module Two: Querying a Database A Guide to this Instructor s Manual: We have designed this Instructor s Manual to supplement and enhance

More information

Microsoft Access 2016

Microsoft Access 2016 Access 2016 Instructor s Manual Page 1 of 10 Microsoft Access 2016 Module Two: Querying a Database A Guide to this Instructor s Manual: We have designed this Instructor s Manual to supplement and enhance

More information

Access ComprehGnsiwG. Shelley Gaskin, Carolyn McLellan, and. Nancy Graviett. with Microsoft

Access ComprehGnsiwG. Shelley Gaskin, Carolyn McLellan, and. Nancy Graviett. with Microsoft with Microsoft Access 2010 ComprehGnsiwG Shelley Gaskin, Carolyn McLellan, and Nancy Graviett Prentice Hall Boston Columbus Indianapolis New York San Francisco Upper Saddle River Imsterdam Cape Town Dubai

More information

Table of Contents COURSE OVERVIEW... 5

Table of Contents COURSE OVERVIEW... 5 Table of Contents COURSE OVERVIEW... 5 DISCUSSION... 5 THE NEW DATABASE FORMAT... 5 COURSE TOPICS... 6 CONVENTIONS USED IN THIS MANUAL... 7 Tip Open a File... 7 LESSON 1: THE NEW INTERFACE... 8 LESSON

More information

Advanced Queries: Moving Beyond the Select Query Instructor: Edwin V. Bonilla

Advanced Queries: Moving Beyond the Select Query Instructor: Edwin V. Bonilla Advanced Queries: Moving Beyond the Select Query Instructor: Edwin V. Bonilla Based on slides by Robert Grauer, Keith Mast, Mary Anne Poatsy COMP1000 Pearson Education 2011 or UNSW, CRICOS Provider No:

More information

Tutorial 2. Building a Database and Defining Table Relationships

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

More information

GO! with Microsoft Access 2010 Introductory Gaskin Mclellan Graviett First Edition

GO! with Microsoft Access 2010 Introductory Gaskin Mclellan Graviett First Edition GO! with Microsoft Access 2010 Introductory Gaskin Mclellan Graviett First Edition Pearson Education Limited Edinburgh Gate Harlow Essex CM20 2JE England and Associated Companies throughout the world Visit

More information

AUSTIN COMMUNITY COLLEGE CONTINUING EDUCATION. INTRODUCTION TO DATABASE/FILE MANAGEMENT (Access Introduction) (12 hours) ITSW 1053 COURSE SYLLABUS

AUSTIN COMMUNITY COLLEGE CONTINUING EDUCATION. INTRODUCTION TO DATABASE/FILE MANAGEMENT (Access Introduction) (12 hours) ITSW 1053 COURSE SYLLABUS Course Description: Learn how to design and complete a working database system using this popular software. An introduction to database concepts including: Program parameters, data dictionary, optional

More information

For Project 1H, you will need the following file: w01h_casting_call You will save your document as: Lastname_Firstname_1H_Casting_Call

For Project 1H, you will need the following file: w01h_casting_call You will save your document as: Lastname_Firstname_1H_Casting_Call GO! Fix It Project 1H Casting Call For Project 1H, you will need the following file: w01h_casting_call You will save your document as: Lastname_Firstname_1H_Casting_Call 1Word In this project, you will

More information

Content-Based Assessments

Content-Based Assessments A and B skills GO! Fix it Project H Annual Dinner For Project H, you will need the following database: ah_annual_dinner Lastname_Firstname_H_Annual_Dinner Lastname_Firstname_H_Screens Lastname_Firstname_H_ACCDE

More information

Chapter 4. Learning More about Merge, and Exploring the World Wide Web

Chapter 4. Learning More about Merge, and Exploring the World Wide Web Chapter 4 Learning More about Merge, and Exploring the World Wide Web 2 Lesson 28 Creating a Letter with Mail Merge Projects 61 62 n Understanding Mail Merge n Creating a New Address List n Removing Extra

More information

To complete this database, you will need the following file:

To complete this database, you will need the following file: CHAPTER 2 Access More Skills 13 Create a Multiple Items Form A multiple items form displays records in rows and columns in the same manner as a datasheet. A multiple items form provides more formatting

More information

Excel Tutorial 5: Working with Excel Tables, PivotTables, and PivotCharts. 6. You can use a table s sizing handle to add columns or rows to a table.

Excel Tutorial 5: Working with Excel Tables, PivotTables, and PivotCharts. 6. You can use a table s sizing handle to add columns or rows to a table. Excel Tutorial 5: Working with Excel Tables, PivotTables, and PivotCharts TRUE/FALSE 1. The header row must be row 1. ANS: F PTS: 1 REF: EX 234 2. If you freeze the top row in a worksheet and press Ctrl+Home,

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

MS Access Let s begin by looking at the toolbar and menu of Access.

MS Access Let s begin by looking at the toolbar and menu of Access. MS Access 2003 Access is a database program that allows you to store, retrieve, analyze, and print information. Individuals use databases for various purposes. Businesses use databases to manage customer

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

Insert Subtotals in Excel and Link Data to a Word Document

Insert Subtotals in Excel and Link Data to a Word Document CHAPTER 1 Integrated Projects More Skills 11 Insert Subtotals in Excel and Link Data to a Word Document In Excel, summary statistics such as totals and averages can be calculated for groups of data by

More information

Furniture Reporting Updated July 2016

Furniture Reporting Updated July 2016 Updated July 2016 Contents About Furniture Reports...3 Open P/Os Not Acknowledged Report...3 O/E Third Party Gross Profit Report...4 P/O Expected Ship Report...5 Quotes Outstanding...6 Vendor Open P/O

More information

More Skills 14 Use a Query to Find Unmatched Data. To complete this database, you will need the following file:

More Skills 14 Use a Query to Find Unmatched Data. To complete this database, you will need the following file: CHAPTER 3 Access More Skills 14 Use a Query to Find Unmatched Data Unmatched data is a condition where the data in one field does not have a corresponding value in a related table. The Find Unmatched Query

More information

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

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

More information

Enforce Referential. dialog box, click to mark the. Enforce Referential. Integrity, Cascade Update Related Fields, and. Cascade Delete Related

Enforce Referential. dialog box, click to mark the. Enforce Referential. Integrity, Cascade Update Related Fields, and. Cascade Delete Related PROCEDURES LESSON 8: MANAGING RELATIONSHIPS BETWEEN TABLES Renaming a Table 1 In the Navigation pane, right-click the table you want to rename 2 On the shortcut menu, click Rename 3 Type the new table

More information

SECTION 4 USING QUERIES. What will I learn in this section?

SECTION 4 USING QUERIES. What will I learn in this section? SECTION 4 USING QUERIES What will I learn in this section? Select Queries Creating a Query Adding a Table to Query Adding Fields to Query Single Criteria Hiding column in a Query Adding Multiple Tables

More information

Microsoft Access 2007 Module 1

Microsoft Access 2007 Module 1 Microsoft Access 007 Module http://citt.hccfl.edu Microsoft Access 007: Module August 007 007 Hillsborough Community College - CITT Faculty Professional Development Hillsborough Community College - CITT

More information

Open an existing database Sort records in a table Filter records in a table Create a query Modify a query in Design view

Open an existing database Sort records in a table Filter records in a table Create a query Modify a query in Design view Working with Data Objectives Open an existing database Sort records in a table Filter records in a table Create a query Modify a query in Design view 2 Objectives Relate two tables Create a query using

More information

Section 1 Creating Mail Merge Files

Section 1 Creating Mail Merge Files Course Topics: I. Creating Mail Merge Files II. Creating Mailing Labels III. Printing Selective Records IV. Using Mail Merge Toolbar V. Envelopes and labels on the fly Section 1 Creating Mail Merge Files

More information

4H4Me Announcement Letter

4H4Me Announcement Letter An announcement letter introducing 4H4Me can be created using 4HPlus! SQL mail merge files and Word s mail merge. This letter includes user IDs and passwords needed for members and leaders to log on to

More information

Excel 2013 Next Steps

Excel 2013 Next Steps Excel 2013 Next Steps ADULT SERVICES DEPARTMENT CRYSTAL LAKE PUBLIC LIBRARY 126 W. PADDOCK STREET CRYSTAL LAKE, IL 60014 815-459-1687, X7 WWW.CLPL.ORG Agenda 2 Home Toolbar Alignment Group Number Formats

More information

These materials may not be reproduced in whole or in part without the express written permission of The University of Akron.

These materials may not be reproduced in whole or in part without the express written permission of The University of Akron. Table of Contents Chapter 1 : Overview...1-1 Chapter 2 : Definitions...2-1 ChartFields...2-1 Accounting and Budget Periods...2-3 Budgetary Control...2-3 Chapter 3 : Sign In and Sign Out...3-1 Sign In to

More information

Microsoft Access XP Queries. Student Manual

Microsoft Access XP Queries. Student Manual Microsoft Access XP Queries Student Manual Duplication is prohibited without the written consent of The Abreon Group. Foster Plaza 10 680 Andersen Drive Suite 500 Pittsburgh, PA 15220 412.539.1800 800.338.5185

More information

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

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

More information

To complete this database, you will need the following file:

To complete this database, you will need the following file: = CHAPTER 5 Access More Skills 13 Specify Relationship Join Types Database objects forms, queries, and reports display fields from related tables by matching the values between the fields common to both

More information

Microsoft Access 2010

Microsoft Access 2010 Microsoft Access 2010 Chapter 1 Databases and Database Objects: An Introduction Objectives Design a database to satisfy a collection of requirements Describe the features of the Access window Create a

More information

MIS Cases: Decision Making With Application Software, Second Edition. Database Glossary

MIS Cases: Decision Making With Application Software, Second Edition. Database Glossary MIS Cases: Decision Making With Application Software, Second Edition Database Glossary This database glossary is designed to accompany MIS Cases: Decision Making With Application Software, Second Edition,

More information

More Skills 12 Create Indexes and Establish a One-to-One Relationship. To complete this database, you will need the following file:

More Skills 12 Create Indexes and Establish a One-to-One Relationship. To complete this database, you will need the following file: CHAPTER 2 Access More Skills 12 Create Indexes and Establish a One-to-One Relationship An index stores the location of records based on the values in a field. An index improves performance when the field

More information

Access Unit. Access Assignment #1 Travel Table in Datasheet View and Design View, Queries and Reports

Access Unit. Access Assignment #1 Travel Table in Datasheet View and Design View, Queries and Reports For all Access assignments with existing databases, the students must copy the file to their database folder before opening the file-otherwise they will not be able to make changes to the database. ALL

More information

Content-Based Assessments. Project 2H New Jobs

Content-Based Assessments. Project 2H New Jobs Apply a combination of the Content-Based Assessments GO! Fix It Project 2H New Jobs In this project, you will construct a solution by applying any combination of the skills you practiced from the Objectives

More information

Computer Skills MS Access Work Sheet # 1

Computer Skills MS Access Work Sheet # 1 Computer Skills MS Access Work Sheet # 1 Topics Covered: Database Concepts (Databases, Microsoft Access, Databases Uses, Relational Database, Tables, Records and Fields, The Difference between Data and

More information

PowerSchool Handbook Federal Survey Form Report

PowerSchool Handbook Federal Survey Form Report Handbook Federal Survey Form Report Version 2.1 August 22, 2018 Copyright 2018, San Diego Unified School District. All rights reserved. This document may be reproduced internally by San Diego Unified School

More information

Content-Based Assessments

Content-Based Assessments GO! Fix It Project H Park Revenue For Project H, you will need the following file: e0h_park_revenue Lastname_Firstname_H_Park_Revenue Open the file e0h_park_revenue, and then save the file in your Excel

More information

User Guide. Store Manager s Guide to efollett.com Website Maintenance

User Guide. Store Manager s Guide to efollett.com Website Maintenance User Guide Store Manager s Guide to efollett.com Website Maintenance Notice Store Manager s Guide to efollett.com Website Maintenance Follett Higher Education Group ( Follett ) provides this manual as

More information

PowerSchool Handbook Federal Survey Card Report

PowerSchool Handbook Federal Survey Card Report Handbook Federal Survey Card Report Version 1.0 August 9, 2017 Copyright 2017, San Diego Unified School District. All rights reserved. This document may be reproduced internally by San Diego Unified School

More information

Microsoft Excel 2016 LEVEL 3

Microsoft Excel 2016 LEVEL 3 TECH TUTOR ONE-ON-ONE COMPUTER HELP COMPUTER CLASSES Microsoft Excel 2016 LEVEL 3 kcls.org/techtutor Microsoft Excel 2016 Level 3 Manual Rev 11/2017 instruction@kcls.org Microsoft Excel 2016 Level 3 Welcome

More information

Intermediate Microsoft Access 2010

Intermediate Microsoft Access 2010 OBJECTIVES Develop Field Properties Import Data from an Excel Spreadsheet & MS Access database Create Relationships Create a Form with a Subform Create Action Queries Create Command Buttons Create a Switchboard

More information

THE EXCEL ENVIRONMENT... 1 EDITING...

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

More information

Problem Solving Using Access 2007

Problem Solving Using Access 2007 P L U G - I N T7 Problem Solving Using Access 2007 LEARNING OUTCOMES Describe the process of using the Query Wizard using Access. Describe the process of using the Design view for creating a query using

More information

Sage Getting Started Guide. September 2017

Sage Getting Started Guide. September 2017 Sage 100 2018 Getting Started Guide September 2017 2017 The Sage Group plc or its licensors. All rights reserved. Sage, Sage logos, and Sage product and service names mentioned herein are the trademarks

More information

Access Objects. Tables Queries Forms Reports Relationships

Access Objects. Tables Queries Forms Reports Relationships Access Review Access Objects Tables Queries Forms Reports Relationships How Access Saves a Database The Save button in Access differs from the Save button in other Windows programs such as Word and Excel.

More information

Microsoft Office 2016 Mail Merge

Microsoft Office 2016 Mail Merge Microsoft Office 2016 Mail Merge Mail Merge Components In order to understand how mail merge works you need to examine the elements involved in the process. In any mail merge, you'll deal with three different

More information

TECHNOLOGY COMPETENCY ASSESSMENT MODULE Microsoft Access

TECHNOLOGY COMPETENCY ASSESSMENT MODULE Microsoft Access TECHNOLOGY COMPETENCY ASSESSMENT MODULE Microsoft Access This module was developed to assist students in passing the SkillCheck Incorporated Access 2003 Technology Competency Assessment. It was last updated

More information

Word Module 5: Creating and Formatting Tables

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

More information

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

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

More information

Microsoft Certified Application Specialist Exam Objectives Map

Microsoft Certified Application Specialist Exam Objectives Map Microsoft Certified Application Specialist Exam Objectives Map This document lists all Microsoft Certified Application Specialist exam objectives for (Exam 77-605) and provides references to corresponding

More information

Content-Based Assessments

Content-Based Assessments GO! Fix It Project H Contests For Project H, you will need the following files: a0h_mwb_contests a0h_mwb_logo You will save your database as: Lastname_Firstname_H_MWB_Contests Midwest Botanicals offers

More information

Using Microsoft Access

Using Microsoft Access Using Microsoft Access Creating Queries Norm Downey This PowerPoint uses the Sample Databases on the class website Please download them now 2 1 What is a Query? Queries allow the user to manipulate the

More information

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

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

More information

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

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

More information

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

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

More information

Get Started with Blackboard For Instructors

Get Started with Blackboard For Instructors Get Started with Blackboard For Instructors Log in to Blackboard... 2 View a Student Roster... 3 Upload a Syllabus... 4 Upload Files... 5 Set up a Discussion... 6 Create an Assignment... 7 Preview a Course

More information

Application of Skills: Microsoft Excel 2013 Tutorial

Application of Skills: Microsoft Excel 2013 Tutorial Application of Skills: Microsoft Excel 2013 Tutorial Throughout this module, you will progress through a series of steps to create a spreadsheet for sales of a club or organization. You will continue to

More information

Activant Prophet 21. Using Fast Edits on Your Database

Activant Prophet 21. Using Fast Edits on Your Database Activant Prophet 21 Using Fast Edits on Your Database This class is designed for Prophet 21 users who are involved with any type of data entry Objectives Identify the fast edits that are available Select

More information

Purchase Order Processor

Purchase Order Processor Purchase Order Processor Last Update: 6/26/13 Digital Gateway, Inc. All rights reserved ii Table of Contents PO PROCESSOR... 1 SETUP... 5 CONNECTION SETTINGS... 5 Overview... 5 PO Processor Settings Manager...

More information

San Diego Elementary PowerTeacher: Seating Charts Quick Reference Card

San Diego Elementary PowerTeacher: Seating Charts Quick Reference Card Quick Reference Card PowerTeacher: Seating Charts Use PowerTeacher seating charts to help manage your classroom, take attendance, and select students randomly to promote class participation. Create as

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

Enhancements Guide. Applied Business Services, Inc. 900 Wind River Lane Suite 102 Gaithersburg, MD General Phone: (800)

Enhancements Guide. Applied Business Services, Inc. 900 Wind River Lane Suite 102 Gaithersburg, MD General Phone: (800) Enhancements Guide Applied Business Services, Inc. 900 Wind River Lane Suite 102 Gaithersburg, MD 20878 General Phone: (800) 451-7447 Support Telephone: (800) 451-7447 Ext. 2 Support Email: support@clientaccess.com

More information

FIGURE 2.57 Denver Rooms 3 Guests Query. '3 LocationlD C", Address. Orders. Service. ServlceNlIme PerPersonCharge

FIGURE 2.57 Denver Rooms 3 Guests Query. '3 LocationlD C, Address. Orders. Service. ServlceNlIme PerPersonCharge The Prestige Hotel chain caters to upscale business travelers and provides state-of-the-art conference, meeting} and reception facilities. It prides itself on its international. four-star cuisine. Last

More information

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

Links to Activities ACTIVITY 4.1. Links to Activities ACTIVITY 4. EXCEL Working with Multiple Worksheets, Tables, and Other File Formats Section 4 Skills Insert, delete, and rename a worksheet Format sheet tabs Move and copy a worksheet Group and ungroup worksheets Link

More information

Information Services. Essential Access Exercises. IT

Information Services. Essential Access Exercises. IT Information Services Essential Access Exercises IT www.york.ac.uk/it-services/training Essential Access Tasks Exercises to accompany Essential Access Course Books 1 & 2 Sample files for use with these

More information

Microsoft Access Basics

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

More information

Level 6 Relational Database Unit 3 Relational Database Development Environment National Council for Vocational Awards C30147 RELATIONAL DATABASE

Level 6 Relational Database Unit 3 Relational Database Development Environment National Council for Vocational Awards C30147 RELATIONAL DATABASE C30147 RELATIONAL DATABASE Level 6 Relational Database Unit 3 Relational Database Development Environment National Council for Vocational Awards This module has been developed to further the learner s

More information

Using Microsoft Access

Using Microsoft Access Using Microsoft Access Creating Select Queries Norm Downey Chapter 2 pages 173 193 and Chapter 3 pages 218 249 2 1 This PowerPoint uses the Sample Databases on the class website Please download them now

More information

Content-Based Assessments

Content-Based Assessments GO! Fix It Project 5H Programs For Project 5H, you will need the following file: e05h_programs Lastname_Firstname_5H_Programs Open the file e05h_programs, and then save the file in your Excel Chapter 5

More information

Creating and Using a Database in Access 2007

Creating and Using a Database in Access 2007 Objectives: Describe databases and database management systems Design a database to satisfy a collection of requirements Start Access Describe the features of the Access window Create a database Create

More information

Graded Project. Microsoft Excel

Graded Project. Microsoft Excel Graded Project Microsoft Excel INTRODUCTION 1 PROJECT SCENARIO 1 CREATING THE WORKSHEET 2 GRAPHING YOUR RESULTS 4 INSPECTING YOUR COMPLETED FILE 6 PREPARING YOUR FILE FOR SUBMISSION 6 Contents iii Microsoft

More information

Thank you for previewing our resources.

Thank you for previewing our resources. This preview contains only some of the content of the actual textbook. This sample cannot be printed, copied or extracted in any manner. Use of this preview version in the classroom is strictly prohibited.

More information

Microsoft Excel 2013/2016 Pivot Tables

Microsoft Excel 2013/2016 Pivot Tables Microsoft Excel 2013/2016 Pivot Tables Creating PivotTables PivotTables are powerful data analysis tools. They let you summarize data in various ways and instantly change the view you use. A PivotTable

More information

Copyright 2009 Labyrinth Learning Not for Sale or Classroom Use LESSON 1. Designing a Relational Database

Copyright 2009 Labyrinth Learning Not for Sale or Classroom Use LESSON 1. Designing a Relational Database LESSON 1 By now, you should have a good understanding of the basic features of a database. As you move forward in your study of Access, it is important to get a better idea of what makes Access a relational

More information

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

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

More information

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

Contents. Project One. Introduction to Microsoft Windows XP and Office Creating and Editing a Word Document. Microsoft Word 2003

Contents. Project One. Introduction to Microsoft Windows XP and Office Creating and Editing a Word Document. Microsoft Word 2003 FM TBBBB 39909 10/27/06 4:06 PM Page iii Contents FMTOC TBBBB 39909 Page iii 10/20/06 MD Preface To the Student Introduction to Microsoft Windows XP and Office 2003 ix xiv Objectives WIN 4 Introduction

More information

Excel Module 7: Managing Data Using Tables

Excel Module 7: Managing Data Using Tables True / False 1. You should not have any blank columns or rows in your table. True LEARNING OBJECTIVES: ENHE.REDI.16.131 - Plan the data organization for a table 2. Field names should be similar to cell

More information