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

Size: px
Start display at page:

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

Transcription

1 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 forms and reports 4. merge data to labels and letters 5. import an Excel file Follow up Within two weeks of course completion participants will send a copy of a database which includes the following objects and attributes: 1. A table with five fields 2. A table with five records 3. A copy of a query with criteria 4. A report of their choosing Please send through courier to Lourdes Day, FDLRS, Route E Florida Diagnostic and Learning Resources System (FDLRS) is funded through IDEA, Part B and State General Revenue Funds to provide support services to Florida s Exceptional Student Education Programs

2 Contents Database Term... 1 Launch Access... 1 Design/Data View... 1 Switching Views... 1 Creating the Table Structure... 2 Field Properties... 3 Input Mask-Phone, SS#, 4 digit zip... 4 Date of Entry... 4 Look Up Wizard-Drop Down Menu... 4 Drop Down with Multiple Values... 5 Field Order... 5 Save... 5 Enter Data... 5 Spell Check... 6 Freeze Column... 6 Navigate to Records... 6 Autofit Column... 6 Gridlines/Alternate Fill... 7 Sort Records... 7 Find Records... 7 Filter Records... 7 Remove the Filter... 7 Filter by Form... 8 Filter by Selection... 8 Close... 8 Navigation Pane... 8 Queries... 8 Create a query... 8 Query Wizard... 8 Query Design... 9 Form... 9 Lourdes Day, Technology Specialist Florida Diagnostic and Learning Resources System

3 Add a Background Add a Logo Changing Tab Order Report Report Group and Sort Design View Report Wizard Layout and Calculations Printing Groups Print Groups on Separate Sheets Mail Merge Label Merged with Word Import an Excel File Microsoft Security Alert Lourdes Day, Technology Specialist Florida Diagnostic and Learning Resources System

