Intermediate Microsoft Access 2010

Size: px
Start display at page:

Download "Intermediate Microsoft Access 2010"

Transcription

1 OBJECTIVES Develop Field Properties Import Data from an Excel Spreadsheet & MS Access database Create Relationships Create a Form with a Subform Create Action Queries Create Command Buttons Create a Switchboard Create a Macro Use the new Microsoft Access 2010 Alternating Row colors in reports. In Report Layout View select an entire row. On the Format contextual tab in Report Layout Tools, in the Font section, select the Alternate Fill/Back Color command button to select an alternating row color. Instructors Spring 2012 Intermediate Microsoft Access 2010 Microsoft Access is a powerful tool to organize, manipulate and present data. New features in Access 2010 filters, and the new attachment and multi-valued fields will be covered. Topics will include developing field properties, importing an Excel spreadsheet and Microsoft Access tables, creating a lookup table and working with the Relationship Builder. Also included will be working with relational queries, commands on forms, creating a Master Switchboard and a macro. These exercises will allow participants to accomplish enhanced data analysis. Getting Help The ITS Help Desk is a service provided to all Mississippi State University students, staff, and faculty. The ITS consultants are available to help with various computer-related problems as well as provide answers to computer and technologyrelated questions. Visit the Web site at for handouts and resolutions to common computer problems. If you cannot find an answer to your question on the Web or you do not have access to the Internet, please call at (7:30 a.m. to 5:00 p.m. Monday through Friday). You may also contact the ITS Help Desk at 108 Allen Hall or by at helpdesk@msstate.edu. Quan Chung qtc1@its.msstate.edu

2 Table of Contents What s New In Microsoft Access 2010 Microsoft Access 2010 Attachments... Microsoft Access 2010 Filtering... Quick Filtering... Filter by Selection... Filter by Form... Multi-Valued Fields... Initial Database SetUp Create Database... Import Data.... Default Date... Date Field Update on Change to Record... Relationships Relationships Lookup Table Relationship Builder Relational Query Form with Subform Action Queries Action Queries... Make-Table Query... Delete, Append Queries... Forms and Macros Basic Forms... Advanced Forms... Switchboard Manager... Macros... Microsoft Access 2010 Limits Attachments - Inserting Attachments One or more files can be attached in a single field. Example type files are image files and document files such as PDF files, sound files and other Microsoft Office files. A. More than one file can be attached to a field because Access is normalizing your data behind the scenes. B. The attachment feature is more efficient than OLE (Object Linking and Embedding) because the files are stored in their native formats. C. The Data Type must be set to Attachment. D. A maximum of 256 MB size per file for each attachment. In total you can have 2 GB of attachments. Assign a name to the Caption in Field Properties. The caption will show as the title name in Datasheet, Form and Report Views. In Design View assign your field an appropriate name like fldstuattachments. Change the Data Type to Attachment. 3. In Datasheet View double click in the field where you would like to add an attachment. When the Attachments dialog box opens, select the Add button. 2 3

3 4. Navigate to the file you wish to open and select it. Click Open. Click OK in the Attachments dialog box. 5. In the database it will indicate that one file has been attached. Add other gif, PDF, bmp, and SPSS files to the other cells in the attachment field. Filter by a Quick Filter Quick filters are available in MS Access Filters are available for all field types except OLE and Attachments. In datasheet view you can either select 1) the drop-down arrow to the right of the field name or 2) select a value in any field and select the Filter icon. All values for that field are displayed. To select one or several values from the dialog box: click on the Select All checkbox to unselect it, select the values you are interested in. Click OK. Attachments - Opening Attachments To open the attachment in the table, double click the cell with the attachment. Double click the file you want to open in the Attachments dialog box. The application in which the file was created will open provided your computer has the application. To select a range of values, select one of the Number Filters as shown. If working with text or dates, the filters will reflect this. In forms and reports if the attachment is a picture, the picture will display. For other types of attachments, an icon appears representing the type of file of the attachment. Test this out by creating a form and report based on tblstudents. (Attachments are only allowed in MS Access 2010, not previous versions of MS Access. ) In tables and forms attachments can be edited, removed or saved. In a report you can only save the attachment. Editing and saving is dependent on having the application. Filters vs Queries 3. There are visual cues that your records are being filtered. Filters are not as versatile as queries. Filters only store the filter command(s) while you are using them where as queries are reusable. The results of queries are separate database objects. Queries can be more sophisticated than filters. Queries can display only the columns you are interested in. 4 5

4 Filter by Selection Locate a specific value in a field. To locate all the other records with that same value, right click on the value. Selection commands become available. Filter by Form Use Filter by Form when you have more than one criteria you are searching for. Begin with a blank datasheet. Fill in all the fields you are searching on. In the Sort and Filter section on the Home tab, from the Advanced drop-down menu, select Filter By Form. Make your selection(s) on the datasheet. Select a value in a field and select one of the Selection commands from the ribbon. 3. Use the Or tab if you want to do a logical OR query. 4. To toggle between your selection and no selections click on the Toggle Filter button. 3. To toggle between your selection and no selections click on the Toggle Filter button. You can also choose different parts of a value, the first character(s), middle, or end character(s) before using the Selection commands. 5. When you are finished, select Clear All Filters from the Advanced drop-down menu. Advanced filtering takes you to the query grid where you can run select queries on one table. 6 7

5 Multi-Valued Fields One of the ways databases maintain data integrity is by having only one value stored in each cell in a field. MS Access 2010 will let you store more than one value in a field, however, you must enter data into multi-valued fields using a specific procedure. MS Accesss 2010 is actually managing multiple tables behind the scenes. A multi-valued field is best used when the multiple selection is obtained from a short list. Scenario The ITS department is having a technology fair for students. The students can sign up for several lectures to attend. For each student, reflect in the database, using a multi-valued field the lectures each student has signed up for. Create a supporting table that will hold all the values for the multi-valued list. For our example today we will use the table ITSTechFair. a.) Add the field, flditstechfair to tblstudents in Design View. b.) Assign Number to flditstechfair as the Data Type. c.) Change the Data Type to Lookup Wizard for this field. d.) Choose to Lookup the values in a table. e.) Choose Table: ITSTechFair as the table to provide the values for the lookup column. f.) Select all the fields. g.) Sort by ITSTechFairLecture. h.) Hide the key column. i.) Most Important: On the last step of the Lookup Wizard select Allow Multiple Values. Click Finish. Open Microsoft Access 2010 In the remainder of todays workshop we will learn several advanced features of Microsoft Access. First we will create a new database, then we will import one Microsoft Excel table and two Microsoft Access tables into it. The data will already be entered in these tables. Getting Started Window First we will create the file to hold the tables, forms, queries and reports we will be using for this project. Select the Blank Database icon under the New Blank Database header. In the right pane of the database, under Blank Database, in the FileName: textbox type in MSUStudentHealth. Click on the Browse icon. File New Database Window Browse to the Temp folder on the Desktop. Click OK. Documents Window 3. You can now enter multiple lectures into each cell of the flditstechfair field in the tblstudents table in Datasheet View. 4. You can use the multi-valued field in reports for the grouping value. The reports will group on each value allowed in a multivalued field Right click on the Table1 tab and select Close. We will be importing all our tables today. Navigation Pane Select the drop-down button in the Navigation pane and change the Navigate to Category from Tables and Related Views to Object Type. 8 9

