Introduction to Access 2013

Size: px
Start display at page:

Download "Introduction to Access 2013"

Transcription

1 Introduction to Access 2013 Information Technology Services West Virginia University IT Service Desk (304) , Workshop Materials: it.wvu.edu/training/classmat/db/ Last Revised: June 12, 2014 Copyright 2014 West Virginia University

2 Contents Contents... ii Getting Started... 1 What is a database/relational database?... 1 Database applications... 1 Access Environment... 2 Starting Access... 2 Opening an Access Database... 3 Database window... 3 Ribbons and Tabs... 4 Navigation Pane... 6 Types of Objects... 7 Table Basics... 7 Open a table... 7 Navigate to records... 7 Edit records in a table... 8 Add records to a table... 9 Sort records Filter records Inside Access Design View Types of Fields (data types) Using Field Properties Looking at Lookup Properties Modifying the table structure View & Navigate Records with a Form The Form tool Create a basic form Create a form using the Form Wizard Working with Reports The Report tool Creating a simple report Using Layout View to touch up a report ii WVU Information Technology Services

3 Getting Started What is a database/relational database? Microsoft Office Access is a database management system that provides a graphical user interface for creating and maintaining relational databases. A relational database is a database management system in which data is stored in the form of tables, and the relationship among the data is also stored in the form of tables. Relational databases are the most common kind of database in use today. Database applications Access is commonly used for small-scale applications, such as you would find within departments of large institutions. It is best used by individuals or small groups of people. In addition to its ease of use in designing and building a database from scratch, Access also features a variety of pre-built database solutions. You can use these applications to track contacts, events, issues, assets, and tasks or you can treat them like templates Copyright 2014 West Virginia University

4 Access Environment Starting Access There are a variety of ways to start Access. Here is a basic way that will work in our OIT training lab: 1. Click Start on the Windows task bar 2. Select All Programs and navigate to the Microsoft Office menu item 3. When you move your pointer over Microsoft Office, a sub-menu of Office components and tools will appear to one side 4. Click on Microsoft Office Access 2013 When you start Access 2013 this way, you will be presented with a screen similar to the one below. Unlike other Office programs that you might be familiar with, Access does not start with a blank database. In the middle of the screen, you can see a number of task-oriented icons from which you can begin designing a database based upon a typical need, such as asset tracking or maintaining contacts. A search box at the top lets you visit Microsoft Office Online to search for additional templates. A menu on the left side displays recently used database files and a link to Open Other Files. 2 WVU Information Technology Services

5 Opening an Access Database We re going to start learning with an existing database, so click on the Open Other Files command (shown circled above). This brings up an Open screen similar to the one below: 1. Click on the Computer icon (shown circled). 2. In the Open dialog box, navigate to the location on your computer where the Faculty.accdb file resides (your instructor will tell you where to look). 3. Select the Faculty.accdb file and click on the Open command button that is on the lower-right of the dialog box. 4. A Database window, similar to the one below, should appear. Database window The first thing you may see is a security warning: This protects you from running commands that may be potentially harmful. We can trust this file, so click on the Enable Content command. Following is an illustration of a typical Access database window with some of the key components labeled: Introduction to Access

6 1. Quick Access Toolbar this is a small area that allows one-click access to common commands such as Save, Undo and Redo. 2. Tabs command tabs include File, Home, Create, External Data, and Database Tools. Note also that in certain circumstances you may also see Contextual tabs, such as Table Tools, which is just to the left of the arrow. Contextual tabs often include sub-tabs. 3. The Ribbon is a replacement for menus and toolbars, and it provides the main command interface in Access It consolidates, in one place, those tasks or entry points that used to require menus, toolbars, task panes, and other user interface components. The Ribbon contains a series of command tabs: Home, Create, External Data, and Database Tools. 4. Navigation pane contains the names of your database objects, such as tables, forms, reports, pages, etc. This replaces the Database window used by previous versions of Access. 5. Tabbed documents in place of overlapping windows in previous versions of Access, database objects are now displayed as tabbed documents. 6. Record navigation controls this player style control lets you move between records, add a new record, and find text in a document. Ribbons and Tabs The Ribbon is a new feature that first appeared in Access Made up of tabs, groups, and commands, it is designed to help you quickly find the commands that you need to complete a task. Commands are organized in logical groups, which are collected together under tabs. Each tab relates to a type of activity. As a way to reduce clutter, some tabs are only shown when needed, for example a Design tab will appear when you start to create a table or form. 4 WVU Information Technology Services

7 File Tab New to Access 2013, the File tab displays as an entire window with commands running down the left side. The File tab provides what is called a Backstage view. It includes all of the documentand file-related commands, including Info, Save, Save As, Open, Close, Recent, New, Print, and Save & Publish. Home Tab This general-purpose tab controls your view of the database, traditional edit functions, as well as record manipulation tools. Views sets the view of the tabbed document to Form, Datasheet, Layout, or Design Clipboard holds icons for Cut, Copy, Paste, and Form Painter Sort & Filter perform column sorts and apply different types of filters Records contains commands to refresh, add, save, and delete records, as well as calculating sums and spell-checking Find perform find/replace operations, go-to, or selection tasks Introduction to Access