4 Database Term Database is a collection of tables which can be sorted and used to create queries, forms, and reports. Table is a collection of fields and records. It is the bases of all the other parts of the database Relational database- is a collection of tables which combines the data in one table with the data in other tables to create forms, queries and reports. Field- the type of data that will be collect. For example Name, Address, Phone. Record / Row is the unique information collected in fields on particular person or item. For example Harry Smith, 123 Happy lane Design View the view used to create and edit the data structure Datasheet View- The view used when entering particular data Primary Key- data that is unique to each record (example SS #, student ID #, Teacher SAP #). The uniqueness of this number is important when setting up relational databases. Launch Access 1. Click on the Start button 2. Choose Programs 3. Drag to Microsoft Office 4. Choose Microsoft Access Click on Blank Database (located on the top left of the screen) 6. On the right side type in the name of the database 7. Choose the save location by clicking on the small folder and browsing to a location. Select the location and click OK 8. Click Create Design/Data View There are two ways in which you can create an Access Database. The first is the Datasheet View. In this view you start by entering the actual data. There are no field names. Access will automatically detect the type of data you are entering and will let you know if current data type is mismatched to other data in that field. For example, if you are entering students grades and you have already typed 1, 4, 6 and then on the fourth record you enter K for kindergarten, Access will alert you that this is mismatched data and ask you to reenter or change the data type to text. The second method is the Design View. In this view you will start with the database structure and decide the data type that is allowed in each field. Switching Views 1. Click on the View button (top left corner) to switch to Design View Lourdes.day@polk-fl.net Page 1 6/18/2013

5 2. The first time you change a view, you will be asked to save and name the table. (In our example we will name it TblStudentInformation) It is a good idea to use a naming convention in order to keep the tables, queries, forms and reports grouped together. Do not use spaces between words. Table names start with Tbl. Access Version 2007 and later allow you to group by objects, however using the naming convention below may help you until you become more familiar with the Access icons. Queries names- start with Qry Form names-start with FRM Report names-start with RPT Data view Alternative Click on the desired view from the status bar located in the lower right corner Design View Creating the Table Structure The first line of the Design View will be the ID field which is designated as a primary key field. It is a personal preference whether you wish to keep the ID field as the primary key or whether you want to change it to another unique field such as SS#, SAP ID, or Student ID. The primary key is necessary if this is a relational database. It does not hurt if you just leave it. Before deciding on the structure think about how this data will be used. Separate the fields so the table can be easily sorted, filtered or merged. For example: consider having two separate fields for someone s name (last and first), instead of just a name field. This will insure correct alphabetizing and the ability to use the first name OR the last name in a merge. 1. From the Design view, click on the line below the ID Field 2. Type in your first field label 3. Press the tab key to go to the Data Type column. Click on the down arrow by the word Text and a drop down menu will appear a. Text- allows up to 255 characters of any type (text, numbers, date, ) to be typed in the field b. Memo- allows an unlimited amount of any characters to be typed in the field. Great for comment fields c. Number- Only numbers may be typed d. Date/Time-Only dates or time entered in an allowable format will be permitted e. Currency allows the use of money symbols f. AutoNumber-Automatically numbers your records g. Yes/No- a checkbox field appear. Check for Yes and leave unchecked for No h. Ole Object- Allows you to insert clipart, pictures i. Hyperlink- will allow a live link to a website j. Attachment- Allows you to add more pieces of data to the record(images, PowerPoint, Spreadsheet, Word Documents) Lourdes.day@polk-fl.net Page 2 6/18/2013

6 k. Calculated- Create a field that calculates values, calculations include other field with in the tables. Calculations are read only and cannot include fields from other tables or queries l. Lookup Wizard- allows you to create a drop down menu OR to choose a field from a related table. 4. The field description is optional and used to describe a field label that may need further description. After you type in the field name you can just click the down arrow to automatically accept the Text data type option. Alternatives Add Fields- Click the Insert Rows option on the Table Tools Design tab to add another field. Delete Fields- Click on the row to be deleted and either press the delete key on the keyboard or choose the Delete Rows option. * Remember Fields are on every record so delete a field with caution. OR Right click on a field and choose Insert Row or Delete Row. Field Properties There are field properties options that vary depending on the data type you have chosen. After you have entered the field name and decided on the data type you may want to further define the field or add parameters. 1. Be sure your cursor is on the desired field 2. Click on the bottom half in the Field properties and make your selection a. Field Size-allows you to change the number of characters typed in a field up to 255. b. Format- Allows you to pick a predefined format. For example Short Date- if the data is entered as October 18, 2007 and the format has been change to short date, as soon as the data is accepted (tabbed out to the next field) it will convert it to 10/18/07. c. Input Mask-allows you to choose a pattern for the data such as automatically typing the hyphens for a phone number, social security or long zip. d. Caption- is used when you want a different field label to appear. An example would be a database created for speakers of other languages. The field names would be typed in English but the captions would be done in Spanish. e. Default Value-will automatically fill-in data in all records. For example type in FL in the State field. f. Validation Rule-an expression written that set parameters as to the type of data that may be entered in the field. Example M or F. Only these two letters may be entered in that field to designated gender. Lourdes.day@polk-fl.net Page 3 6/18/2013

7 g. Validation Text- The message the person will see if incorrect data is typed in the Validation Rule field. h. Required-This option mandates that this field is completed before the record will be saved or even deleted. i. Indexed- Use this option to assure that duplicated data is not entered into another record. Works well for SS#, SAP ID, or student ID. i. Click the down arrow at the end of the Indexed line and choose Yes (No Duplicates) Input Mask-Phone, SS#, 4 digit zip An Input mask is used to create the hyphens or parenthesis around area codes and social security numbers. 1. Type in the field name: example, Phone, SS#, or long Zip. The data type must be TEXT. 2. Click in the Input Mask in the Field Properties. Small dots will appear at the end of the line 3. Click on the dots. You will be asked to save the table again, click Yes. 4. An Input Mask Wizard window will open. Click on the desired mask and continue to choose Next to follow the wizard until the Finish. (If you are going to use the information in a merge document click on the option with the symbols in the mask like this (655) , otherwise the parenthesis and hyphen will not appear in Word document. Date of Entry It may be useful to have Access automatically fill in the date of record entry. 1. Type the field name as Date of Entry. (If you use just the word Date Access will send an error message that this word is a reserved word and may cause problems). 2. From the Data Type options choose the Date/Time. 3. Click on the Default Value line and select the little dots that appear at the end of the line. 4. In the first column of the expression Builder window double click on Function. a. In the sub menu single click on Built in functions. 5. In the middle column single click on Date and Time. 6. In the last column double click on Now. (You will see =NOW() in the Expression Builder window) 7. Click OK. 8. In the Field Properties click on Format and choose short date. You may also type =NOW() in the Default line and skip the Expression Builder Look Up Wizard-Drop Down Menu 1. Type the name of the field. 2. At the data type column choose Look up Wizard or click the Lookup Column Icon on the Toolbar. 3. Click the radio button that read I will type the values that I want and click Next. 4. Type your list (one under the other). 5. Click Next and Finish. Lourdes.day@polk-fl.net Page 4 6/18/2013

8 The list is currently editable which means that if someone wishes they may type additional text if they don t find a choice they desire. You may force the person to make a selection from your list (this is very helpful when sorting data) by: 1. Clicking on the Lookup Tab in the Field Properties. 2. Change the Limit to List to YES. 3. Change Allow Value List Edit to No. You may add to a currently created list by: 1. Click on the Lookup Tab in the Field Properties. 2. In the Row Source line type a semicolon (;) and your choice in quotes. Example- ; Italian. Drop Down with Multiple Values The Allow Multiple Values allows the user to choose more than one option in the field For Example an Elective list: 1. Create the drop down list as above using the look up wizard. 2. On the last screen check Allow Multiple Values. 3. Click on the Look up tab of this field and check the following settings. a. Limit to List choose Yes. b. Allow Multiple Values, choose Yes. c. Allow Value List Edits, choose No. Do not use periods in the PE abbreviation. Field Order It is easy to change the field order in the Design View 1. Click on the field line to be moved 2. Click, hold, and drag the field to the desired location Save Access automatically saves after each record after it is entered in the Data view. The first time you create a table or if you edit a table in the Design view you will need to save the table. Enter Data The Data View is the location where you will type in the individual records. If you wish to add or edit a field remember to return to the Design View. 1. From the Data View, click in the desired cell and begin to enter the data. Lourdes.day@polk-fl.net Page 5 6/18/2013

9 2. Press the tab key to go to the next field. 3. When one record is complete another will automatically appear Alternatives to Add more records o Click the New Record Icon on the Home Tab OR press CTRL + +. o Delete a record by: Selecting the record (row), click on the Delete option on the Home tab, OR Right click to Delete Record, OR press the Delete key. o Click on the new record icon on the left side of the status bar (included with the navigation arrows. Spell Check There are two ways to spell check Press the f7 key. Or Click the Spelling icon on the Home Tab. Freeze Column This feature works well when you have a database with many fields. Highlight the columns to be frozen by dragging across the field names. Right click to Freeze Field. *Remember to right click in the column heading and choose unfreeze when you are finished. Alternative From the Home tab click on the down arrow by More. Choose Freeze or Unfreeze Field. Navigate to Records Click on the arrow pointing to the right for next record. Click on the arrow pointing to the right with a line for the last record. Click on the arrow pointing to the left for previous record. Click on the arrow pointing to the left with a line for the first record. Autofit Column There are several ways to narrow or widen the column: 1. Place your cursor in the header row on the line between the two fields to be resized. a. Click, hold, and drag to the desire width. Or b. Position the cursor between the field headings until a cross with two arrows appear. Double click to autofit to the biggest piece of data. 2. Autofit the entire table at the same time: a. Click in the Select all icon located in the upper left corner of the Data View. b. Position your cursor between any two columns until the cursor turns into cross with two arrows and then double click. Lourdes.day@polk-fl.net Page 6 6/18/2013

10 Gridlines/Alternate Fill You may display gridlines in several ways: From the Home Tab, click on the down arrow by the Gridline icon and choose either Gridlines - both, horizontal, vertical, or none. OR Alternate Fill allows you to fill in every other line with a different shade to make it easier to read. Click on the down arrow by the Alternate Fill icon and choose a color. Sort Records Alphabetize your records by: Click on the column to be alphabetized. From the Home Tab choose AZ Ascending. OR Right click on a field name and choose AZ or ZA. OR Click on the down arrow by the field name and make a selection. Find Records This option allows you to quickly locate a record. 1. Click in any cell in the desired field. 2. Click on the Binoculars located on the Home tab. 3. At the Find and Replace window, type the information you are looking for in the Find What field. 4. Be sure the correct field is listed in Look In and choose Find Next. 5. The field will be highlighted that matches the requested data. Filter Records Use this feature to filter out specific records. Click the down arrow by the field name and uncheck any of the undesired option, and click OK. Alternative Place your cursor in a field in the column that will be filtered. Click on the Filter option on the Home tab and select the desired fields. Remove the Filter Click on the Toggle Filter to remove the filter. Lourdes.day@polk-fl.net Page 7 6/18/2013

11 Filter by Form 1. Click on the arrow by the Advanced option and choose Filter By Form. 2. Small down arrows will appear by each field. 3. Make a choice under any field or choose several field options. 4. Click on the Toggle Filter to run the filter. *Click the Toggle Filter option again to see all the records. Filter by Selection 1. Click in a cell that contains the information you are looking for. 2. Click on the arrow by Selection icon. 3. Pick your selection from the drop down menu. *Click the Toggle Filter option again to see all the records. Close Close a table, query, form, or report by clicking on the X on the right corner of the object on the same line as the tab. Navigation Pane The task pane on the left side of the screen is called a Navigation Pane. Click on the double arrows pointing left to close the pane. Open the pane by double clicking on the arrows pointing to the right. AND You can group all of the objects together such as all the table, queries, forms and reports by choosing the down arrow by All Access Objects and choosing the Object Type option. Queries A query is a subset of the original table that can be designed to meet specific criteria. Each time a new record is added that matches the criteria in a query it will be automatically added to that query. Create a query Click on the Create tab and choose either Query Wizard or Query Design. Query Wizard This query type works best if there is no criteria in the query subset. Lourdes.day@polk-fl.net Page 8 6/18/2013

12 1. Click on the Query Wizard. 2. Choose Simple Query and click OK. 3. Select the desired fields and click Next. 4. Choose Detail and click Next. 5. Name the Qry (start with Qry) and click Finish. *if you have a multiple values field (electives.value) do NOT include it in the query or it will add multiple records for the same student. Query Design Use this type of a query creator if you have specific criteria to match. 1. Click on the Create Tab and choose Query Design. 2. Choose the table which contains the data and click Add and then Close. 3. Select the desired fields a. Double click on each field. or b. Drag each field to the preferred column. or c. Click on the down arrow by the Field name. 4. Type in the desired criteria in the criteria line. 5. Click on the Run icon (Red Exclamation Point) to preview the results. 6. Save the query by clicking the save icon on the Quick Access toolbar or by choosing the Save As option under the Office Button, choose Save Object As. 7. Name the query (start with Qry). Form A form is a database object you can use to enter, edit, or display data. One Record at a Time 1. Click on the original table first from the navigation task pane on the left. 2. Click on the Create Tab. 3. Choose the Form icon. 4. A form will be instantly created which shows you one record at a time. 5. Click on the undesired label, hold the SHIFT key to select the data field as well. When both are selected press the delete key to remove the both the field and the label simultaneoulsy. 6. Save the form (Start with Frm). Format the Form The lower right corner you will see three options; Form, Layout, and Design be sure you have Layout selected. OR Right click on the tab name and choose Layout View OR Lourdes.day@polk-fl.net Page 9 6/18/2013

13 Choose Format from the Form Layout Tools Add a Background 1. From the Format Layout Group, choose the Format tab. 2. Choose Background Image, and browse to desired image. Add a Logo From the Format Layout Group, choose the Design tab and select the Logo Button and browse to your logo picture. 1. Right click on the picture, choose Properties. 2. At the Properties Task Pane (right), click on the Format Tab. 3. Choose the Size Mode and select Zoom. Split View A Split form gives you the form view on the top and the datasheet view (table) below 1. Click on the Create tab, choose More Forms. 2. Select the Split Form button. A form is automatically created. 3. Save this form if desired. Multiple Items 1. From the Create Tab, choose More Forms. 2. Select the Multiple views. In this view you see all the records at one time similar to the datasheet (table) View. A new form is created. 3. Save this form if desired. Changing Tab Order Sometimes when a form is automatically created the fields may not be placed in the correct tab order, fix this by: 1. From the Design View select the Form. 2. From the Format Layout Tools Arrange Tab choose Tab Order. 3. From the Tab Order window choose Auto Order. 4. Click OK. Alternative 1. From the Tab Order window, click on the field to be moved. 2. Click, hold and drag to the desired location. 3. Click OK when done. Lourdes.day@polk-fl.net Page 10 6/18/2013

14 Report There are two ways to create a report: Report and Report Wizard Report In the Report option you can create an instant report based on the table or query you have selected. 1. Click on the desired Table or Query in the left task pane. 2. Select the Create tab and choose the Report option. A report will automatically be created and you will be in the Layout View (third option in the lower right corner). Header row and Records In order to select an entire column (including the header and all the records) click the desired header field. From the Arrange tab choose Select Column. Delete Column- Once the select column is highlighted press the Delete or Backspace key to remove it from the report. Multiple Select-to choose more than one column at a time, o Click the first column header, o Then hold the CTRL key and click on each subsequent column header o Finally chose Select Column from the Arrange tab. Press delete or edit the column as desired Change column Width-Click on a column, place your cursor on the right edge and drag to the left to decrease the size and to the right to increase the column width. Change Orientation-Click on Page Setup tab and choose portrait or landscape. Edit the Title- (Layout View) Double click on the title to highlight and then type the desired text. Group- Click on the Add a group option in the lower part of the screen o A fields list will appear, click on the desired field. o You may add a second grouping if you wish by repeating the above steps o Use the up or down to change the order of the grouping. o Click on the X to close/delete a grouping. Group and Sort Group-It may be easier to understand information on a report when the data is divided into groups. From the Design tab choose Group and Sort option 1. Click on Add a group in the lower part of the screen. 2. A field list will open choose the desired grouping. 3. Continue to add a group if you want further grouping. Sort once a report has been group you can then decide how each group will be sorted, example last 1. Click on Sort. 2. On the Field list window select the field to be sorted. Calculations 1. On the Group, Sort and Total pane click on the More option by the grouping to be calculated Lourdes.day@polk-fl.net Page 11 6/18/2013

15 2. Click on the down triangle by with no totaled or Last Totaled and make a selection a. Show Grand Total with count all the records. (Be sure you ask for a count not a sum). b. Show group totals as % of Grand total will yield results in percentages. c. Show in group header will count the records in the group and place the result in the header. d. Show in group footer will count the records in the group and place the result in the footer. Design View Click on the Design icon under the View button or on the View status bar (lower right). In this view you may add a logo by pressing the logo button, move fields, or add existing fields. Click on the Report View in the lower right status bar when you have finished Report Wizard The wizard allows you to create a simple report by walking you through the steps necessary to create a report. 1. Double click on the original table. 2. Click on the Create tab. 3. Choose Report Wizard. 4. A window will appear, choose the Table as the source for the data. 5. Double click on each field to be placed in the report, click Next. 6. A grouping window will appear. Double click on the field(s) you wish to group by and click Next. 7. Choose the fields to be sorted and click Next. 8. Choose the Layout and click Next. 9. Title the report (start with Rpt) and choose Finish. Layout and Calculations When you use the wizard you will need to: Click on the Layout View from the lower right status bar and choose Group and Sort from the Design tab in order to calculate or regroup *You can change the way a yes/no field is displayed in the report. You have three options, Yes/No, True/False or On/Off. From the Layout view, choose the Design tab and select the Property Sheet option. Click on the down arrow by the Format option and make your selection. Lourdes.day@polk-fl.net Page 12 6/18/2013

16 Printing Groups Click on the More options in the Group, Sort and Total pane. Click on the down arrow by do not keep group together on one page - Use this option if you are not concerned about groups being broken up by page breaks. For example, a group of 30 items may have 10 items on the bottom of one page and the remaining 20 items at the top of the next page. Choose keep whole group together on one page to have each group appear in separate pages - This option helps minimize the number of page breaks in a group. If a group cannot fit in the remaining space on a page, Access leaves that space blank and begins the group on the next page instead. Large groups may still span multiple pages, but this option minimizes the number of page breaks within the group as much as possible. Choose keep header and first record together on one page - For groups with group headers, this ensures that the group header will not print by itself at the bottom of a page. If Access determines that there is not enough room for at least one row of data to be printed after the header, the group begins on the following page. Print Groups on Separate Sheets Click on the Design view. From the Design Tab choose the Property Sheet option. Click on the Field header option. Be sure it is NOT the page Header. On the Force New Page option choose Before Section. Mail Merge A mail merge uses your created data and merges it to make labels or individualized letters. Label 1. Click on the Create tab 2. Choose the Labels option from the Report group. 3. The label wizard window will open. Choose the desired label (5960 or 5160 is the standard 30 address label) and click Next. 4. Choose the preferred text effects and click Next. 5. In the prototype label double click on each field to be placed in the label. *Remember to press the space bar between the fields and click Next. 6. Choose a Sort (optional), and click Next. 7. Title your report (start with Rpt) and click Finish. Lourdes.day@polk-fl.net Page 13 6/18/2013

17 Merged with Word 1. Click on the table to select it. 2. Click on the External Data tab. 3. Click on Word Merge. *If you get a message that reads it is in exclusive mode Close and reopen the database 4. At the wizard window choose Create a document and then link your data to it. Click OK. 5. A new Microsoft Word document will open. 6. Click on the down arrow by the Insert Merge Field icon from the Mailings tab. Choose the field. Remember to press the space bar BFEORE inserting the next field. The inserted fields will appear <<Last>>. 7. Click on the Preview Button to see the actual data. 8. Click on the navigation arrow to scroll through your letters. 9. The Finish and Merge option will print all your letters or you may choose the preferred record to print. Import an Excel File You may export an Excel file into Access in order to create simple queries and reports. 1. Click on the External Data Tab. 2. Choose the Excel icon from the Import and Link group. 3. At the window click the Browse and locate the Excel file. Be sure Import source data into a new table in the database is selected and click OK. 4. Be sure the correct sheet is chosen an click Next. 5. First Row contains Column Headings should be selected. Click Next. 6. Click the Next button on the Field options. a. Click on each column and then check the data type and the index status. b. Leave the index set to NO unless you want to insure no duplicates. In the case of SAP, SS#, And Student ID which are all unique numbers, choose Yes, no duplicates. 7. You may choose to Let Access add primary key, or pick a unique value as a primary click Next. 8. Name the table (start with Tbl) and click Finish. 9. Close the Save Steps window. Microsoft Security Alert When Access reopens a database a message bar appears Security Warning.. You then have to click the options button and be sure Help protect me. Is selected and click OK. Lourdes.day@polk-fl.net Page 14 6/18/2013

18 If you wish to by pass this step 1. Clicking on the Open Trust Center hyperlink 2. Choose Macro settings 3. Click on Enable all macros (not recommended..) 4. Click OK Page 15 6/18/2013

19 Design View Data View Today s Date will be automatically entered if you add the now() formula. Lourdes.day@polk-fl.net Page 16 6/18/2013

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

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

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

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

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

Microsoft Access 2003 Module 1

Microsoft Access 2003 Module 1 Microsoft Access 003 Module http://pds.hccfl.edu/pds Microsoft Access 003: Module June 005 006 Hillsborough Community College - Professional Development Services Hillsborough Community College - Professional

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

Basic Microsoft Excel 2007

Basic Microsoft Excel 2007 Basic Microsoft Excel 2007 The biggest difference between Excel 2007 and its predecessors is the new layout. All of the old functions are still there (with some new additions), but they are now located

More information

Creating a Database using Access 2007

Creating a Database using Access 2007 Creating a Database using Access 2007 Starting Access 2007 Double click on the Access 2007 icon on the Windows desktop (see right), or click-on the Start button in the lower left corner of the screen,

More information

Microsoft Access 2010 Part 1: Introduction to Access

Microsoft Access 2010 Part 1: Introduction to Access CALIFORNIA STATE UNIVERSITY, LOS ANGELES INFORMATION TECHNOLOGY SERVICES Microsoft Access 2010 Part 1: Introduction to Access Fall 2014, Version 1.2 Table of Contents Introduction...3 Starting Access...3

More information

Introduction to Microsoft Access 2007

Introduction to Microsoft Access 2007 Introduction to Microsoft Access 2007 Introduction A database is a collection of information that's related. Access allows you to manage your information in one database file. Within Access there are four

More information

User Services. Microsoft Access 2003 II. Use the new Microsoft

User Services. Microsoft Access 2003 II. Use the new Microsoft User Services July 2007 OBJECTIVES Develop Field Properties Import Data from an Excel Spreadsheet Create Relationships Create a Form with a Subform Create Action Queries Create Command Buttons Create a

More information

Steps to Create a Database

Steps to Create a Database Steps to Create a Database Design the Database In order for a database to be effective some time should be spent on the layout of the table. Additionally, time should be spent on what the purpose of the

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

Excel 2003 Tutorial I

Excel 2003 Tutorial I This tutorial was adapted from a tutorial by see its complete version at http://www.fgcu.edu/support/office2000/excel/index.html Excel 2003 Tutorial I Spreadsheet Basics Screen Layout Title bar Menu bar

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

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

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

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

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

Microsoft Office. Mail Merge in Microsoft Word

Microsoft Office. Mail Merge in Microsoft Word Microsoft Office Mail Merge in Microsoft Word TABLE OF CONTENTS Microsoft Office... 1 Mail Merge in Microsoft Word... 1 CREATE THE SMS DATAFILE FOR EXPORT... 3 Add A Label Row To The Excel File... 3 Backup

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

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

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

ACCESS 2007. Importing and Exporting Data Files. Information Technology. MS Access 2007 Users Guide. IT Training & Development (818) 677-1700

ACCESS 2007. Importing and Exporting Data Files. Information Technology. MS Access 2007 Users Guide. IT Training & Development (818) 677-1700 Information Technology MS Access 2007 Users Guide ACCESS 2007 Importing and Exporting Data Files IT Training & Development (818) 677-1700 training@csun.edu TABLE OF CONTENTS Introduction... 1 Import Excel

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

Access II 2007 Workshop

Access II 2007 Workshop Access II 2007 Workshop Query & Report I. Review Tables/Forms Ways to create tables: tables, templates & design Edit tables: new fields & table properties Import option Link tables: Relationship Forms

More information

Microsoft Access 2000 for Windows Handout: 3 Academic Computing Support Information Technology Services Tennessee Technological University December 2001 1. Creating a new database In this exercise, we

More information

Creating and Using Databases with Microsoft Access

Creating and Using Databases with Microsoft Access CHAPTER A Creating and Using Databases with Microsoft Access In this chapter, you will Use Access to explore a simple database Design and create a new database Create and use forms Create and use queries

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

MICROSOFT OFFICE ACCESS 2007 - NEW FEATURES

MICROSOFT OFFICE ACCESS 2007 - NEW FEATURES MICROSOFT OFFICE 2007 MICROSOFT OFFICE ACCESS 2007 - NEW FEATURES Exploring Access Creating and Working with Tables Finding and Filtering Data Working with Queries and Recordsets Working with Forms Working

More information

BUSINESS OBJECTS XI WEB INTELLIGENCE

BUSINESS OBJECTS XI WEB INTELLIGENCE BUSINESS OBJECTS XI WEB INTELLIGENCE SKW USER GUIDE (Skilled Knowledge Worker) North Carolina Community College Data Warehouse Last Saved: 3/31/10 9:40 AM Page 1 of 78 Contact Information Helpdesk If you

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

Business Objects Version 5 : Introduction

Business Objects Version 5 : Introduction Business Objects Version 5 : Introduction Page 1 TABLE OF CONTENTS Introduction About Business Objects Changing Your Password Retrieving Pre-Defined Reports Formatting Your Report Using the Slice and Dice

More information

Microsoft Word 2010 Prepared by Computing Services at the Eastman School of Music July 2010

Microsoft Word 2010 Prepared by Computing Services at the Eastman School of Music July 2010 Microsoft Word 2010 Prepared by Computing Services at the Eastman School of Music July 2010 Contents Microsoft Office Interface... 4 File Ribbon Tab... 5 Microsoft Office Quick Access Toolbar... 6 Appearance

More information

Excel 2007 A Beginners Guide

Excel 2007 A Beginners Guide Excel 2007 A Beginners Guide Beginner Introduction The aim of this document is to introduce some basic techniques for using Excel to enter data, perform calculations and produce simple charts based on

More information

Intro to Excel spreadsheets

Intro to Excel spreadsheets Intro to Excel spreadsheets What are the objectives of this document? The objectives of document are: 1. Familiarize you with what a spreadsheet is, how it works, and what its capabilities are; 2. Using

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

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

Access 2010 Intermediate Skills

Access 2010 Intermediate Skills Access 2010 Intermediate Skills (C) 2013, BJC HealthCare (St Louis, Missouri). All Rights Reserved. Revised June 5, 2013. TABLE OF CONTENTS OBJECTIVES... 3 UNDERSTANDING RELATIONSHIPS... 4 WHAT IS A RELATIONSHIP?...

More information

Decision Support AITS University Administration. Web Intelligence Rich Client 4.1 User Guide

Decision Support AITS University Administration. Web Intelligence Rich Client 4.1 User Guide Decision Support AITS University Administration Web Intelligence Rich Client 4.1 User Guide 2 P age Web Intelligence 4.1 User Guide Web Intelligence 4.1 User Guide Contents Getting Started in Web Intelligence

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

Creating a Database Using Access 2003 for Windows 2000/Me/XP

Creating a Database Using Access 2003 for Windows 2000/Me/XP Creating a Database Using Access 2003 for Windows 2000/Me/XP Starting Access 2003 Double click on the Access 2003 icon on the Windows desktop (see right), or click-on the Start button in the lower left

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

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

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

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

Microsoft Access XP Session 1 Week 8

Microsoft Access XP Session 1 Week 8 Creating a Database Click-on the Start button in the lower left corner of the screen, then click-on Programs, and then click-on Microsoft Access. New File The Access XP New File Task Pane will appear on

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

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

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

Introduction to Microsoft Office Access 2010

Introduction to Microsoft Office Access 2010 Introduction to Microsoft Office Access 2010 The Himmelfarb Health Sciences Library Questions? Ask us. Microsoft Office Access 2010 by Himmelfarb Health Sciences Library is licensed under a Creative Commons

More information

Appendix A How to create a data-sharing lab

Appendix A How to create a data-sharing lab Appendix A How to create a data-sharing lab Creating a lab involves completing five major steps: creating lists, then graphs, then the page for lab instructions, then adding forms to the lab instructions,

More information

TheFinancialEdge. Fast! Guide

TheFinancialEdge. Fast! Guide TheFinancialEdge Fast! Guide 101811 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

Basic Excel Handbook

Basic Excel Handbook 2 5 2 7 1 1 0 4 3 9 8 1 Basic Excel Handbook Version 3.6 May 6, 2008 Contents Contents... 1 Part I: Background Information...3 About This Handbook... 4 Excel Terminology... 5 Excel Terminology (cont.)...

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

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

A database is a collection of data organised in a manner that allows access, retrieval, and use of that data.

A database is a collection of data organised in a manner that allows access, retrieval, and use of that data. Microsoft Access A database is a collection of data organised in a manner that allows access, retrieval, and use of that data. A Database Management System (DBMS) allows users to create a database; add,

More information

Excel 2003 A Beginners Guide

Excel 2003 A Beginners Guide Excel 2003 A Beginners Guide Beginner Introduction The aim of this document is to introduce some basic techniques for using Excel to enter data, perform calculations and produce simple charts based on

More information

Microsoft Excel 2010 Tutorial

Microsoft Excel 2010 Tutorial 1 Microsoft Excel 2010 Tutorial 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 data and

More information

Microsoft Excel Basics

Microsoft Excel Basics COMMUNITY TECHNICAL SUPPORT Microsoft Excel Basics Introduction to Excel Click on the program icon in Launcher or the Microsoft Office Shortcut Bar. A worksheet is a grid, made up of columns, which are

More information

OX Spreadsheet Product Guide

OX Spreadsheet Product Guide OX Spreadsheet Product Guide Open-Xchange February 2014 2014 Copyright Open-Xchange Inc. OX Spreadsheet Product Guide This document is the intellectual property of Open-Xchange Inc. The document may be

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

Microsoft Excel Tips & Tricks

Microsoft Excel Tips & Tricks Microsoft Excel Tips & Tricks Collaborative Programs Research & Evaluation TABLE OF CONTENTS Introduction page 2 Useful Functions page 2 Getting Started with Formulas page 2 Nested Formulas page 3 Copying

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

Access 2007. Using Access

Access 2007. Using Access Access 2007 Using Access 1 Contents Introduction to Microsoft Access 2007... 3 Microsoft Access 2007 features 3 Opening a database 4 Database objects 5 Opening objects 6 Working with objects 6 Saving in

More information

Excel Project Creating a Stock Portfolio Simulation

Excel Project Creating a Stock Portfolio Simulation Background Vocabulary Excel Project Creating a Stock Portfolio Simulation 1. What is a stock? A stock is a share in the ownership of a corporation, a large business organization. A stock, also, represents

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

Microsoft Access 2010

Microsoft Access 2010 IT Training Microsoft Access 2010 Jane Barrett, IT Training & Engagement Team Information System Services Version 3.0 Scope Learning outcomes Learn how to navigate around Access. Learn how to design and

More information

SAP Business Intelligence (BI) Reporting Training for MM. General Navigation. Rick Heckman PASSHE 1/31/2012

SAP Business Intelligence (BI) Reporting Training for MM. General Navigation. Rick Heckman PASSHE 1/31/2012 2012 SAP Business Intelligence (BI) Reporting Training for MM General Navigation Rick Heckman PASSHE 1/31/2012 Page 1 Contents Types of MM BI Reports... 4 Portal Access... 5 Variable Entry Screen... 5

More information

All V7 registers support barcode printing, except the Sharp 410/420 1A ROM and that limitation is based upon the register.

All V7 registers support barcode printing, except the Sharp 410/420 1A ROM and that limitation is based upon the register. Tools Section Barcode Printing These are basic instructions for Version 7 Polling barcode printing. Users will need to have a PLU/UPC file containing either UPC-A, UPC-E, EAN 13 or EAN 8 numbers, label

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

Excel for Data Cleaning and Management

Excel for Data Cleaning and Management Excel for Data Cleaning and Management Background Information This workshop is designed to teach skills in Excel that will help you manage data from large imports and save them for further use in SPSS

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

Microsoft Access Rollup Procedure for Microsoft Office 2007. 2. Click on Blank Database and name it something appropriate.

Microsoft Access Rollup Procedure for Microsoft Office 2007. 2. Click on Blank Database and name it something appropriate. Microsoft Access Rollup Procedure for Microsoft Office 2007 Note: You will need tax form information in an existing Excel spreadsheet prior to beginning this tutorial. 1. Start Microsoft access 2007. 2.

More information

What is a database? The parts of an Access database

What is a database? The parts of an Access database What is a database? Any database is a tool to organize and store pieces of information. A Rolodex is a database. So is a phone book. The main goals of a database designer are to: 1. Make sure the data

More information

BusinessObjects: General Report Writing for Version 5

BusinessObjects: General Report Writing for Version 5 BusinessObjects: General Report Writing for Version 5 Contents 1 INTRODUCTION...3 1.1 PURPOSE OF COURSE...3 1.2 LEVEL OF EXPERIENCE REQUIRED...3 1.3 TERMINOLOGY...3 1.3.1 Universes...3 1.3.2 Objects...4

More information

Web Intelligence User Guide

Web Intelligence User Guide Web Intelligence User Guide Office of Financial Management - Enterprise Reporting Services 4/11/2011 Table of Contents Chapter 1 - Overview... 1 Purpose... 1 Chapter 2 Logon Procedure... 3 Web Intelligence

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

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

3 What s New in Excel 2007

3 What s New in Excel 2007 3 What s New in Excel 2007 3.1 Overview of Excel 2007 Microsoft Office Excel 2007 is a spreadsheet program that enables you to enter, manipulate, calculate, and chart data. An Excel file is referred to

More information

User Services. Intermediate Microsoft Access. Use the new Microsoft Access. Getting Help. Instructors OBJECTIVES. July 2009

User Services. Intermediate Microsoft Access. Use the new Microsoft Access. Getting Help. Instructors OBJECTIVES. July 2009 User Services July 2009 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

More information

EXCEL 2007. Using Excel for Data Query & Management. Information Technology. MS Office Excel 2007 Users Guide. IT Training & Development

EXCEL 2007. Using Excel for Data Query & Management. Information Technology. MS Office Excel 2007 Users Guide. IT Training & Development Information Technology MS Office Excel 2007 Users Guide EXCEL 2007 Using Excel for Data Query & Management IT Training & Development (818) 677-1700 Training@csun.edu http://www.csun.edu/training TABLE

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

Section 4. Mastering Folders

Section 4. Mastering Folders Section 4 Mastering Folders About This Section Section 3: Working with Receipts introduced you to the Receipts Grid area of the Receipt Organizer window (the lower of the two grids). In the Receipts Grid,

More information

WHAT S NEW IN WORD 2010 & HOW TO CUSTOMIZE IT

WHAT S NEW IN WORD 2010 & HOW TO CUSTOMIZE IT WHAT S NEW IN WORD 2010 & HOW TO CUSTOMIZE IT The Ribbon... 2 Default Tabs... 2 Contextual Tabs... 2 Minimizing and Restoring the Ribbon... 3 Customizing the Ribbon... 3 A New Graphic Interface... 5 Live

More information

Designing and Running Reports. Applicable to 7.144 onwards

Designing and Running Reports. Applicable to 7.144 onwards Designing and Running Reports Applicable to 7.144 onwards Revision History Version Change Description Date 7.144-1.0 Initial release. 23/01/2012 7.144-1.1 Instruction for setting up the report scheduler

More information

4. The Third Stage In Designing A Database Is When We Analyze Our Tables More Closely And Create A Between Tables

4. The Third Stage In Designing A Database Is When We Analyze Our Tables More Closely And Create A Between Tables 1. What Are The Different Views To Display A Table A) Datasheet View B) Design View C) Pivote Table & Pivot Chart View D) All Of Above 2. Which Of The Following Creates A Drop Down List Of Values To Choose