6 Importing A Data table into Microsoft Access from Microsoft Excel Data can easily be imported into Microsoft Access. Select the External Data tab. Click on the Excel button in the Import section. 5. Close table Major. Importing Data Tables into Microsoft Access From Another Database In the Get External Data - Excel Spreadsheet dialog box click on the Browse button. Select the file Major in the Temp folder on the Desktop. Click the Open button. When returned to the Get External Data dialog box, click OK. After the Excel file is imported into MS Access it will be used as a lookup table. Import the Visit and Student Information tables. Select the External Data tab. Click on the Access icon in the Import section. In the Get External Data - Access Database dialog box, Browse to the MSU102 Access database in the Temp folder on the Desktop and select it. Click Open. Click OK. 3. In the Import Spreadsheet Wizard: a. Select the radio button Show Worksheets. Click the Next button. b. c. d. e. Select the check box First Row Contains Column Headings. Click the Next button. Accept the defaults. Click the Next button. Click on Choose my own primary key and select Id, if not already chosen. Click the Next button. Accept the default name Major. Click the Finish button. Click the Close button. 3. In the Import Object dialog box, select the Student Information and Visit Information tables. Click OK. Click Close. The table titles will appear in the Navigation pane under Tables. 4. If you open the Design View and Data Sheet View of the Major Table they will appear as follows: Design View Datasheet View 10 11

7 The design view and datasheet view of these tables will appear as shown below. We will be creating a relationship between the primary Student Information table and the secondary Visit Information table. Default Date Student Information Design View A default date will be added to the Student Information table. The Student Information table already has a mask for the Date of Birth and Phone fields of the students. Datasheet View Open Student Information in Design View. Select the Updated field in the Field Name column. 3. Click in the Default Value box in the Field Properties section. 4. Click the Build button. Visit Information Design View Datasheet View The box that is displayed is called the Expression Builder. 5. Click the = sign. 6. Double-click the + next to Functions. 7. Single-click Built-In Functions. 8. Select Date/Time in the middle box. 9. Double click Date in the right-hand box. 10. Click OK. The Date setting will put the current date into the Updated field as the default value in Datasheet View. The user can override this entry and type another date if desired. Close the table and save changes

8 To have the date field automatically update when a change is made to any field on the record you need to use Visual Basic in Microsoft Access Also, this can only be done in Form View. Create a form from the Student Information table. Use the Quick Form button on the Create tab. Rename the form UpdateRecord Change to Design View of the form. Open the Property Sheet for the form by double clicking on the square above and to the left of the Form Header. Advantages of a Relational Database There are two reasons to set relationships between tables. Either for a table lookup or to handle multiple occurrences of data. Table Lists & Lookups A field in one table can be used to look up data from a list in another table. This keeps from having to store the same data in multiple places. Only the key field from the lookup table is inserted into the main table. Using the Lookup wizard doesn t automatically assign the properties Enforce Referential Integrity or Cascade Update Related Fields. When needed these properties can be added in the Relationships window. When Cascade Update Related Fields is selected, if data is updated in the lookup table it will be updated throughout the table(s) it is linked to. Multiple Occurrence of Data Another reason to set a relation is to handle multiple occurrences of data. In our system design, there are multiple occurrences of visits that each student has had to the Student Health Center. Information about each visit should be entered on a separate line and in a separate table from the demographic data about each student. The two tables could be linked together by a field such as the students NetID. This prevents duplication of the demographic data in tables. You want to limit repetitive data entry. In place of large tables with duplicated data, you create smaller separate tables. You join them only when you need to. Queries are used to join the tables together. 4. In the window that opens, between Private Sub Form_... and End Sub, insert [Updated] = Date Updated is the field name that will be updated. 3. At the top of the Property Sheet be sure Form is selected. Next to Before Update, on the Event tab select Event Procedure. Click on the ellipses.... Normalization Normalization is the process of achieving the optimum design in a database. This makes the database easy to manipulate and search, as well as helping to insure data integrity. The three most common steps of normalization are First Normal Form, Second Normal Form and Third Normal Form. First Normal Form is the most basic level of normalization. To meet the requirements of this level, each of the column (field) values must be atomic (store a single value.) If your database has a field for courses and lists two or three courses in each field it is not in first normal form. In addition, groups of columns cannot be repeated, so your table could not have visit1, visit2, etc. and be in first normal form. In MS Access 2010 there is a new multivalued field. This is a field that does hold multiple values. However, this is a special field. The MS Access database engine is not actually storing the multiple values in a single field. The values are being stored separately and MS Access is managing it in system tables that are hidden from the user. 5 Close out the Visual Basic. The field Updated will now update when the record is updated. Test out this feature by making a change to the city for the first record. (These steps will need to be repeated for any new forms that are created for an automatic update.) Save and close the form