8 Text Formatting font-related effects, such as bold, italics, font color, text alignment. This is also where you can add or modify gridlines and themes Create Tab Use the Create tab to create basic Access components, such as tables, queries, forms, and reports. External Data Tab The External Data tab helps you to import and export data. Import & Link allows you to import data from Excel, Access, and a variety of text formats. Export allows you to export your data to Excel, Adobe PDF, Word, and other formats, as well as perform merge operations with Word. Collect Data provides tools that let you create and manage s to be used for data collection forms Database Tools Tab The Database Tools tab lets you work with Visual Basic and Macros; display relationships, properties and object dependencies; document and analyze the database; move data; and perform miscellaneous functions. Navigation Pane The Navigation Pane is a central location from which you can view and access database objects (more on objects below) such as tables, queries, forms and reports. The Navigation Pane in Access 2007 replaces the Database Window of previous versions. 6 WVU Information Technology Services

9 For example, if you want to open a table in Design view or run a report, you can perform those tasks in the Navigation Pane. You can change and customize the layout of the Navigation Pane to sort and display your database objects in different ways, such as by object type, categories, and dates. Types of Objects Major database components in Access are referred to as database objects. The four major types of database objects in Access are tables, queries, forms, and reports. Tables A Table is an object that you define and use to store data. Ideally, each table contains information (in the form of records) about a particular subject. Tables contain fields that store different kinds of data, such as names and addresses. Queries A Query is an object that provides a custom view of data from one or more tables (e.g., all students from New Jersey). In addition, you can define queries to select, update, insert, or delete data. Forms A Form is an object designed primarily for data input or display. A form can be used to customize the presentation of data. Reports A Report is an object designed for formatting, calculating, printing, and summarizing selected data. You can view a report on your screen before you print it. Table Basics Open a table The sample database that we will work with in this class is called Faculty. It consists of a Contacts-style database of faculty names, addresses, and miscellaneous department information. Data in the table is organized in a format of rows and columns. The information in a row is referred to as a record. Each vertical column, called a field, describes a record element, such as Faculty ID, First Name, or Address. Navigate to records If you use your mouse pointer to click in the blank square to the left of a row, you will highlight and select one record. Try this for the record with ID #5, Kathryn Rogers. When you select record #5, note the record navigation panel at the bottom of the datasheet displays that you are on record 5 of 57. Record navigation in Access uses a standard interface, like the one pictured below: Introduction to Access

10 1. go to first record 2. go to previous record 3. go to next record 4. go to last record 5. current record 6. total number of records 7. create new record Find a record The Find command is on the Home tab. It looks like a pair of binoculars. This command has many features, letting you search specific fields. Let s use it to find the last name Guzman in the Faculty table: 1. Highlight the Last Name field at the top of the Faculty table by left-clicking on it. 2. Click on the binoculars in the Find group of the Home tab. 3. In the Find and Replace dialog box, make sure the Find tab is selected. In the Find What: text box, type the name Guzman and click the Find Next command button. 4. Note that the Find and Replace dialog box remains in view, but the data sheet beneath jumps down and places a selection field around the name Guzman. 5. Note also the list features in the Find and Replace dialog box: recent searches are saved and can be recalled, you can use the Look In list box to expand the search to the entire table, and you can modify other aspects of the search Edit records in a table To edit a record in a table, you need only place your cursor in a field and double-click with the left mouse button. Emily Guzman s Address has a mistake it says doggit.edu but it s supposed to be dodgit.edu. Make the correction in her Address field and then press Tab or hit Enter. Access automatically saves the record you are adding or editing as soon as you move the insertion point to a different record or if you close the form or datasheet you are working on. 8 WVU Information Technology Services

