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

Size: px
Start display at page:

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

Transcription

1 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 Buttons Create a Switchboard Create a Macro Use the new Microsoft Access 2007 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. Intermediate Microsoft Access Microsoft Access is a powerful tool to organize, manipulate and present data. New features in Access 2007 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. Instructors Quan Chien qtc1@its.msstate.edu

2 Table of Contents Attachments Table of Contents What s New In Microsoft Access 2007 Microsoft Access 2007 Attachments... Microsoft Access 2007 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 2007 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 Attachments Quick Filtering 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 2007, 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 Filter by Form 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 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 2007 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 2007 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 2007 Create Database 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 Import Data Import Data 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 Import Data Default Date 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 Date Field Update Relationships 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 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 2007 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.) Close the form

9 Relationships Lookup Table 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 Relationship Builder Relationship Builder 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 Relationship Builder Relationship Builder 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 Relationship Builder Relational Query 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. Form with Subform 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. Form with Subform 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. In the Form section select on the drop-down arrow next to More Forms. 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 Form with Subform Action Queries 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. In the Other section 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 Make-Table Query Make-Table Query 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, Append Queries Append Query 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 Advanced Forms 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 2007 (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 Advanced Forms Switchboard Manager 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. Select the Database Tools tab. In the Database Tools section select the Switchboard Manager icon. 6. Name the button cmdnext. Click Finish. When the following message appears, click the Yes button. Record Navigation - Go to Previous Record 7. Perform the same steps to add a Previous button to your form. Name it cmdprevious. 3. In the Switchboard Manager dialog box, click on Edit. 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. 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 Switchboard Manager Macros 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 Hourglass. 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 Macros PowerPoint Slides 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 2007 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, 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.

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

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

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

Microsoft Access 2007 Module 1

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

More information

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

Access 2007 Creating Forms Table of Contents

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

More information

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

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

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

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

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

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

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

Filter by Selection button. Displays records by degree to which they match the selected record. Click to view advanced filtering options

Filter by Selection button. Displays records by degree to which they match the selected record. Click to view advanced filtering options The Home Ribbon Sort Buttons: sort records into ascending or descending order by selected field Filter by Selection button. Displays records by degree to which they match the selected record. Display summary

More information

Tutorial 3 Maintaining and Querying a Database

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

More information

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

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

More information

Microsoft Access 2003 Module 1

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

More information

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

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

More information

Access II 2007 Workshop

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

More information

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

Course Title: Microsoft Access 2007- Basic Duration: 12 hours

Course Title: Microsoft Access 2007- Basic Duration: 12 hours Course Title: Microsoft Access 2007- Basic Duration: 12 hours Getting started Topic A: Database concepts A-1: Identifying database components A-2: Identifying the advantages of relational databases Topic

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

Creating and Using Databases with Microsoft Access

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

More information

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

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

More information

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

Getting Started with Access 2007

Getting Started with Access 2007 Getting Started with Access 2007 Table of Contents Getting Started with Access 2007... 1 Plan an Access 2007 Database... 2 Learning Objective... 2 1. Introduction to databases... 2 2. Planning a database...

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

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

Structure a Database. Key Concepts LESSON. Access 380. Lesson 2: Structure a Database. Standards

Structure a Database. Key Concepts LESSON. Access 380. Lesson 2: Structure a Database. Standards LESSON Key Concepts Structure a Database In this lesson, you will continue learning skills to use Access in your daily life. You will learn to create the following elements in this lesson: databases, tables,

More information

Check out our website!

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

More information

Access 2007. Creating Databases - Fundamentals

Access 2007. Creating Databases - Fundamentals Access 2007 Creating Databases - Fundamentals Contents Database Design Objectives of database design 1 Process of database design 1 Creating a New Database... 3 Tables... 4 Creating a table in design view

More information

Create a New Database in Access 2010

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

More information

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

Ken Goldberg Database Lab Notes. There are three types of relationships: One-to-One (1:1) One-to-Many (1:N) Many-to-Many (M:N).

Ken Goldberg Database Lab Notes. There are three types of relationships: One-to-One (1:1) One-to-Many (1:N) Many-to-Many (M:N). Lab 3 Relationships in ER Diagram and Relationships in MS Access MS Access Lab 3 Summary Introduction to Relationships Why Define Relationships? Relationships in ER Diagram vs. Relationships in MS Access

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

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

Creating tables in Microsoft Access 2007

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

More information

Microsoft Access 2007 Introduction

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

More information

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

Tutorial 3. Maintaining and Querying a Database

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

More information

Microsoft Office 2010

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

More information

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

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

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

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

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

More information

MICROSOFT OFFICE ACCESS 2007 - 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

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

Access is an extremely complex subject and, inevitably, shortcuts and compromises have been made to reduce the written content of this article.

Access is an extremely complex subject and, inevitably, shortcuts and compromises have been made to reduce the written content of this article. EMISNUG Conference 2012: Building an Access database Patrick Wilmore, IT Manager, Windrush Medical practice, Witney This handout accompanies my talk at 10.00am on Friday 8 th September 2012. The objective

More information

Information Technology Services Kennesaw State University

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

More information

Technology Training Services. Introduction To Microsoft Access 2007

Technology Training Services. Introduction To Microsoft Access 2007 Technology Training Services Introduction To Microsoft Access 2007 Introduction to Access 2007 Written by Kathleen A. Moser, PhD Technology Training Services April 2008 Maricopa County Community College

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

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

Microsoft Access 2010 An Intermediate Guide (Level 2)

Microsoft Access 2010 An Intermediate Guide (Level 2) IT Training Microsoft Access 2010 An Intermediate Guide (Level 2) Contents Introduction...1 Speeding up Table Creation...2 Using Datasheet View...2 Using a Table Template...3 Input Masks...3 Importing

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

3 What s New in Excel 2007

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

More information

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

Microsoft Access 2013 An Intermediate Guide (Level 2)

Microsoft Access 2013 An Intermediate Guide (Level 2) IT Training Microsoft Access 2013 An Intermediate Guide (Level 2) Contents Introduction...1 Speeding up Table Creation...2 Using a Table Template...2 Using Datasheet View...2 Input Masks...3 Importing

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

Excel for Data Cleaning and Management

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

More information

INTRODUCTION TO MICROSOFT ACCESS MINIMAL MANUAL

INTRODUCTION TO MICROSOFT ACCESS MINIMAL MANUAL University of Glasgow Department of Computing Science INTRODUCTION TO MICROSOFT ACCESS MINIMAL MANUAL 1 Databases in Access...2 2 The Database Window...2 3 Help...2 4 Saving...3 5 Wizards...3 6 Tables...3

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

- Suresh Khanal. http://mcqsets.com. http://www.psexam.com Microsoft Excel Short Questions and Answers 1

- Suresh Khanal. http://mcqsets.com. http://www.psexam.com Microsoft Excel Short Questions and Answers 1 - Suresh Khanal http://mcqsets.com http://www.psexam.com Microsoft Excel Short Questions and Answers 1 Microsoft Access Short Questions and Answers with Illustrations Part I Suresh Khanal Kalanki, Kathmandu

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

Microsoft Office 2007: What s New in Access

Microsoft Office 2007: What s New in Access Microsoft Office 2007: What s New in Access Windows Microsoft Office 2007: What s New in Access v1.0.1 2008 36 Pages About IT Training & Education The University Information Technology Services (UITS)

More information

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

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

More information

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

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

More information

Microsoft Access Part I (Database Design Basics) ShortCourse Handout

Microsoft Access Part I (Database Design Basics) ShortCourse Handout Microsoft Access Part I (Database Design Basics) ShortCourse Handout July 2004, Technology Support, Texas Tech University. ALL RIGHTS RESERVED. Members of Texas Tech University or Texas Tech Health Sciences

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 Part 2 - Design

Access Part 2 - Design Access Part 2 - Design The Database Design Process It is important to remember that creating a database is an iterative process. After the database is created and you and others begin to use it there will

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

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

Appendix A How to create a data-sharing lab

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

More information

Training Needs Analysis

Training Needs Analysis Training Needs Analysis Microsoft Office 2007 Access 2007 Course Code: Name: Chapter 1: Access 2007 Orientation I understand how Access works and what it can be used for I know how to start Microsoft Access

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

Topic: Relationships in ER Diagram and Relationships in MS Access

Topic: Relationships in ER Diagram and Relationships in MS Access MS Access Lab 3 Topic: Relationships in ER Diagram and Relationships in MS Access Summary Introduction to Relationships Why Define Relationships? Relationships in ER Diagram vs. Relationships in MS Access

More information

Database Concepts (3 rd Edition) APPENDIX D Getting Started with Microsoft Access 2007

Database Concepts (3 rd Edition) APPENDIX D Getting Started with Microsoft Access 2007 David M. Kroenke and David J. Auer Database Concepts (3 rd Edition) APPENDIX D Getting Started with Microsoft Access 2007 Prepared by David J. Auer Western Washington University Page D-1 Microsoft product

More information

for Sage 100 ERP Business Insights Overview Document

for Sage 100 ERP Business Insights Overview Document for Sage 100 ERP Business Insights Document 2012 Sage Software, Inc. All rights reserved. Sage Software, Sage Software logos, and the Sage Software product and service names mentioned herein are registered

More information

Instructions for Creating Silly Survey Database

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

More information

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

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

Microsoft PowerPoint 2010

Microsoft PowerPoint 2010 Microsoft PowerPoint 2010 Starting PowerPoint... 2 PowerPoint Window Properties... 2 The Ribbon... 3 Default Tabs... 3 Contextual Tabs... 3 Minimizing and Restoring the Ribbon... 4 The Backstage View...

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

MS Access. Microsoft Access is a relational database management system for windows. Using this package, following tasks can be performed.

MS Access. Microsoft Access is a relational database management system for windows. Using this package, following tasks can be performed. MS Access Microsoft Access is a relational database management system for windows. Using this package, following tasks can be performed. Organize data into manageable related units Enter, modify and locate

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

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

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

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

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

More information

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

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

More information

Microsoft PowerPoint 2008

Microsoft PowerPoint 2008 Microsoft PowerPoint 2008 Starting PowerPoint... 2 Creating Slides in Your Presentation... 3 Beginning with the Title Slide... 3 Inserting a New Slide... 3 Slide Layouts... 3 Adding an Image to a Slide...

More information

Excel Reports and Macros

Excel Reports and Macros Excel Reports and Macros Within Microsoft Excel it is possible to create a macro. This is a set of commands that Excel follows to automatically make certain changes to data in a spreadsheet. By adding

More information

warpct.com MS Access 2010 Workbook courseware by WARP! Computer Training

warpct.com MS Access 2010 Workbook courseware by WARP! Computer Training warpct.com courseware by WARP! Computer Training MS Access 2010 Workbook Welcome! Thank you for evaluating a portion of this workbook. If you have any questions or comments regarding our training materials

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

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

UF Health SharePoint 2010 Document Libraries

UF Health SharePoint 2010 Document Libraries UF Health SharePoint 2010 Document Libraries Email: training@health.ufl.edu Web Page: http://training.health.ufl.edu Last Updated 2/7/2014 SharePoint 2010 Document Libraries 1.5 Hours 1.0 Shared Network

More information

MICROSOFT OUTLOOK 2010 WORK WITH CONTACTS

MICROSOFT OUTLOOK 2010 WORK WITH CONTACTS MICROSOFT OUTLOOK 2010 WORK WITH CONTACTS Last Edited: 2012-07-09 1 Access to Outlook contacts area... 4 Manage Outlook contacts view... 5 Change the view of Contacts area... 5 Business Cards view... 6

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