9 Relationships There are three types of relationships in Access: One-to-Many, Many-to-Many and Oneto-One. One-to-Many A one-to-many relationship is the most common type of relationship. In a one-to-many relationship, a record in Table A can have many matching records in Table B, but a record in Table B has only one matching record in Table A. In our example today each record in our Student information table refers to one student. In the Visit Information table, each record refers to one visit, but each student can have more than one visit. (Secondary table) Look up Table Continue with Student Information table in Design View. Click in the Major row and select Lookup Wizard... from the drop down box in the Data Type column. In the first dialog box of the Lookup Wizard select I want the lookup column to look up the values in a table or query. Click Next. 3. Choose Table: Major in the next dialog box. Click Next. Many-to-Many In a many-to-many relationship, a record in Table A can have many matching records in Table B, and a record in Table B can have many matching records in Table A. This type of relationship is only possible by defining a third table (called a junction table) whose primary key consists of two fields - the primary key from both Tables A and B. A many-to-many relationship is really two one-to-many relationships with a third table In the next dialog box select all fields. Click Next. In the following dialog box select Major Abbreviation for What sort order do you want for your list? Click Next. In the next dialog box of the Lookup Wizard leave the Hide key column checked. Click Next. One-to-One In a one-to-one relationship, each record in Table A can have only one matching record in Table B, and each record in Table B can have only one matching record in Table A. This type of relationship is rarely used, because most information related in this way would be in one table. You might use a one-to-one relationship to divide a table with many fields, to isolate part of a table for security reasons, or to store information that applies only to a subset of the main table, for example, a second address. 6. Leave the title Major in the text box for What label would you like for your look-up column? Click Finish. 7. Click Yes when the next dialog box asks The table must be saved before relationships can be created. Save now? Assign majors to your students in datasheet view. Close the table

10 Relationships can be created in queries or at the table level. Unless you do not want your relationships to always exist, you should create your relationships at the table level. You can use the Relationship Builder to do this. Select the Database Tools tab. Click the Relationships icon to open the relationship window. You will see the Lookup relationship that we just created. 5. To create the relationship between the primary key NetID in the Student Information table (the primary table) and the foreign key, NetID, in the Visit Information table (related or secondary table), click on NetID in the Student Information table and drag it to NetId in the Visit Information table. The two fields did not have to have the same name, but they do need to be the same type. Click the Show Table icon under the Relationship Tools Design tab so that we may add the Visit Information table to the Relationships window. 3. Click on Visit Information followed by the Add button to add the Visit Information table to the Relationships window. The three tables shown below should be in the Relationships window. Click on the Close button in the Show Table window. 6. The Edit Relationships dialog box opens. This is a one-to-many relationship. There is only one NetID and record for each student in the Student Information table, while in the Visit Information table there are many NetID s and records referring to the same student. After the relationship is set up, queries can be created that draw from both tables. Check Enforce Referential Integrity. The user will be prevented from entering a record in the Visit Information table if there is not a matching NetID record in the Student Information table. Referential Integrity is enforced based on the key fields. When Enforce Referential Integrity is checked, Microsoft Access won t let you create orphans in your secondary table. 4. Next we want to create the relationship for each single record in the Student Information table that links to multiple records in the Visit Information table. We will set up a one-tomany relationship. Each student in the Student Information table can have many visits in the Visit Information table. To link tables, the primary field from one table is linked to a foreign key field in the secondary table. Select Cascade Update Related Fields. By doing this changes in the primary key in the Student Information table will automatically be transferred to the Visit Information table. Click on the Join Type button

11 7. Your choice here will influence query results. Click on the third and most popular choice. This will include all records from the Visit Information table and only related records from the Student Information table. Click OK. Enforce Referential Integrity Try entering a record with the NetID abc1 in the Visit Information table. Access won t let you enter it because it doesn t exist in the primary table. Referential Integrity is enforced based on the key fields. When Enforce Referential Integrity is checked, Microsoft Access won t let you create orphans in your secondary table. 8. Click Create to create the relationships between the two tables. 3. Open the Student Information table and add a record with NetID abc Fill in the other fields of this record with data. Close this table. Now enter a record with NetId abc1 in Visit Information. This student can now be entered in the related or secondary table. 9. Now in the Relationships window, a new line is visible, displaying the one-to-many relationship. The one is on the Student Information, primary table side and the many is on the Visit Information, related table side. Cascade Update Related Fields Notice that jts2 appears in both primary and secondary tables. Open both tables to check this out. 10. Close the Relationships window and save changes to the layout

12 Change jts2 to mmm5 in the primary Student Information table. When you move to the next record in the Student Information table the changes will automatically be transferred to the Visit Information table. Change mmm5 back to jts2 in the Student Information table. Automatically Filling in Data From One of Two Joined Tables (Based on the One-to-Many Relationship) If a query brings in data from two or more tables, some of the fields can be automatically filled in. When setting up the query, select the foreign key of the linked field rather than the primary key. The fields from the Primary table will be automatically filled in. A form can be based on this query and the fields will be automatically filled in also. Select the Create tab. Click on the Query Design icon in the Other section. From the Show Table dialog box add the tables Visit Information and Student Information to the Query window. Close the Show Table dialog box. Open the query and field windows so you can see all the fields. 3. Close the two tables. From the Visit Information table add NetId, the foreign key with the many symbol next to it. From the Student Information table add First_name, Last_name, Major and City. Return to the Visit Information table and add VisitId, Date, Time and Diagnosis. Visit Information NetId Student Information First_name Last_name Major City Visit Information VisitID Date Time Diagnosis 22 23

13 3. Run the query by clicking on the Run icon located on the Query Tools Design tab. 4. Add new information to the query window, Datasheet View, using an existing NetId. Add the NetId jts2 and click the tab key. The information from the Student Information table is automatically filled in the Datasheet View of the query window. Add new data for the visit. The new data for visit information is automatically populated to the Visit Information table. 3. View your data by Student Information. Leave the default Form with subform(s). Click Next. A form created from this query would also automatically fill in fields from the Student Information table. The new data on the form would also be automatically entered into the Visit Information table. 5. Close the query and save it. Creating a Form with a Subform (Based on the One-to-Many Relationship) To create a form with a subform, we add the fields from the two tables we are using on the forms. Select the Create tab. Select Form Wizard. 4. Select Datasheet for the Layout of your subform. Click Next. Select Table:Student Information and move all the fields to Selected Fields. Select Table: Visit Information and move all the fields to Selected Fields. Click Next. 5. Choose a style and click Next

14 6. Click Finish. Action Queries There are two types of queries in Access: Select and Action. Select queries display data and action queries alter data. The action queries are: Delete, Update, Append and Make Table. The next three queries we will look at are the Make Table, Delete and the Append queries. These three queries are often used together to provide a very useful function: removing outdated records and storing them in an archive table. This is called Archiving Records. We will follow a three-step process: first we will use a Make-Table query to create a table. Second, we will use a Delete query to remove the records we copied from the first table. Finally, we will create an Append query to copy records from our main table to our archive table in the future. Make-Table Query Our first step will be to create a Make-Table query. Select the Create tab. Select the Query Design icon. 7. Now you can view your main form with a subform on it. Notice there are two navigation bars. The navigation bar at the very bottom scrolls through the primary table. The second navigation bar is on the secondary table and shows each visit for a student. Close the forms when finished testing them. Select the Student Information table from the Show Table dialog box that pops up. Then Close that dialog box. 3. Add all of the fields to the Query grid. Double-click the title bar of Student Information. Click and drag the highlighted fields to the first column, top cell and release the mouse button. Notice that Access spreads out the fields automatically