More information

Reduced Quality Sample

Reduced Quality Sample Access 2007 Essentials PART ONE Mobile MOUSe Access 2007 Essentials Version # 1.1 Part One 08/08/2010 11:20 About this Course Microsoft Access is the database application included with Microsoft Office.

More information

6. If you want to enter specific formats, click the Format Tab to auto format the information that is entered into the field.

6. If you want to enter specific formats, click the Format Tab to auto format the information that is entered into the field. Adobe Acrobat Professional X Part 3 - Creating Fillable Forms Preparing the Form Create the form in Word, including underlines, images and any other text you would like showing on the form. Convert the

More information

Creating Interactive PDF Forms

Creating Interactive PDF Forms Creating Interactive PDF Forms Using Adobe Acrobat X Pro Information Technology Services Outreach and Distance Learning Technologies Copyright 2012 KSU Department of Information Technology Services This

More information

Creating an Access Database. To start an Access Database, you should first go into Access and then select file, new.

Creating an Access Database. To start an Access Database, you should first go into Access and then select file, new. To start an Access Database, you should first go into Access and then select file, new. Then on the right side of the screen, select Blank database. Give your database a name where it says db1 and save

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

MS Word 2007 practical notes

MS Word 2007 practical notes MS Word 2007 practical notes Contents Opening Microsoft Word 2007 in the practical room... 4 Screen Layout... 4 The Microsoft Office Button... 4 The Ribbon... 5 Quick Access Toolbar... 5 Moving in the