11 Once you have made the change and moved to another field, the information has been modified in the table. The Save command is not used to save changes to your data in Access it is only there to save changes to the format and layout of your tables. Note that when you change the data, the Undo key in the Quick Access Toolbar will let you undo a recent change. Add records to a table You can add a new record to your table directly in the datasheet view. If you navigate down to the last record, you will notice that the next row which is blank has an asterisk (*) in front of it. This is the standard symbol for a new record. You can also get to the new record row by several other ways: By clicking on the new icon in the Records group of the Home tab By using the tab key to tab past the last field in the last record (this is a handy data entry feature) By clicking on the New (blank) record icon in the record navigation panel at the bottom of the datasheet. Type in the new record 1. Tab to the first field ID if your insertion point is elsewhere. Note the highlighted frame around the field, which indicates it is your active field. In this table, the ID field is an automatically generated AutoNumber (more on this later). This means that Access will control the numbering sequence of ID for you. Press tab twice (once to move to the next field Company and once to bypass that field and go on to the next field. 2. In the Last Name field, type in Newby and tab to the First Name field. Fill in the rest of the record with this information: First Name: John Address: John.Newby@mailinator.com Date of Birth: 4/23/1966 ID Number: 5673 Faculty ID: 5472 Department: Computer Science Faculty Type: Lecturer Office: 1013 Ebcdic Education: Ph.D. School/Program Name: Arts and Sciences Chair: (leave box blank) Note that there are additional fields as well. For other records, some of these fields are blank and some are not. Don t worry about these this isn t a typing or data entry class. Introduction to Access

12 Sort records In Access, you can sort or rearrange the records in a way that makes it easier for you to understand your data. The default sort order for records is by their primary key. In this case, the primary key is ID, which is a number. A simple sort 1. Identify a field on which you would like to sort. In this example, let s sort by Last Name. To the right of the field title is a downward-pointing arrow. Click this arrow to display a sort/filter shortcut menu. 2. This menu can be quite versatile, allowing you not only to sort, but also to apply specific text filters. For now, let s just do a simple A-to-Z sort of the last name: click Sort A to Z 3. Note that the datasheet now shows records sorted alphabetically by Last Name. To remove a sort order from a table, query, or form, on the Home tab, in the Sort & Filter group, click the Remove Sort.command. Filter records A record filter allows you to narrow or filter the display of information down to records that meet a certain criteria. For example, a department field in the faculty table can currently be one of the following: Chemistry Computer Science Geology Mathematics Physics We could apply a filter that would let us display any or all of those departments. Note that a filter is a lot like a Query, except that a filter shows your results on the fly, while a Query can be incorporated into a subsequent record management procedure, such as a Form or Report. A simple filter Identify a field on which you would like to apply a filter. 10 WVU Information Technology Services

13 In this example, let s filter the Department field to display only Chemistry faculty. 1. To the right of the Department field title is a downward-pointing arrow. Click this arrow to display a sort/filter shortcut menu. The filter portion is beneath the sort commands. 2. By default, all of the Departments are selected to be viewed. Click on the Select All checkbox to unselect all of the Departments. 3. Click the checkbox in front of the Chemistry department to select just that department. 4. Click the OK command button. After you click OK, the Faculty table display will be filtered to show only Chemistry Department faculty. To remove a filter from a table, on the Home tab, in the Sort & Filter group, click the Toggle Filter button. Back in the Sort & Filter shortcut menu, notice the filter for Blanks this filter can be a handy way to scan for missing data! Inside Access So far, you ve looked at an Access table at the datasheet level, where you can view and modify records. While designing a new database is the subject of another Access tutorial, it s useful for you to become acquainted with some fundamental software features and terminology. Design View Underlying the datasheet view of any Access table is the Design View, where you can view and modify the table s structure. You can look at the data type for each field (e.g., whether it is a text or numeric field), find input masks, or see if the table uses any lookup fields. Types of Fields (data types) Access 2013 supports these data types: Introduction to Access

14 Attachment This field is used for storing binary files, such as digital photos, that you cannot read by using a text editor. Multiple files can be attached per record. AutoNumber Numbers that are automatically generated for each record. An incremented AutoNumber field is a convenient way to create a unique identifier called a primary key. Calculated The Calculated field lets you calculate values from fields in the same table, as well as built-in Access functions. Some experts recommend against using Calculated fields because the results can be unreliable. Currency Monetary values. Date/Time Use this field for storing dates and time values. Each stored value includes both a date component and a time component. Hyperlink Hyperlinks provide single-click access to a URL, such as an address or a web page. Long Text Use this field for long blocks of text (more than 255 characters), as well as for text that uses rich text formatting. An example of a Long Text field might be a detailed course description. Number Numeric values (integers or fractional) that will be used in calculations. Note that there is a separate data type for currency. OLE Object (Object Linking and Embedding) This is a protocol that lets you create a field that consists of an embedded link to an OLE object, such as a Windows Paint picture, and Excel spreadsheet, or a Word document. The Attachment field (discussed above) is now recommended over the use of OLE Object. Short Text This general-purpose field type can be any short (up to 255 characters), alphanumeric value, such as a last name or a street address. Yes/No Boolean datatype having one of two values (e.g., paid/unpaid, or active/inactive) Lookup Wizard There really are just ten data types. However, when you set data types in Design View, you ll notice that there s an 11th choice, called Lookup Wizard. The Lookup Wizard is not an actual data type. However, you can use the Lookup 12 WVU Information Technology Services

15 Wizard to create lookup fields, so that the user will enter only the proper types of data in the table field. Table Design data types and field properties 1. Field Name can be up to 64 characters long, including any combination of letters, number and special characters (except period, exclamation mark, accent grave, or brackets) 2. Data Type displays the field data type via a dropdown list (see #4 below) 3. Description entering a description property for a field helps document your application. 4. List of data types dropdown when you place the mouse pointer over the data type for a field, a dropdown arrow appears on the right side of the column. Clicking on this arrow will display a list of data types. 5. Primary key indicator key symbol, which denotes the primary key field of a table Primary Keys A primary key is a field (or set of fields) that uniquely identifies a record in a table. For example, a list of faculty could use an employee number or some other unique identifier. Note that although a Social Security Number is considered a unique identifier, privacy concerns discourage its use. Designating a field as a primary key ensures that you do not enter the same record more than once; primary keys do not permit duplicate entries within the database. Introduction to Access

16 Field Properties Beneath the Table Design panel is a Field Properties panel where you can further define and control a field s attributes and appearance. The list of specific properties can vary, depending upon the related data type. For example a Date/Time data field won t have an associated Field Size. Some field properties, such as Field Size, let you type in a specific value. Other field properties, such as Default Value or Required, will display an expression builder or a selection list when you click in their spaces. It s difficult to cover all of the possible field properties in an introductory tutorial. Following are some useful field properties: Format Customizes the way that the field appears by default when it is displayed or printed. Although format is dependent upon the data type, you should be aware that there are special formats to help you display date/times, numbers & currency, text, and yes/no data types. Input Mask An input mask can help you with data entry, providing you with a template or mask for data such as telephone numbers, social security, or ZIP codes. Validation Rule An expression that limits the values that can be entered in the field. For example, you can set rules to control what kind of character (e.g., numeral or letter) and how many characters can be entered. When data is entered that violates the rule, you can supply a Validation Text message to inform the user. Required Assures that a necessary and important data field cannot be left blank. 14 WVU Information Technology Services

17 Using Field Properties The following activities explore some of the practical aspects of using field properties in your database. Making a Field Required Let s fix the Faculty table so that it cannot have a record without having an entry in either the Last Name or First Name field. In the Design View for the Faculty table, select the Last Name field. Locate Required in the General properties section and click on it. Notice that when you click on the property, a pull-down arrow appears over on the far-right. Click on the pull-down, and select Yes as the property value. Repeat the above steps for the First Name field. Save the changes and click back to Table View. Note that a dialog box appears, warning you that Data integrity rules have been changed; existing data may not be valid for the new rules. Respond Yes and continue. Test the data integrity rule by trying to create a record without a Last or First name. Making use of Default Instead of having to type Arts and Sciences for every new School/Program Name entry, let s make it the default value for the field. The default value will appear already entered, but a user can still overtype it with a different value. In the Design View for the Faculty table, select the School/Program Name field. Locate Default Value in the General properties section. To the right of Default Value, type Arts and Sciences using the double quotation marks as shown. Limit the Number of Characters in a Field Configure the State/Province field so that it will only accept two-character, upper-case abbreviations. 1. In the Design View for the Faculty table, select the State/Province field. Locate Format in the General properties section and click the field on the right. Observe the help panel to the far right of the Field Properties. At the end, it suggests that you press F1 for help on formats. Press F1. 2. In the Recommended help dialog, select the link for TextBox.Format Property (Access). 3. In the TextBox.Format Property (Access) help, scroll down until you see a hyperlink bullet list of format topics. Click on the link for Text and Memo Data Types. 4. Study the Setting section and apply the format symbol that forces all characters to uppercase (i.e., add the > symbol to the Format field property). Introduction to Access

18 5. Next, locate Validation Rule in the General properties section and click the field on the right. Observe the help panel to the far right of the Field Properties. At the end, it suggests that you press F1 for help on validation rules. Press F1. 6. In the Recommended help dialog, select the link for TextBox.ValidationRule Property (Access). 7. Study the TextBox.ValidationRule Property (Access) section, and scroll down to the table of expression examples: 8. The highlighted example, Like A???? provides us with a clue as to how we can create a validation rule to limit the number of characters. 9. To the right of Validation Rule, type Like?? (Don t forget the double-quotes around the question marks). 10. Immediately below the Validation Rule property is a Validation Text property. This allows you to display a warning message that can spell out what is required for a valid State/Province entry. Type in something like State codes must be two-characters. 11. Save the changes you ve made to the properties of Faculty table. You will receive a warning that Data integrity rules have been changed. The dialog also asks if you want Access to test the rules against existing data. If any existing state code breaks the validation rule, e.g., it has less than two- or more than two-characters, Access will warn you that a validation rule has been broke. However, it won t tell you which record(s). 12. Test the new validation rule on an existing State code. Rules are one way that you can assure data integrity. Another way is to limit the data entry to a specific list of allowable values. This can be done with a Lookup Field. 16 WVU Information Technology Services

19 Looking at Lookup Properties When we were looking at the Field Properties panel, you may have noticed that there was a Lookup tab in addition to the General tab. Initially, there s no information in that Lookup tab you must first activate it and associate it with a field by using the Lookup Wizard. Lookups are great for: Speeding up data entry it s usually much easier to pick from a list of items than it is to actually type in the item name Assuring data integrity if you plan on making special use of data in a field, such as being able to break it down into categories, that data must be uniform and accurate. The best way to assure this is to control its correct entry. Creating a Lookup list The data field Department in the Faculty table is an excellent candidate for a Lookup list. We want these values to be uniform and correctly spelled: Chemistry Computer Science Geology Mathematics Physics We re going to do our modification in the Design View of the Faculty table: 1. Right-click your mouse pointer over Faculty in the Tables section of the Navigation Pane. In the shortcut menu, click on Design View. You will see the Faculty table in the tabbed documents view displayed in Design View. 2. Locate the Department field (between Faculty ID and Faculty Type). 3. Click your mouse pointer in the Data Type column for Department. Then click the List Arrow, which appears on the right side of the box. 4. In the List of data types dropdown, click on Lookup Wizard, which is at the bottom the list. A Lookup Wizard dialog will appear. of Introduction to Access

20 5. In this dialog box, you are asked how you want your lookup column to get its values. Click on the radio button that says I will type in the values that I want. Click the Next command button at the bottom. 6. The next page of the Lookup Wizard asks you to enter the number of columns that you want in the list. The default is 1, which is what we want. Below that, type in the list of departments in the Col1 column. Use the Tab key to go to the next blank row after typing in a value. (If you inadvertently get to the next dialog page before you are done, you can click the Back command button) Click the Next command button at the bottom. 7. The final step in the Lookup Wizard asks you to type in a label for your lookup column. The default, Department, is acceptable. We re not storing multiple values for this lookup, so do not place a check in the box labeled Allow Multiple Values. Click the Finish command button. When you have completed these steps, you ll notice that nothing appears to have changed Department still has a data type of Text. Down below, in the Field Properties section, click on the Lookup tab. Notice that new fields have now been added to the Lookup tab. At this point, can still to type an entirely different department name directly into this field. If you want to prevent this, go back to the Lookup tab in Field Properties and set the property for Limit to List as Yes. Now the Department fields will accept text only if it matches one of the pre-existing field choices. 18 WVU Information Technology Services

21 Save your recent changes. Click the Save icon on the Quick Access Toolbar. Go back to the Datasheet View of the Faculty table and click on the Department field for one of the records. You will see that a selection list arrow now appears on the right side of the field, allowing you to pick a Department name from the list. You don t need to rely on your mouse pointer to make a selection from the list. You can type in the leading letter(s) of a list item to select it. As an example, if you are in the Department field, you can type m and hit tab to select Mathematics. If you have identical leader letters (e.g., Chemistry and Computer Science ), you would type two letters (e.g., co ) in order to select the second item. Can you think of any other fields in the Faculty table where a Lookup could help speed the data entry process and maintain consistency? If you want to add a new department (or change an existing one), don t forget to update the Row Source field in your Lookup! Modifying the table structure Once a database has been created, it s still possible to make modifications to the underlying structure. You can insert, delete, and rename data fields (i.e., columns). Backing up the database Before you modify design elements or field properties in a database, you should make sure that you can undo your changes in the event that some unforeseen problem might arise. One of the most important things you can do to protect yourself (and your data) is to create backups of your database. Access has a Back Up Database command it s just not in the Database Tools tab, where you might expect it to be. To access the Back Up Database command: 1. Click on the Office Button 2. Click on Manage from its menu. 3. Click on Back Up Database. When you run the Back Up Database command, you ll see a Save As dialog box, which lets you save a copy of your active database with the current date appended as part of the filename. Deleting a field from a table You can delete a field from your table, but it is up to you to remember if any database objects (such as queries) contain references to the deleted field. If one of your objects contains a reference (e.g., a bound control) to the deleted field, Access won t be able to find the data, and it will generate an error message. Introduction to Access

22 You don t have to be in Design View in order to insert, delete, or rename a data field. While in datasheet view of the Faculty table, let s delete the Company field (located between ID and Last Name).. 2. Place the mouse pointer over the column header (i.e., directly over the word Company ) and right click with the mouse button. 3. Click on the Delete Column command, near the bottom of the shortcut menu. 4. A Microsoft Office Access dialog box will appear, asking you to confirm that you want to permanently delete the field. Click Yes. 5. The Company field has been deleted from the table. View & Navigate Records with a Form A form is a database object that you can use to enter, edit, or display data from a table or a query. Think of forms as windows through which people see and reach your database. An effective form speeds the use of your database, because people don't have to search for what they need. The Form tool Form tools are found in their own Forms group on the Create tab. Following is a description of some of the main form tools: Form With the Form tool, you can create a form with a single mouse-click. When you use this tool, all the fields from the underlying data source are placed on the form. You can begin using the new form immediately, or you can modify it in Layout view or Design view to better suit your needs. Split Form A split form is a new feature in Access 2007 that gives you two views of the data at the same time a Form view and a Datasheet view. The two views are connected to the same data source and are synchronized with each other at all times. Multiple Items The basic Form tool creates forms that display a single record at a time. The Multiple Items tool creates a form where multiple records are displayed. Form Wizard The Form Wizard (which is hiding within More Forms ) lets you determine what fields will appear on your form, as well as how your data is grouped and sorted. There are other form tools, but their use requires an understanding of form design concepts, which are beyond the scope of this document. 20 WVU Information Technology Services

23 Create a basic form 1. In the Navigation Pane, click on the table that you want to see on your form. For this exercise, we ll continue using the Faculty table. 2. On the Create tab, in the Forms group, click Form. Access creates a form that displays every field in a record. This form starts out in design view, meaning that you can make design changes to the form while it is displaying data. The form is a friendlier version of the data table you can make changes to fields by retyping the information, or you could use the familiar record navigation tool at the bottom of the form to navigate, search for information, or add a new record. If you have completed the exercise above for adding a Lookup list, you should notice that the Department field in your form uses that Lookup list, and that it does not allow you to enter a department name that is not already on that list! Create a form using the Form Wizard As you have seen from all of the data fields in the Faculty table, there are a number of fields that are blank and not being used in this database. Rather than deleting all of these unused fields (somewhere down the road, we may actually want them), we can design a form that displays just those data fields that we want to work with. This is a job for the Forms Wizard. 1. On the Create tab, in the Forms group, click More Forms. 2. Select the Form Wizard icon from the top of the More Forms menu. 3. In the first Form Wizard panel, you must select the Table/Query that you will use. By clicking on the selection arrow to the right of the Tables/Queries box, select Table: Faculty. 4. The next step involves the selection of fields from the list of Available Fields on the left side and placing them in the Selected Fields box on the right side by clicking the single selection button. These are the data fields we will like to use (if you select them in this order, that is how they ll appear later): ID Faculty ID First Name Last Name Address Office Phone Department Faculty Type 5. When you have completed the selection process, click the Next button to continue. 6. The second Form Wizard panel asks you to select the type of layout you would like. The preview window on the left will display each layout for you as you select the various buttons (try this). We ll stick with the default Columnar form, so select that button and click Next. Introduction to Access

24 7. The third Form Wizard panel asks you to select a style for the display of your form. Again, the preview window on the right will show what your selection will look like. Choose a style that you like, and click Next. 8. The fourth and final Form Wizard panel asks you to type in a name for your form. If the name hasn t been used yet, the default will be the name of the table or query on which you based the form. We ll call our new form Faculty List. You then have the choice of going directly to your form or going into Design View to make further changes. We re done, so select the first choice, and click Finish. Take a moment to look over your new form. Note that it is just like the previous form that you created. You can navigate, search for information, or add a new record, just like in the previous form. The difference is that this form includes only the subset of data fields that you want to see and work with. If you add a new record using this form, you will obviously be leaving blank the many other data fields that exist for this record. 22 WVU Information Technology Services

25 Working with Reports Reports are the best way to create a printed copy of information that is extracted or calculated from data in your database. With a report, you can compare, summarize, subtotal, and total large sets of data. You can also use reports to present your output in a useful and attractive layout. A couple of uses for reports using the faculty data that we ve been working with so far might be a phone directory or mailing labels. The Report tool Report tools are found in their own Reports group on the Create tab. Following is a description of some of the main report tools: Report With the Report tool, you can create a report with a single mouse-click. It will take the data from the current table, form or query that you have been working with and automatically create a report in which you can then edit the features. Labels The Labels wizard will let you create standard or custom labels using a variety of label formats from a variety of manufacturers. Blank Report Create a new blank report, where you can use drag and drop to place the various components and data fields. Report Wizard The Report Wizard guides you through the creation of simple, customizable reports. Report Design Create a new blank report in Design View, where you can use advanced design tools to create custom reports. Creating a simple report This exercise will demonstrate how to use the Report Wizard tool to create a departmental phone directory. With that goal in mind, we will once again use the faculty table. Our simple directory will be organized by department, with faculty sorted by last name, followed by their office phone number. 1. On the Create tab, in the Reports group, click Report Wizard. 2. In the first Report Wizard panel, you must select the Table/Query that you will use. By clicking on the selection arrow to the right of the Tables/Queries box, select Table: Faculty Introduction to Access

26 3. The next step involves the selection of fields from the list of Available Fields on the left side and placing them in the Selected Fields box on the right side by clicking the single selection button. These are the data fields we would like to use (this isn t the order we eventually want to place them in): Last Name First Name Department Office Phone 4. When you have completed the selection process, click the Next button to continue. 5. The second Report Wizard panel asks if you want to add any grouping levels. Since we want to organize our phone directory by department, select Department in the preview window on the left and click the single selection button. The preview window on the right now shows Department as the first item. Click the Next button to continue. 6. The third Report Wizard panel asks what sort order you would like for detail records. Note that you can sort records by up to four fields. Since it s not unusual to have two people with the same last name, we ll sort by Last Name (keep the default ascending order) and by First Name. After making the sort selections, click the Next button to continue. 7. The fourth Report Wizard panel asks you to select a layout for the report. The preview window on the left will show you a rough idea of what your choice will look like. a. The default Stepped layout will work fine. b. Since we re using a relatively small number of data fields, the default Portrait orientation should also work for us. c. As an added measure, be sure there s a check mark where it says to Adjust the field width so all fields fit on a page. d. Click the Next button to continue. 8. The fifth Report Wizard panel asks you to select a style for the report. Again, the preview window on the right will show what your selection will look like. Choose a style that you like, and click Next. 9. The sixth and final Report Wizard panel asks you to type in a name for your report. If the name hasn t been used yet, the default will be the name of the table or query on which you based the report. We ll call our new report Faculty Directory. You then have the choice of going directly to your report or going into Design View to make further changes. We re done, so select the first choice (Preview the report), and click Finish. 10. Your report should now be displayed in a Print Preview layout. This layout is probably not quite right, but we can t fix it here. Click on the Close Print Preview button (on the right side of the ribbon) to turn off this view. 24 WVU Information Technology Services

27 Using Layout View to touch up a report When you previewed the completed report, there were some formatting problems: Long department names, like Computer Science, were truncated There was probably too much space being taken up by the Last Name and First Name fields, leaving Office Phone truncated and only partially visible on the right. These problems can be remedied in Layout View: 1. On the Home tab, click the down arrow at the bottom of the Views icon, which is at the far left side of the ribbon. 2. Click the Layout View icon from the submenu. This displays your report in Layout View. 3. Click over the area on your report where the Department header appears (see arrow above). This causes field boundaries (broken-lined box) to appear down the Department column. 4. Place your mouse pointer over the right side of the column boundary until the cursor changes into a double-headed arrow. 5. With the double-headed arrow over the column boundary, left-click and drag it slowly to the right, until you can see the entire Computer Science department header (it s the widest). 6. You can use this same technique to click over the other headers (i.e., Last Name, First Name, and Office Phone) and resize them so that everything is now visible on the page. 7. When you are done resizing the columns, you can switch back to Report View and admire your work. Introduction to Access

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

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

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

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

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

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

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

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

Introduction to Microsoft Access 2003

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

More information

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

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

More information

Introduction to Microsoft Access 2013

Introduction to Microsoft Access 2013 Introduction to Microsoft Access 2013 A database is a collection of information that is related. Access allows you to manage your information in one database file. Within Access there are four major objects:

More information

MICROSOFT 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

Ohio University Computer Services Center August, 2002 Crystal Reports Introduction Quick Reference Guide

Ohio University Computer Services Center August, 2002 Crystal Reports Introduction Quick Reference Guide Open Crystal Reports From the Windows Start menu choose Programs and then Crystal Reports. Creating a Blank Report Ohio University Computer Services Center August, 2002 Crystal Reports Introduction Quick

More information

To determine the fields in a table decide what you need to know about the subject. Here are a few tips:

To determine the fields in a table decide what you need to know about the subject. Here are a few tips: Access Introduction Microsoft Access is a relational database software product that you can use to organize your data. What is a "database"? A database is an integrated collection of data that shares some

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

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

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

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

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

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

Table and field properties Tables and fields also have properties that you can set to control their characteristics or behavior.

Table and field properties Tables and fields also have properties that you can set to control their characteristics or behavior. Create a table When you create a database, you store your data in tables subject-based lists that contain rows and columns. For instance, you can create a Contacts table to store a list of names, addresses,

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

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

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

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

Access Queries (Office 2003)

Access Queries (Office 2003) Access Queries (Office 2003) Technical Support Services Office of Information Technology, West Virginia University OIT Help Desk 293-4444 x 1 oit.wvu.edu/support/training/classmat/db/ Instructor: Kathy

More information

Section DB DATABASE - Microsoft Access

Section DB DATABASE - Microsoft Access Section DB DATABASE - Microsoft Access About Access 2007 Access 2007 is part of Microsoft Office 2007. It is an important productivity tool for business. Microsoft Access provides an inexpensive yet powerful

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 Word 2010. Quick Reference Guide. Union Institute & University

Microsoft Word 2010. Quick Reference Guide. Union Institute & University Microsoft Word 2010 Quick Reference Guide Union Institute & University Contents Using Word Help (F1)... 4 Window Contents:... 4 File tab... 4 Quick Access Toolbar... 5 Backstage View... 5 The Ribbon...

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

Module One: Getting Started... 6. Opening Outlook... 6. Setting Up Outlook for the First Time... 7. Understanding the Interface...

Module One: Getting Started... 6. Opening Outlook... 6. Setting Up Outlook for the First Time... 7. Understanding the Interface... 2 CONTENTS Module One: Getting Started... 6 Opening Outlook... 6 Setting Up Outlook for the First Time... 7 Understanding the Interface...12 Using Backstage View...14 Viewing Your Inbox...15 Closing Outlook...17

More information

Microsoft Migrating to Access 2010 from Access 2003

Microsoft Migrating to Access 2010 from Access 2003 In This Guide Microsoft Access 2010 looks very different, so we created this guide to help you minimize the learning curve. Read on to learn key parts of the new interface, discover free Access 2010 training,

More information

Access Tutorial 1 Creating a Database. Microsoft Office 2013 Enhanced

Access Tutorial 1 Creating a Database. Microsoft Office 2013 Enhanced Access Tutorial 1 Creating a Database Microsoft Office 2013 Enhanced Objectives Session 1.1 Learn basic database concepts and terms Start and exit Access Explore the Microsoft Access window and Backstage

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

Microsoft Migrating to Word 2010 from Word 2003

Microsoft Migrating to Word 2010 from Word 2003 In This Guide Microsoft Word 2010 looks very different, so we created this guide to help you minimize the learning curve. Read on to learn key parts of the new interface, discover free Word 2010 training,

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

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

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

More information

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

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

How To Create A Database For Employee Records In A Club Account In A Computer System In A Cell Phone Or Cell Phone With A Cell Computer (For A Cell)

How To Create A Database For Employee Records In A Club Account In A Computer System In A Cell Phone Or Cell Phone With A Cell Computer (For A Cell) Creating a Database Lab 1 Objectives After completing this lab, you will know how to: 1 Plan, create, and modify a database. 2 Create and save a table structure. 3 Define field names, data types, field

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

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

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

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

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

More information

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

Database File. Table. Field. Datatype. Value. Department of Computer and Mathematical Sciences

Database File. Table. Field. Datatype. Value. Department of Computer and Mathematical Sciences Unit 4 Introduction to Spreadsheet and Database, pages 1 of 12 Department of Computer and Mathematical Sciences CS 1305 Intro to Computer Technology 15 Module 15: Introduction to Microsoft Access Objectives:

More information

MICROSOFT ACCESS 2003 TUTORIAL

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

More information

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 Excel 2007 Consolidate Data & Analyze with Pivot Table Windows XP

Microsoft Excel 2007 Consolidate Data & Analyze with Pivot Table Windows XP Microsoft Excel 2007 Consolidate Data & Analyze with Pivot Table Windows XP Consolidate Data in Multiple Worksheets Example data is saved under Consolidation.xlsx workbook under ProductA through ProductD

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

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

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

Search help. More on Office.com: images templates

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

More information

Microsoft Office 2010

Microsoft Office 2010 Access Tutorial 1 Creating a Database Microsoft Office 2010 Objectives Learn basic database concepts and terms Explore the Microsoft Access window and Backstage view Create a blank database Create and

More information

Google Docs Basics Website: http://etc.usf.edu/te/

Google Docs Basics Website: http://etc.usf.edu/te/ Website: http://etc.usf.edu/te/ Google Docs is a free web-based office suite that allows you to store documents online so you can access them from any computer with an internet connection. With Google

More information

A Basic introduction to Microsoft Access

A Basic introduction to Microsoft Access A Basic introduction to Microsoft Access By Ojango J.M.K Department of Animal Sciences, Egerton University, Njoro, Kenya and International Livestock Research Institute, Nairobi, Kenya Ms Access is a database

More information

Microsoft Access 2010: Basics & Database Fundamentals

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

More information

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

MICROSOFT ACCESS A. CREATING A DATABASE B. CREATING TABLES IN A DATABASE

MICROSOFT ACCESS A. CREATING A DATABASE B. CREATING TABLES IN A DATABASE Prepared for MIS 6326 by Dr. Sumit Sarkar 1 MICROSOFT ACCESS A database is a collection of different types of data, stored in a manner to facilitate use in diverse ways. In Microsoft Access 2000, a database

More information

Advanced Database Concepts Using Microsoft Access

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

More information

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

MICROSOFT WORD TUTORIAL

MICROSOFT WORD TUTORIAL MICROSOFT WORD TUTORIAL G E T T I N G S T A R T E D Microsoft Word is one of the most popular word processing programs supported by both Mac and PC platforms. Microsoft Word can be used to create documents,

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

Word 2007: Basics Learning Guide

Word 2007: Basics Learning Guide Word 2007: Basics Learning Guide Exploring Word At first glance, the new Word 2007 interface may seem a bit unsettling, with fat bands called Ribbons replacing cascading text menus and task bars. This

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

Access Database Design

Access Database Design Access Database Design Technical Support Services Office of Information Technology, West Virginia University OIT Help Desk -- 293-4444 x 1 http://oit.wvu.edu/support/training/classmat/db/ Instructors:

More information

Advanced Excel 10/20/2011 1

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

More information

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

Access Tutorial 1 Creating a Database

Access Tutorial 1 Creating a Database Access Tutorial 1 Creating a Database Microsoft Office 2013 Objectives Session 1.1 Learn basic database concepts and terms Start and exit Access Explore the Microsoft Access window and Backstage view Create

More information

Excel 2007 Tutorials - Video File Attributes

Excel 2007 Tutorials - Video File Attributes Get Familiar with Excel 2007 42.40 3.02 The Excel 2007 Environment 4.10 0.19 Office Button 3.10 0.31 Quick Access Toolbar 3.10 0.33 Excel 2007 Ribbon 3.10 0.26 Home Tab 5.10 0.19 Insert Tab 3.10 0.19 Page

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

Introduction to. Microsoft Access 2000. Practicals

Introduction to. Microsoft Access 2000. Practicals Introduction to Microsoft Access 2000 Practicals 1 Contents Practical 1..1 Introduction to Access basics. Getting help in Access. Creating databases and tables. Practical 2 13 More on creating, editing

More information

BID2WIN Workshop. Advanced Report Writing

BID2WIN Workshop. Advanced Report Writing BID2WIN Workshop Advanced Report Writing Please Note: Please feel free to take this workbook home with you! Electronic copies of all lab documentation are available for download at http://www.bid2win.com/userconf/2011/labs/

More information

MICROSOFT OFFICE ACCESS 2007 - LEVEL 1

MICROSOFT OFFICE ACCESS 2007 - LEVEL 1 MICROSOFT OFFICE 2007 MICROSOFT OFFICE ACCESS 2007 - LEVEL 1 Exploring Access Creating Tables Working with Tables Editing Tables Finding and Filtering Data Printing Data Creating Relationships Using Simple

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

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

Microsoft Excel 2010 Part 3: Advanced Excel

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

More information

Migrating to Excel 2010 from Excel 2003 - Excel - Microsoft Office 1 of 1

Migrating to Excel 2010 from Excel 2003 - Excel - Microsoft Office 1 of 1 Migrating to Excel 2010 - Excel - Microsoft Office 1 of 1 In This Guide Microsoft Excel 2010 looks very different, so we created this guide to help you minimize the learning curve. Read on to learn key

More information

Advanced Presentation Features and Animation

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

More information

Creating Personal Web Sites Using SharePoint Designer 2007

Creating Personal Web Sites Using SharePoint Designer 2007 Creating Personal Web Sites Using SharePoint Designer 2007 Faculty Workshop May 12 th & 13 th, 2009 Overview Create Pictures Home Page: INDEX.htm Other Pages Links from Home Page to Other Pages Prepare

More information

Simple Invoicing Desktop Database with MS Access 2013. c 2015 by David W. Gerbing School of Business Administration Portland State University

Simple Invoicing Desktop Database with MS Access 2013. c 2015 by David W. Gerbing School of Business Administration Portland State University Simple Invoicing Desktop Database with MS Access 2013 c 2015 by David W. Gerbing School of Business Administration Portland State University July 2, 2015 CONTENTS 1 Contents 1 Create a New Database 1 2

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

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

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

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

More information

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

Microsoft Word 2013 Tutorial

Microsoft Word 2013 Tutorial Microsoft Word 2013 Tutorial GETTING STARTED Microsoft Word is one of the most popular word processing programs supported by both Mac and PC platforms. Microsoft Word can be used to create documents, brochures,

More information

Ohio University Computer Services Center July, 2004 Microsoft Access 2003 Reference Guide

Ohio University Computer Services Center July, 2004 Microsoft Access 2003 Reference Guide Ohio University Computer Services Center July, 2004 Microsoft Access 2003 Reference Guide Overview Access is a relational database management system (RDBMS). This is a type of database management system

More information

In this session, we will explain some of the basics of word processing. 1. Start Microsoft Word 11. Edit the Document cut & move

In this session, we will explain some of the basics of word processing. 1. Start Microsoft Word 11. Edit the Document cut & move WORD PROCESSING In this session, we will explain some of the basics of word processing. The following are the outlines: 1. Start Microsoft Word 11. Edit the Document cut & move 2. Describe the Word Screen

More information

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

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

More information

Microsoft Word 2010 Mail Merge (Level 3)

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

More information

Creating Custom Crystal Reports Tutorial

Creating Custom Crystal Reports Tutorial Creating Custom Crystal Reports Tutorial 020812 2012 Blackbaud, Inc. This publication, or any part thereof, may not be reproduced or transmitted in any form or by any means, electronic, or mechanical,

More information

Introduction to Microsoft Access XP

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

More information

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

Planning and Creating a Custom Database

Planning and Creating a Custom Database Planning and Creating a Custom Database Introduction The Microsoft Office Access 00 database wizards make creating databases easy, but you may need to create a database that does not fit any of the predefined

More information