15 4. We will archive all records prior to January 1, Locate the Criteria cell of the Updated field. Type <1/1/1999 in the Criteria cell. 10. Name the query qrymakearchive in the Save As dialog box. 1 Click OK. Now we will run the query to make another table identical to our original table, but only containing records that meet the criteria specified in the Updated field of the criteria row. 1 Select the Run icon to run the query. 5. Under the Query Tools Design tabs in the Query Type section, select the Make Table icon. 13. A warning window will tell you how many records are going to be pasted. A message warns you there is no undo. (But you can always delete the new table.) Click Yes. tblarchivedrecords will appear under the Tables category Type the name tblarchivedrecords in the Table Name: text box. This will be the name of the table with archived records. Notice that you can save the table to another database to help keep the size of this database small. Click OK. Right click on the tab title Query Select Save. 14. Open the tblarchivedrecords table and verify that there is one record. 15. Close table tblarchivedrecords

16 Delete Query With the Archive table created and our initial record copied it is time to move to the second step: deleting the copied record from the original table. The Delete query will destroy information permanently, so be careful when you use it. We will not save this Delete query. We will now add a parameter to the query so that we can set the date range for the archived records: 3. Locate the Criteria cell for the Updated field. Delete the 1/1/1999. Right click in the cell, click Zoom. With the Make-Table query in Design View, select the Delete icon on the Query Tools Design tab, in the Query Type section. Run the query by clicking the Run icon in the Results section of the Query Tools Design tab. 4. Type Between [Beginning Date:] And [Ending date:] Click OK. 3. Click Yes in the warning box, You are about to delete 1 row(s) from the specified table. The record has now been deleted from table Student Information. Append Query Now we will create a query that will append records to our table in the future. Select the Append query icon on the Query Tools Design tab in the Query Type section. 5. Select the Microsoft Windows icon in the top left of the program, hover over the Save As icon and select the Save Object As icon. Leave tblarchivedrecords as the Table Name:. This is the table we will be appending records to, the archived table. Click OK. Notice that a Sort row has been added to the grid, and that an Append To: row has replaced the Delete: row. 6. Name the query qryappendstudents. Click OK. Run query qryappend Students and test it with todays date. To complete the archiving of records, you would set up a Delete query. The Delete query would be run each time after running qryappendstudents to delete those students who were just archived. Close any open tables or queries

17 Basic Forms Select the Create tab. In the Forms section select More Forms. From the drop-down gallery select Form Wizard. Advanced Forms We will add controls to our form. Up until now we have used forms to enter data into tables. Controls increase the usability of forms. Using the Command button you can add record navigation, record operations, form operations and report operations to your forms. On the Home tab, select the drop-down arrow under the View icon and select Design View. Stretch the grid in the Detail section to give yourself extra space to place the controls. Select Student Information in the Tables/ Queries text box. Click >> to select all of the fields and click Next. 3. Select Columnar and click Next. The Use Control Wizards icon should be highlighted. In the Controls section of the Form Design Tools Design tab select the Button icon. Your cursur will turn into a rectangle with a plus sign when you move it over the grid. 4. Select Access 2010 (or another style if you prefer) and click Next. Change the name of the form to frmstudentinformation. Click Finish. 3. Click and drag in the Detail section of your form to make a small rectangle. The Command Button Wizard will open. Record Navigation - Go to Next Record 5. Enter the following record using the form (try to enter data incorrectly and you will notice that our masks and validation rules still apply): 4. Select Record Navigation in Categories. Select Go to Next Record in Actions. Click Next

18 5. Click the Picture radio button. Select one of the pictures by selecting its descriptive text. Click Next. A switchboard is a special type of form. Switchboards can be set up so persons who are unfamiliar with Microsoft Access can still use your database. On a switchboard, buttons are placed on a blank form. The buttons give the user instant access to tables, forms, queries and reports. Switchboards can also be created using the Switchboard Manager. We will need to add a custom command to the ribbon. Right click on the Ribbon and choose Customize Ribbon. In the Choose commands from drop down list, select Commands not In the Ribbon. In the Main Tabs area, add a New Group to Database Tools tab. Select Switchboard Manager and click Add and then click Ok. 6. Name the button cmdnext. Click Finish. Select the Database Tools tab. In the Database Tools section select the Switchboard Manager icon. Record Navigation - Go to Previous Record 7. Perform the same steps to add a Previous button to your form. Name it cmdprevious. When the following message appears, click the Yes button. Record Navigation - Find Record 8. Again, click the Command button icon and draw another rectangle on your form. 9. Select Record Navigation in Categories and Find Record in Actions. Click Next. 10. Click the text radio button and type Search in the text box. Click Next. 1 Name the button cmdsearch and click Finish. 3. In the Switchboard Manager dialog box, click on Edit. 1 Switch to Form View and test the buttons. When testing the search button first click in a field and then click Search. Notice that the button allows you to search in whichever text box on your form has focus. Close and save changes to your form

19 4. In the Edit Switchboard Page dialog box, change the Switchboard Name to Student Advising. Click the New button. Macros Computers are great at repetitive tasks. In Microsoft Access a macro can be set to run repetitive tasks. One macro can run a series of commands. Once the macro is set up, it can also be assigned to a button on a form. Macros can be used to open a form in edit mode, add mode or read only mode. You can use a macro to open or print a report. A macro can be used to launch the main switchboard form. We will show you a simple macro that opens an hourglass, form and a table and ends with a beep. 5. In the Edit Switchboard Item dialog box, fill in and select options as shown. Click OK. Select the Create tab. In the Other section, select the Macro icon. 6. Once more click on New in the Edit Switchboard Page and Add a command to Exit Microsoft Access. Change the text in the Text: box. Click OK. Close the Edit Switchboard Page and Close the Switchboard Manager. Click on the drop-down arrow in the Action column. Choose DisplayHourglassPointer. 7. Test out your new Switchboard by clicking on the Form titled Switchboard in the Navigation pane. Note: To have your switchboard open automatically when opening this database, select the Office button, Access Options. Select Current Database in the left hand pane. Below Application Options, locate Display Form and select your switchboard form. 3. In the next row of the Action column select OpenForm. Next to Form Name in the lower half of the Macro dialog box under ActionArguments choose frmstudentinformation