More information

Workspaces Creating and Opening Pages Creating Ticker Lists Looking up Ticker Symbols Ticker Sync Groups Market Summary Snap Quote Key Statistics

Workspaces Creating and Opening Pages Creating Ticker Lists Looking up Ticker Symbols Ticker Sync Groups Market Summary Snap Quote Key Statistics Getting Started Workspaces Creating and Opening Pages Creating Ticker Lists Looking up Ticker Symbols Ticker Sync Groups Market Summary Snap Quote Key Statistics Snap Report Price Charts Comparing Price

More information

Sample Table. Columns. Column 1 Column 2 Column 3 Row 1 Cell 1 Cell 2 Cell 3 Row 2 Cell 4 Cell 5 Cell 6 Row 3 Cell 7 Cell 8 Cell 9.

Sample Table. Columns. Column 1 Column 2 Column 3 Row 1 Cell 1 Cell 2 Cell 3 Row 2 Cell 4 Cell 5 Cell 6 Row 3 Cell 7 Cell 8 Cell 9. Working with Tables in Microsoft Word The purpose of this document is to lead you through the steps of creating, editing and deleting tables and parts of tables. This document follows a tutorial format

More information

paragraph(s). The bottom mark is for all following lines in that paragraph. The rectangle below the marks moves both marks at the same time.

paragraph(s). The bottom mark is for all following lines in that paragraph. The rectangle below the marks moves both marks at the same time. MS Word, Part 3 & 4 Office 2007 Line Numbering Sometimes it can be helpful to have every line numbered. That way, if someone else is reviewing your document they can tell you exactly which lines they have

More information