20 4. In the next row of the Action column select Open Table. Select Student Information for the Table Name under Action Arguments. 5. For the next Action choose Beep. 6. Close the Macro window and select Yes when asked if you want to save changes to the design of macro Macro1? Name the macro Beep. Test out the macro by running it. Note: If a macro is named AutoExec, it will be the first element run when the database is opened. 7. Close the form and table. Close your database. Microsoft Access 2010 Limits The maximum number of fields allowed in a table. 2 gigabytes - File size of Microsoft Access database, including all objects (*.accdb or *.mdb). 32,768 - Objects allowed in a database, which includes tables, forms, reports, queries, macros, modules, indices and internal objects Number of characters allowed in a table name or a field name

21 A publication of ITS User Services, a division of Information Technology Services, Mississippi State University Mississippi State University does not discriminate on the basis of race, color, religion, national origin, sex, age, disability, or veteran status.

Table of Contents COURSE OVERVIEW... 5

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

More information

Microsoft Access II 1.) Opening a Saved Database Music Click the Options Enable this Content Click OK. *

Microsoft Access II 1.) Opening a Saved Database Music Click the Options Enable this Content Click OK. * Microsoft Access II 1.) Opening a Saved Database Open the Music database saved on your computer s hard drive. *I added more songs and records to the Songs and Artist tables. Click the Options button next

More information

Complete Quick Reference Summary

Complete Quick Reference Summary Microsoft Access 2010 Complete Quick Reference Summary Microsoft Access 2010 Quick Reference Summary Advanced Filter/Sort, Use AC 153 Advanced button (Home tab Sort & Filter, Advanced Filter/Sort) All

More information

Database Design Lab: MS Access Queries

Database Design Lab: MS Access Queries Database Design Lab: MS Access Queries 1. Download lab6.accdb and rename it to lab7.accdb. 2. Create a simple query named qryauthor that has a Name attribute (i.e. Firstname Lastname ). a) Open lab6.accdb.

More information

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

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

More information

Microsoft Access 2010

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

More information

Access Review. 4. Save the table by clicking the Save icon in the Quick Access Toolbar or by pulling

Access Review. 4. Save the table by clicking the Save icon in the Quick Access Toolbar or by pulling Access Review Relational Databases Different tables can have the same field in common. This feature is used to explicitly specify a relationship between two tables. Values appearing in field A in one table

More information

Microsoft Access 2013

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

More information

Microsoft Access 2013

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

More information

Tutorial 2. Building a Database and Defining Table Relationships

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

More information

Microsoft Access 2013

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

More information

Introduction to Microsoft Access 2016

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

More information

Microsoft Access 2007 Module 1

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

More information

User Services Spring 2008 OBJECTIVES Introduction Getting Help Instructors

User Services Spring 2008 OBJECTIVES  Introduction Getting Help  Instructors User Services Spring 2008 OBJECTIVES Use the Data Editor of SPSS 15.0 to to import data. Recode existing variables and compute new variables Use SPSS utilities and options Conduct basic statistical tests.

More information

Index. B backing up 76 7

Index. B backing up 76 7 A Access, other DBMSs and 9 Action queries 121, 125 defined 125 address book 16, 34 age calculations 60 answer table 36 editing data in 147 8 field names 294 multi-table queries 294 queries and 155 queries

More information

Using Microsoft Access

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

More information

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

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

More information

The specific steps to build Wooden Crafts database are here: 1. Create New Database. i. After opening Access, click Blank Desktop Database :

The specific steps to build Wooden Crafts database are here: 1. Create New Database. i. After opening Access, click Blank Desktop Database : Highline College - Busn 216: Computer Applications for Business (Fun and Power with Computers) Office 2016 Video #39: Access 2016: Create Database, Import Excel, Create Tables & Forms, Build Relationships

More information

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

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

More information

Database Tables Lookup Wizard Relationships Forms Subforms Queries Reports

Database Tables Lookup Wizard Relationships Forms Subforms Queries Reports Version 07/11/09 Microsoft Office 2007 PDF Picture Tutorial Series Databases Tables, Forms, Subforms, and the Lookup Wizard May 2009 by Floyd Jay Winters and Julie Manchester winterf@mccfl.edu Database

More information

Contents. Creating Forms

Contents. Creating Forms Access 2007 Forms Contents Creating Forms... 3 Creating a new form 3 Design view and Form view 5 Creating a user-defined form 5 Changing the look of your form... 6 Layout View 6 Design View 6 Moving and

More information

Microsoft Access 2010

Microsoft Access 2010 2013\2014 Microsoft Access 2010 Tamer Farkouh M i c r o s o f t A c c e s s 2 0 1 0 P a g e 1 Definitions Microsoft Access 2010 What is a database? A database is defined as an organized collection of data

More information

Objective 1: Familiarize yourself with basic database terms and definitions. Objective 2: Familiarize yourself with the Access environment.

Objective 1: Familiarize yourself with basic database terms and definitions. Objective 2: Familiarize yourself with the Access environment. Beginning Access 2007 Objective 1: Familiarize yourself with basic database terms and definitions. What is a Database? A Database is simply defined as a collection of related groups of information. Things

More information

Rev. C 11/09/2010 Downers Grove Public Library Page 1 of 41

Rev. C 11/09/2010 Downers Grove Public Library Page 1 of 41 Table of Contents Objectives... 3 Introduction... 3 Excel Ribbon Components... 3 Office Button... 4 Quick Access Toolbar... 5 Excel Worksheet Components... 8 Navigating Through a Worksheet... 8 Making

More information

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

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

More information

MODULE 5 DATABASES. Content

MODULE 5 DATABASES. Content MODULE 5 DATABASES Module Goals Module 5 - Databases, requires candidates to understand some of the basic concepts of databases demonstrate the ability to use a database on a personal computer. Candidates

More information

Microsoft Access XP (2002) Switchboards & Macros

Microsoft Access XP (2002) Switchboards & Macros Microsoft Access XP (2002) Switchboards & Macros Group/Summary Operations Creating a Switchboard Creating Macro Buttons From Wizards Creating Macros Manually Using the Condition Column Start Up Parameters

More information

Open. Select the database and click. Print. Set printing options using the dropdown menus, then click the

Open. Select the database and click. Print. Set printing options using the dropdown menus, then click the The Original Quick Reference Guides Microsoft Access 2010 Access is a tool for creating and managing databases collections of related records structured in an easily accessible format such as a table,

More information

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

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

More information

INTRODUCTION ACCESS 2010

INTRODUCTION ACCESS 2010 INTRODUCTION ACCESS 2010 Overview of Ms. Access 2010 Microsoft Access is a computer application used to create and manage databases. Access Databases can store any type of information: numbers, text, and

More information

Microsoft Access 2010

Microsoft Access 2010 www.jwalkonline.org/main michael@jwalkonline.org @MichaelJWalk Microsoft Access 2010 Part 3 Michael J. Walk It's about control: use advanced features of Access to control data entry, automate processes,

More information

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

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

More information

Microsoft Access 2010

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

More information

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

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

More information

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

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

More information

Administering a Database System

Administering a Database System Microsoft Access 2010 10 Administering a Database System Objectives You will have mastered the material in this project when you can: Create custom Quick Start fields Create indexes Create a Web database

More information

Microsoft Certified Application Specialist Exam Objectives Map

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

More information

Microsoft Access Description

Microsoft Access Description Go To Page.. Go!! Microsoft Word Microsoft PowerPoint Microsoft Office Main Microsoft Excel Microsoft Publisher Introduction into Microsoft Access Starting Up Microsoft Access Creating New, and Opening

More information

USING MICROSOFT ACCESS 2013 Guided Project 7-1

USING MICROSOFT ACCESS 2013 Guided Project 7-1 Guided Project 7-1 For this project, you enhance the functionality of a database for a friend s music collection. You use Design view to create a main form and a subform, and customize the form to add

More information

Access Intermediate

Access Intermediate Access 2010 - Intermediate (103-134) Building Access Databases Notes Quick Links Building Databases Pages AC52 AC56 AC91 AC93 Building Access Tables Pages AC59 AC67 Field Types Pages AC54 AC56 AC267 AC270

More information

TECHNOLOGY COMPETENCY ASSESSMENT MODULE Microsoft Access

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

More information

MS-Access : Objective Questions (MCQs) Set 1

MS-Access : Objective Questions (MCQs) Set 1 1 MS-Access : Objective Questions (MCQs) Set 1 1. What Are The Different Views To Display A Table A) Datasheet View B) Design View C) Pivote Table & Pivot Chart View 2. Which Of The Following Creates A

More information

Chapter 4: Single Table Form Lab

Chapter 4: Single Table Form Lab Chapter 4: Single Table Form Lab Learning Objectives This chapter provides practice with creating forms for individual tables in Access 2003. After this chapter, you should have acquired the knowledge

More information

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

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

More information

AVANTUS TRAINING PTE LTD

AVANTUS TRAINING PTE LTD [MSACS13]: Microsoft Access 2013 Length : 3 Days Technology : Microsoft Office 2013 Delivery Method : Instructor-led (Classroom) Course Overview This Microsoft Access 2013 teaches participants how to design

More information

OBJECTIVES. Introduction to mycourses

OBJECTIVES. Introduction to mycourses OBJECTIVES Identify elements of mycourses from the instructor, designer and student perspective. Integrate content into a course in a variety of file formats. Learn to use the Communication Tools: Chat,

More information

Access 2016 Essentials Syllabus

Access 2016 Essentials Syllabus Access 2016 Essentials Syllabus Lesson 1 Creating & Managing Databases 1.1 Introduction Lesson content; What is a database? The course folders; The course player; Screen resolution notes; Prerequisites;

More information

Microsoft Access 2002 for Windows

Microsoft Access 2002 for Windows Microsoft Access 2002 for Windows Handout: 2 Academic Computing Support Information Technology Services Tennessee Technological University February 2004 1. Opening the File In the PC labs, from the Start

More information

Microsoft Excel 2010 Basic

Microsoft Excel 2010 Basic Microsoft Excel 2010 Basic Introduction to MS Excel 2010 Microsoft Excel 2010 is a spreadsheet software in the new Microsoft 2010 Office Suite. Excel allows you to store, manipulate and analyze data in

More information

AUSTIN COMMUNITY COLLEGE CONTINUING EDUCATION. INTERMEDIATE DATABASE/FILE AMANGEMENT (Access Intermediate) (12 hours) ITSW 1055 COURSE SYLLABUS

AUSTIN COMMUNITY COLLEGE CONTINUING EDUCATION. INTERMEDIATE DATABASE/FILE AMANGEMENT (Access Intermediate) (12 hours) ITSW 1055 COURSE SYLLABUS Course Description: Instruction in data validation, data manipulation, browsing through records, records selection and query, indexing, and sorting. Topics include modifying tables, using database wizards,

More information

Microsoft Access XP (2002) - Forms. Navigation Wizards Custom Forms Combo Boxes Calculations in Forms Pictures Multitable Input Summary Operations

Microsoft Access XP (2002) - Forms. Navigation Wizards Custom Forms Combo Boxes Calculations in Forms Pictures Multitable Input Summary Operations Microsoft Access XP (2002) - Forms Navigation Wizards Custom Forms Combo Boxes Calculations in Forms Pictures Multitable Input Summary Operations Table of Contents Exercise File Needed... 3 INTRODUCTION

More information

Preview New Features of Office 2007 Programs

Preview New Features of Office 2007 Programs Preview New Features of Office 2007 Programs With new software, you expect some increased functionality. This lesson is a subjective review of new features that the trainers of Software Training Services

More information

Using Microsoft Word. Working With Objects

Using Microsoft Word. Working With Objects Using Microsoft Word Many Word documents will require elements that were created in programs other than Word, such as the picture to the right. Nontext elements in a document are referred to as Objects

More information

Microsoft PowerPoint 2016 Basics Unit 9 Final Review - Student Notes Directions: Fill in the blanks.

Microsoft PowerPoint 2016 Basics Unit 9 Final Review - Student Notes Directions: Fill in the blanks. Directions: Fill in the blanks. 1. PowerPoint Window Layout 2. File Tab When clicked, opens - automatically opens the Info option by default Holds the following options: - Info - New - Open - Save - Save

More information

Englische Access 2016-Trainingsskripte für IT Seminare und EDV Schulungen als Word-Dokument zum Ausdrucken und fürs Intranet

Englische Access 2016-Trainingsskripte für IT Seminare und EDV Schulungen als Word-Dokument zum Ausdrucken und fürs Intranet Englische Access 2016-Trainingsskripte für IT Seminare und EDV Schulungen als Word-Dokument zum Ausdrucken und fürs Intranet 9 Data analyses To analyze data, a tabular preparation of the data or a chart

More information

INTRODUCTION... 1 UNDERSTANDING CELLS... 2 CELL CONTENT... 4

INTRODUCTION... 1 UNDERSTANDING CELLS... 2 CELL CONTENT... 4 Introduction to Microsoft Excel 2016 INTRODUCTION... 1 The Excel 2016 Environment... 1 Worksheet Views... 2 UNDERSTANDING CELLS... 2 Select a Cell Range... 3 CELL CONTENT... 4 Enter and Edit Data... 4

More information

Navigating a Database Efficiently

Navigating a Database Efficiently Navigating a Database Efficiently 1 Navigating a Database Efficiently THE BOTTOM LINE Often, the people who use a database are not the same people who create a database, and thus they may have difficulty

More information

These pages will help you get started with the Mazda Web Report System. Use the following options to find the information you need:

These pages will help you get started with the Mazda Web Report System. Use the following options to find the information you need: Overview The Web Report System is used to display, print and download Mazda reports. All reports that were previously available through the MDCS Report Distribution System (RDS) are now available through

More information

Microsoft Access 2007 Level 3

Microsoft Access 2007 Level 3 Information Technology Services Kennesaw State University Microsoft Access 2007 Level 3 1 Copyright 2008 KSU Dept. of Information Technology Services This document may be downloaded, printed or copied

More information

Microsoft Office Specialist Access 2016

Microsoft Office Specialist Access 2016 77-730 Microsoft Office Specialist Access 201 For coverage of all objectives, please utilize Shelly Cashman Series Office 35 & Access 201 Comprehensive Domain Obj Number Objective text Module Pages: Topic

More information

User Services. WebCT Integrating Images OBJECTIVES

User Services. WebCT Integrating Images OBJECTIVES User Services Spring 2005 OBJECTIVES Learn how to manipulate images in Photoshop Create WebCT: Icons Banner Images Backgrounds Visual Aids Understand file formats and how to save images for use on the

More information

Microsoft Office 2010: Introductory Q&As Access Chapter 3

Microsoft Office 2010: Introductory Q&As Access Chapter 3 Microsoft Office 2010: Introductory Q&As Access Chapter 3 Is the form automatically saved the way the report was created when I used the Report Wizard? (AC 142) No. You will need to take specific actions

More information

Introductory Exercises in Microsoft Access XP

Introductory Exercises in Microsoft Access XP INFORMATION SYSTEMS SERVICES Introductory Exercises in Microsoft Access XP This document contains a series of exercises which give an introduction to the Access relational database program. AUTHOR: Information

More information

POS Designer Utility

POS Designer Utility POS Designer Utility POS Designer Utility 01/15/2015 User Reference Manual Copyright 2012-2015 by Celerant Technology Corp. All rights reserved worldwide. This manual, as well as the software described

More information

MIS 2502 Access 2007 Tutorial

MIS 2502 Access 2007 Tutorial Introduction...1 1. Creating Tables...2 1. Table Relationships...8 2. Queries... 13 4. Parameterized Query... 25 5. Forms... 37 6. Form Controls... 45 7. Sub Forms for 1:M Relationships... 53 8. Sub Forms

More information

Excel 2007 New Features Table of Contents

Excel 2007 New Features Table of Contents Table of Contents Excel 2007 New Interface... 1 Quick Access Toolbar... 1 Minimizing the Ribbon... 1 The Office Button... 2 Format as Table Filters and Sorting... 2 Table Tools... 4 Filtering Data... 4

More information

Microsoft Access 2016 Intro to Forms and Reports

Microsoft Access 2016 Intro to Forms and Reports Microsoft Access 2016 Intro to Forms and Reports training@health.ufl.edu Access 2016: Intro to Forms and Reports 2.0 hours Topics include using the AutoForm/AutoReport tool, and the Form and Report Wizards.

More information

course notes quick reference guide

course notes quick reference guide course notes quick reference guide Microsoft Excel 2010 Welcome to Excel 2010 Excel 2010 is the premier spreadsheet application from Microsoft. Excel 2010 makes it easier to analyze data quickly with new

More information

When you pass Exam : Access 2010, you complete the requirements for the Microsoft Office Specialist (MOS) - Access 2010 certification.

When you pass Exam : Access 2010, you complete the requirements for the Microsoft Office Specialist (MOS) - Access 2010 certification. Appendix 1 Microsoft Office Specialist: Access Certification Introduction The candidates for Microsoft Office Specialist certification should have core-level knowledge of Microsoft Office Access 2010.

More information

User Guide. Web Intelligence Rich Client. Business Objects 4.1

User Guide. Web Intelligence Rich Client. Business Objects 4.1 User Guide Web Intelligence Rich Client Business Objects 4.1 2 P a g e Web Intelligence 4.1 User Guide Web Intelligence 4.1 User Guide Contents Getting Started in Web Intelligence 4.1... 5 Log into EDDIE...

More information

Access Intermediate

Access Intermediate Access 2013 - Intermediate 103-134 Advanced Queries Quick Links Overview Pages AC124 AC125 Selecting Fields Pages AC125 AC128 AC129 AC131 AC238 Sorting Results Pages AC131 AC136 Specifying Criteria Pages

More information

Outlook 2010 One. Wednesday, August 7, 9-11 am. Agenda:

Outlook 2010 One. Wednesday, August 7, 9-11 am. Agenda: Page 1 Outlook 2010 One Wednesday, August 7, 9-11 am Agenda: Outlook Search Options Working with Attachments Creating a Signature Marking a Message as Read Flag an item for Follow-Up Reply, Reply All &

More information

AVANTUS TRAINING PTE LTD

AVANTUS TRAINING PTE LTD [MSACS10]: Microsoft Access 2010 Length Delivery Method : 3 Days : Instructor-led (Classroom) Course Overview Microsoft Access 2010 teaches participants how to design data tables, select appropriate data

More information

Working with Data in Microsoft Excel 2010

Working with Data in Microsoft Excel 2010 Working with Data in Microsoft Excel 2010 This document provides instructions for using the sorting and filtering features in Microsoft Excel, as well as working with multiple worksheets in the same workbook

More information

Chapter11 practice file folder. For more information, see Download the practice files in this book s Introduction.

Chapter11 practice file folder. For more information, see Download the practice files in this book s Introduction. Make databases user friendly 11 IN THIS CHAPTER, YOU WILL LEARN HOW TO Design navigation forms. Create custom categories. Control which features are available. A Microsoft Access 2013 database can be a

More information

Microsoft Word 2011 Tutorial

Microsoft Word 2011 Tutorial Microsoft Word 2011 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

EXCEL BASICS: MICROSOFT OFFICE 2007

EXCEL BASICS: MICROSOFT OFFICE 2007 EXCEL BASICS: MICROSOFT OFFICE 2007 GETTING STARTED PAGE 02 Prerequisites What You Will Learn USING MICROSOFT EXCEL PAGE 03 Opening Microsoft Excel Microsoft Excel Features Keyboard Review Pointer Shapes

More information

Office Applications II Lesson Objectives

Office Applications II Lesson Objectives Office Applications II Lesson Unit 1: MICROSOFT EXCEL SPREADSHEETS BASICS What is a Spreadsheet and What Are Its Uses? Define spreadsheets Define the Microsoft Excel application List business, consumer,

More information

Excel Tables and Pivot Tables

Excel Tables and Pivot Tables A) Why use a table in the first place a. Easy to filter and sort if you only sort or filter by one item b. Automatically fills formulas down c. Can easily add a totals row d. Easy formatting with preformatted

More information

Quick Start Guide - Contents. Opening Word Locating Big Lottery Fund Templates The Word 2013 Screen... 3

Quick Start Guide - Contents. Opening Word Locating Big Lottery Fund Templates The Word 2013 Screen... 3 Quick Start Guide - Contents Opening Word... 1 Locating Big Lottery Fund Templates... 2 The Word 2013 Screen... 3 Things You Might Be Looking For... 4 What s New On The Ribbon... 5 The Quick Access Toolbar...

More information

SOFTWARE SKILLS BUILDERS

SOFTWARE SKILLS BUILDERS USING ACCESS TO CREATE A SCIENCE DATABASE A database allows you to enter, store, retrieve, and manipulate data efficiently. You will first design your database and enter information into a table called

More information

Access Tutorial 2 Building a Database and Defining Table Relationships

Access Tutorial 2 Building a Database and Defining Table Relationships Access Tutorial 2 Building a Database and Defining Table Relationships Microsoft Office 2013 Objectives Session 2.1 Learn the guidelines for designing databases and setting field properties Create a table

More information

EVALUATION COPY. Unauthorized Reproduction or Distribution Prohibited

EVALUATION COPY. Unauthorized Reproduction or Distribution Prohibited ADVANCED MICROSOFT ACCESS 2016 Advanced Microsoft Access 2016 (ACC2016.2 version 1.0.1) Copyright Information Copyright 2016 Webucator. All rights reserved. The Author Tracy Berry Tracy has been a senior

More information

Word Module 5: Creating and Formatting Tables

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

More information

Access Made Easy. Forms.

Access Made Easy. Forms. Access Made Easy Forms 05 www.accessallinone.com This guide was prepared for AccessAllInOne.com by: Robert Austin This is one of a series of guides pertaining to the use of Microsoft Access. AXLSolutions

More information

Excel 2016 Basics for Mac

Excel 2016 Basics for Mac Excel 2016 Basics for Mac Excel 2016 Basics for Mac Training Objective To learn the tools and features to get started using Excel 2016 more efficiently and effectively. What you can expect to learn from

More information

EXCEL BASICS: MICROSOFT OFFICE 2010

EXCEL BASICS: MICROSOFT OFFICE 2010 EXCEL BASICS: MICROSOFT OFFICE 2010 GETTING STARTED PAGE 02 Prerequisites What You Will Learn USING MICROSOFT EXCEL PAGE 03 Opening Microsoft Excel Microsoft Excel Features Keyboard Review Pointer Shapes

More information

Table of Contents Lesson 1: Introduction to the New Interface... 2 Lesson 2: Prepare to Work with Office

Table of Contents Lesson 1: Introduction to the New Interface... 2 Lesson 2: Prepare to Work with Office Table of Contents Lesson 1: Introduction to the New Interface... 2 Exercise 1: The New Elements... 3 Exercise 2: Use the Office Button and Quick Access Toolbar... 4 The Office Button... 4 The Quick Access

More information

Excel 2013 Intermediate

Excel 2013 Intermediate Excel 2013 Intermediate Quick Access Toolbar... 1 Customizing Excel... 2 Keyboard Shortcuts... 2 Navigating the Spreadsheet... 2 Status Bar... 3 Worksheets... 3 Group Column/Row Adjusments... 4 Hiding

More information

Access: Using Forms for Data Entry and Editing

Access: Using Forms for Data Entry and Editing Access: Using Forms for Data Entry and Editing Viewing and Entering Data with Forms A form is the most convenient layout for entering, changing, and viewing records from a database table or query and are

More information

Productivity Tools Objectives 1

Productivity Tools Objectives 1 Productivity Tools Objectives 1 Word 2003 Understand Microsoft Office Word 2003 Launch Microsoft Office Word 2003 Open Documents Understand The Working Screen Experiment With The Working Screen Navigate

More information

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

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

More information

Microsoft Access 2007 Module 2

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

More information

Basic Intro to ETO Results

Basic Intro to ETO Results Basic Intro to ETO Results Who is the intended audience? Registrants of the 8 hour ETO Results Orientation (this training is a prerequisite) Anyone who wants to learn more but is not ready to attend the

More information

Productivity Tools Objectives

Productivity Tools Objectives Word 2003 Understand Microsoft Office Word 2003 Launch Microsoft Office Word 2003 Open Documents Understand The Working Screen Experiment With The Working Screen Navigate Documents Close Documents And

More information

Microsoft Access Basics

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

More information

Access Macros & Advanced Topics

Access Macros & Advanced Topics Access Macros & Advanced Topics 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/ Instructor:

More information

Office of Instructional Technology

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

More information

New Perspectives on Microsoft Access Module 2: Building a Database and Defining Table Relationships

New Perspectives on Microsoft Access Module 2: Building a Database and Defining Table Relationships New Perspectives on Microsoft Access 2016 Module 2: Building a Database and Defining Table Relationships 1 Objectives Session 2.1 Learn the guidelines for designing databases and setting field properties

More information

Access. Basics PRESENTED BY THE TECHNOLOGY TRAINERS OF THE MONROE COUNTY LIBRARY SYSTEM

Access. Basics PRESENTED BY THE TECHNOLOGY TRAINERS OF THE MONROE COUNTY LIBRARY SYSTEM Access 2010 Basics PRESENTED BY THE TECHNOLOGY TRAINERS OF THE MONROE COUNTY LIBRARY SYSTEM EMAIL: TRAININGLAB@MONROE.LIB.MI.US MONROE COUNTY LIBRARY SYSTEM 734-241-5770 840 SOUTH ROESSLER STREET MONROE,

More information