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

Size: px
Start display at page:

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

Transcription

1 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

2 Microsoft product screen shot(s) reprinted with permission from Microsoft Corporation. Additional material to accompany: David M. Kroenke and David J. Auer Database Concepts (3rd Edition) 2008 Pearson Prentice Hall Page D-2

3 OBJECTIVES Understand the Microsoft Access 2007 files formats Understand the Microsoft Access 2007 user interface Learn how to create databases in Access 2007 Learn how to create tables in Access 2007 Understand Microsoft Access 2007 security options Learn how to create forms in Access 2007 Learn how to create reports in Access 2007 Learn how to create relationships in Access 2007 Learn how to submit SQL commands in Access 2007 Learn how to use Access 2003 user-level security in Access 2007 Learn how to use Access 2007 in Web database processing applications WHY SHOULD I LEARN TO USE MICROSOFT ACCESS 2007? M icrosoft has introduced Microsoft Office All of the Office products have been modified with new features and a new user interface. The changes in the user interface are intended to make the Office products easier to use, while the new features extended the functionality of the Office components. Database Concepts (3rd Edition) was written before the introduction of Office 2007, and it is based on MS Access Since you may choose to or be required to use Access 2007, you should be aware of how it has changed from Access HOW HAS THE MICROSOFT OFFICE 2007 CHANGED? For our purposes, the two biggest changes in MS Office 2007 are (1) new file formats and (2) a new user interface. HOW HAVE THE MICROSOFT OFFICE 2007 FILE FORMATS CHANGED? Each MS Office 2007 application has one or more new file formats associated with it 1. For MS Access 2007, we can use the file formats shown in Figure D-1 on the next page. 1 Microsoft has provided the Microsoft Office Compatibility Pack for Word, Excel and PowerPoint 2007 File Formats. It is available at and allows users of Office 2000, Office XP and Office 2003 to use the Office 2007 file formats in those three applications. Note that the new MS Access 2007 file formats are not included. Page D-3

4 The older *.mdb file format can be used (and older files with this extension can be opened in Access 2007), but these files will not have the new Access 2007 features the new features are found in the *.accdb file format. The *.mdw file format associated with the Workgroup Information Files used to secure Access databases as described in Chapter 6 has not changed. This file format is identical to the format used by previous version of Access, but is only supported for databases saved in the older *.mdb format. Figure D-1 MS Access 2007 File Extensions File Extension *.mdb *.adp *.accdb *.accdt *.accde *.accdr *.mdw Purpose The older Access file format, still available for compatibility. The older Access projects file format, used when Access is used as a frontend application to and SQL Server database. Still used in Access 2007 for the same purpose. The new Access 2007 database file format. The new Access 2007 database template file format. The new Access 2007 extension for execute only databases. Visual Basic for Applications (VBA) source code is removed, but the VBA logic can still be executed by the user. Replaces the previously used *.mde file extension. The new Access 2007 extension for locking a database in runtime mode, where it can be used but not modified. The older Access Workgroup Information File file format, still used in Access 2007 for the same purpose. The new *.aacdb file format supports several new Access 2007 features. However, none of these new features has any impact on our use of Access in this book. We can do everything we need to do in either the *.mdb or *.accdb file format with the notable exception of Access 2003 user-level security discussed in Section 6 of The Access Workbench which only works with the *.mdb file format. For more information on the new Access 2007 file formats and the associated new features, use the Access 2007 Help system and search for new features and new file formats. Page D-4

5 HOW DOES THE MICROSOFT OFFICE 2007 USER INTERFACE WORK? The biggest change in MS Office 2007 is the new user interface, where the familiar menu and toolbar system has been replaced by a set of tabbed ribbons. This can best be explained by seeing it, so we ll open Access 2007 and take a look. For an easy comparison with Access 2003, we ll use the same Wallingford Motor CRM example that is used in all sections of The Access Workbench (TAW) in the text with references to the book s section and page. Creating the Access Database WMCRM.accdb (Reference TAW Section 1, page 21) 1. Start Microsoft Access The Microsoft Access 2007 window appears as shown in Figure D-2. Figure D-2 The Microsoft Access 2007 Window Click Blank Database to create a new database Click a Template icon to create a new database based on a database template Click More to select a previously created database 2. Click the New Database icon in the New Blank Database section. The Blank Database pane appears as shown in Figure D-3 on the next page. 3. Type in the database name WMCRM.aacdb in the File Name text box, and then click the Create button. NOTE: The database will be created in your My Documents folder. If you want to create the database in a different folder, use the Open button shown in Figure D-3 to browse to the correct location. NOTE: If you want to use the Access 2003 database format, name your database with an.mdb extension (i.e., WMCRM.mdb). If you want to Page D-5

6 create an Access project as the user interface to an SQL Server database, name your database with an.adp extension (i.e, WMCRM.adp). Figure D-3 The Microsoft Access 2007 Window The Blank Database pane Type in the new database name here, and then click the Create button The Create button If you want to create the new database file in a location other than the default My Documents folder, click the Open button to browse to the correct location 4. The new database appears as shown in Figure D-4 on the next page. The Microsoft Access window itself is now named WMCRM: Database (Access 2007) Microsoft Access to include the database name. Note that since this is a new database, Access 2007 has assumed that you will want to immediately create a new table. Therefore, a new table named Table1 is displayed in Datasheet view in the Document window. We do not want this table open at this time, so click the Close Document button shown in Figure D-4 on the next page. Page D-6

7 Figure D-4 The WMCRM: Database (Access 2007) Window Database name WMCRM: Database (Access 2007) The Document Window using the tabbed documents interface The Close Document button The Microsoft Office Button 5. The Access 2007 window with the new database appears as shown in Figure D-5. Most of the new features of the Office 2007 can be seen in this window. Figure D-5 The Access 2007 Window The Quick Access Toolbar The tabbed Office Fluent Ribbon The object Navigation Pane The Document Window The Status Bar Page D-7

8 THE MICROSOFT OFFICE BUTTON The Microsoft Office Button essentially replaces the previous menu bar File command. Clicking the Microsoft Office Button now displays the File Menu, as shown in Figure D-6. The File Menu contains the familiar New, Open, Save, Save As, Print and Close commands. Moving the mouse point over a command that has options will display those options, as shown in Figure D-7 on the next page. There, the options for the Manage command are displayed. The File Menu also contains Access Options and Exit Access buttons. Clicking the Access Options displays the Access Options dialog box, as shown in Figure D-8 on the next page. This dialog box is the entry point for controlling many important settings for Access defaults and for individual databases. For example, in the Popular Creating databases settings shown in Figure D-7 we can set the default database file format for Access 2007 and the default database folder for newly created database files. For another example, referencing the section Does Not Work with MS Access SQL on page 103 and the footnote on that page, we can specify the use of SQL 92 instead of the default Access 2007 ANSI-89 SQL by changing the Object Designers Query design settings SQL Server Compatible Syntax (ANSI 92) check boxes. Figure D-6 The Access 2007 File Menu Page D-8

9 Figure D-7 Command Options in the File Menu Figure D-8 The Access Options Dialog Box Page D-9

10 THE QUICK ACCESS TOOLBAR As shown in Figure D-5, the Quick Access Toolbar is located at the top left corner of the Access window next to the Microsoft Office Button. By default, the Quick Access Toolbar contains three buttons - Save, Undo and Redo. However, the Quick Access Toolbar can be customized. There are two ways to customize the toolbar. First, we can use the Access Options dialog box discussed in the previous section. In this case, we would use the Customize settings page, which is specifically used for detailed customization of the Quick Action Toolbar. Alternatively, we can use the drop-down arrow just to the right of the Quick Action Toolbar to display the Customize Quick Access Toolbar Drop-Down List as shown in Figure D-9. By selecting or de-selecting items on this list we can easily modify the icons on the Quick Access Toolbar. Figure D-10 on the next page shows the Quick Access Toolbar with two additional icons added to it one for Quick Print and one for Print Preview. If we need more detailed control over the icons on the Quick Access Toolbar, selecting More Commands on the drop-down list will take us to the Customize settings page of the Access Options dialog box. The Quick Access Toolbar The Quick Access Toolbar Drop- Down Arrow Figure D-9 The Customize Quick Access Toolbar Drop-Down List The Customize Quick Access Toolbar Drop- Down List Page D-10

11 Figure D-10 The Modified Customize Quick Access Toolbar The modified Quick Access Toolbar with two additional icons The additional icons on the modified Quick Access Toolbar are now checked in the drop-down list THE NAVIGATION PANE The Navigation Pane shown in Figure D-5 is the new interface for database objects, and it replaces the database window shown in Figure AW-1-4 on page 24 in the text. However, the Access 2007 Navigation Pane provides much more control of which objects are displayed. In Figure D-5, only tables and their related views are selected, and there are no such objects shown because this is a new database and we haven t created any tables or views yet! To see how objects are selected for display in the Navigation Pane, we ll set it to show the same set of objects shown in the database window in Figure AW-4-4. Selecting Objects in the Access 2007 Navigation Pane 1. Click the Navigation Pane drop-down arrow in the upper right corner of the Navigation Pane. The Navigation Pane Drop-Down List appears as shown in Figure D-11 on the next page. Page D-11

12 Figure D-11 The Navigation Pane Drop-Down List The Navigation Pane Drop- Down Arrow The All Tables Drop-Down List 2. Click the Object Type in the Navigation Pane Drop-Down List, and then click the Navigation Pane drop-down arrow again. The Navigation Pane Drop-Down List now appears as shown in Figure D-12 on the next page. 3. As shown in Figure D-13 on the next page, the Navigation Pane for All Access Objects is currently empty we have not created any tables or other objects in the WMCRM database. We can hide the Navigation Pane if we need to by clicking the left-facing double chevron button on the upper right corner of the Navigation Pane. If we click the button, the Navigation Pane shrinks to a small band labeled Navigation Pane on the right side of the Access 2007 window. The band will have a right-facing double chevron button which is used to restore the Navigation Pane when we need to use it again. Page D-12

13 Figure D-12 The All Access Objects Drop-Down List Use this button to hide or show the Navigation Pane The All Access Objects Drop- Down List Figure D-13 The Empty Navigation Pane The Navigation Pane is empty because we have not created any objects for this database Page D-13

14 THE COMMAND TABS AND RIBBONS The tabbed Office Fluent Ribbon, or just Ribbon, shown in Figure D-5 is the new Access 2007 command interface, and it replaces menus and toolbars. The menu commands of the older Office interface have been replaced by command tabs (and the Microsoft Office Button discussed earlier), and the toolbar tools have been moved onto the associated ribbons as groups of associated commands. Each Office 2007 application has a Home tab, and a set of additional tabs specific to each application. The Access 2007 command tabs are the Home, Create, External Data and Database Tools tabs shown with their related ribbons in Figure D-14. In each ribbon, the currently available commands are shown in color, and the unavailable commands shown in grey. Figure D-14 The Access 2007 Command Tabs and Ribbons A The Home Command Tab and Ribbon B The Create Command Tab and Ribbon C The External Data Command Tab and Ribbon D The Database Tools Command Tab and Ribbon Page D-14

15 THE CONTEXTUAL COMMAND TABS AND RIBBONS In addition to the basic command tabs and ribbons, additional contextual command tabs and their associated ribbons will be displayed as needed depending on which object we are working with. Since this is easiest to understand by seeing the contextual command tabs and ribbon in action, we ll continue creating the WMCRM database by creating the CUSTOMER table. The column characteristics for the CUSTOMER table are shown in Figure AW-1-6 on page 25 in the text. Creating the CUSTOMER Table (Reference TAW Section 1, Page 26) 1. Click the Create command tab to display the Create Ribbon, and then click the Table Design button as shown in Figure D-15, Figure D-15 The Table Design Button Click the Table Design button to create a new table in Design View The group of command tabs displayed is named as a set of tabs called Table Tools 2. The Table1 tabbed document window is displayed as shown in Figure D- 16. Figure D-16 The Navigation Pane Drop-Down List Table Tools adds only one new command tab the Design tab with its Ribbon The Table1 tabbed document window Page D-15

16 3. In Figure D-16, we see that a new tabbed document named Table1 is now displayed in the Access 2007 Documents window. At the same time, an additional contextual command tab named Design is being displayed, and the entire set of contextual command tabs is being referred to as Table Tools. 4. If we compare the Table1 window in Figure D-16 to the Table 1 : Table window in Figure AW-1-9 on page 27 in the text, we will discover that they are basically identical. This means that we build a table in Access 2007 just as described in the steps 3 through 8 on page 27. Following those steps, we end up with the table shown in Figure D-17, where the CustomerID field row has been selected after entering the other fields. Figure D-17 The Table1 Table With Field Data The Save button The Primary Key button The complete fields the CustomerID field row has been selected Setting the CUSTOMER Table Primary Key (Reference TAW Section 1, Page 28) 1. As shown in Figure D-17, we ve already selected the CustomerID row. To set this field as the primary key, click the Primary Key button on the Design Ribbon. Naming, Saving, and Closing the CUSTOMER Table (Reference TAW Section 1, Page 29) 1. To name and save the CUSTOMER table, click the Save button on the Quick Access Toolbar. The Save As dialog box appears. 2. Type the table name CUSTOMER in the Save As dialog box Table Name text box, then click the OK button. The table is named and saved, and a table object named CUSTOMER is added in the Navigation Pane. These changes are shown in Figure D-18 on the next page. Page D-16

17 3. To close the CUSTOMER table, click the Close button in the upper right corner of the Documents window. The CUSTOMER tabbed document window is closed, and the Table Tools / Design contextual control tab disappears. The CUSTOMER table object remains in the Table objects section of All Access Objects in the Navigation Pane. Figure D-18 The CUSTOMER Table and Object The CUSTOMER table object The CUSTOMER table The Document window Close button WHERE HAVE ALL THE WIZARDS GONE? The Access Wizards found in previous versions of Access are still available, but they have been augmented by single button actions. Let s see how this works when we insert data into the CUSTOMER table. The data we need is in Figure AW-1-19 on page 33 in the text. First, we ll use the Datasheet view to enter data. Inserting Data into Tables The Datasheet View (Reference TAW Section 1, Page 32) 1. Click the Home command tab, and then double-click the CUSTOMER table object in the Navigation Pane. The CUSTOMER tabbed document window opens in Datasheet view as shown in Figure D-19 on the next page. Compare this figure to Figure AW-1-20 on page 33 in the text. NOTE: Although you can t see it in Figure D-19, Access 2007 adds an extra column named Add New Field to allow you to add fields to the table in Datasheet view. We do not recommend this use Design view instead. Page D-17

18 The group of command tabs displayed is again named as a set of tabs called Table Tools Figure D-19 The CUSTOMER Table in Datasheet View Table Tools adds only one new command tab the Datasheet tab with its Ribbon The CUSTOMER tabbed document window in Datasheet view 2. Follow steps 2 through 6 on pages in the text to add data to the table. Figure D-20 below uses a minimized Navigation Pane to help display more data. Figure D-20 The Completed CUSTOMER Datasheet The Navigation Pane has been minimizedclick here to restore it Column widths have been adjusted to display the complete contents of the cells Page D-18

19 We can delete data rows exactly the same way as described in the text on pages Reentering the deleted data results in a new CustomerID number, just as in Access At this point, we can close the CUSTOMER table. Now, let s try creating a form. Inserting Data into Tables Using a Form (Reference TAW Section 1, Page 38) 1. Click the Create command tab, expand the Navigation Pane if necessary, and then click the CUSTOMER table object in the Navigation Pane to select it. The colored buttons in the Create Ribbon show all the possible actions at this point, and this is shown in Figure D-21. Figure D-21 The Create Ribbon and the Selected CUSTOMER Object The Form button The group of command tabs displayed is named as a set of tabs called Form Layout Tools 2. Click the Form button. A completely designed form appears, as shown in Figure D-22. Figure D-22 The CUSTOMER Form The Format command tab The Arrange command tab The CUSTOMER Form Page D-19

20 We now have a draft form and are in form Layout view. We can make modifications to the form using the tools provided or by switching to form Design view. We can then save the form and use it. However, the Form Wizard is still available and we will want to use it. As shown in Figure D-23, it is found on the More Forms drop-down list. To use the Form Wizard, use the More Forms dropdown list Figure D-23 The Forms Wizard To use the Report Wizard, use the Report Wizard button Reports work the same way. Clicking the Report button will create an editable report in report Layout view. The Report Wizard works the same way it did in previous versions of Access. In general, we have more control over the basic layout of our forms and reports when using the Access Wizards. Therefore, we recommend using the Form Wizard and Report Wizard as discussed in the text. The steps in the text in The Access Workbench will work as shown. There are some minor changes in the content of the Wizard dialog boxes for example the default style is named Office instead of Standard but these do not effect the actions necessary to create the forms and reports. Closing the WMCRM Database (Reference TAW Section 1, Page 46) 1. To close the WMCRM database, click the Microsoft Office Button and then click Close Database. HOW HAVE MICROSOFT OFFICE SECURITY OPTIONS CHANGED FOR ACCESS 2007? When we open an existing database, Access 2007 gives us the option of using security options. These options have changed significantly from Access In Access 2003, security warnings were shown to warn about possible viruses contained in application logic (Access macros and/or Visual Basic for Applications (VBA) code). In Access 2007, we are given the option to shut down certain Access 2007 features in a database to protect ourselves against harm not only from such viruses but from other possible problems. Unfortunately, the Access 2007 security options we are discussing also shut down significant and needed operational features of Access. For example, we cannot execute Access SQL CREATE TABLE statements if the security options are enabled. Page D-20

21 Therefore, we will normally enable the features that the Access 2007 security warning is warning us about when we open an existing database. Note that the security options we are discussing at this point are not the database administrator (DBA) security features discussed in Chapter 6 of the text. We will discuss those features later in this Appendix. Opening the WMCRM Database 1. To open the WMCRM database, click the WMCRM.accdb database in the Open Recent Database pane as shown in Figure D-24. NOTE: If the database you want isn t listed in Open Recent Database, click More and browse to the database. Figure D-24 Opening an Existing Database The Open Recent Database Pane Use More to browse to other databases not listed Click WMCRM.accdb to open the database 2. A Security Warning bar appears with the database. Click the Security Warning Options button to display Microsoft Office Security Options dialog box as shown in Figure D-25 on the next page NOTE: The Security Warning bar and the Microsoft Office Security Options dialog box replace the Access 2003 Security Warning dialog box discussed in TAW Section 2 Page 75 and shown in Figure AW-2-2 in the text. 3. Click the Enable this content radio button to select this option, and then click the OK button. Page D-21

22 Figure D-25 The Microsoft Office Security Options Dialog Box The Security Warning bar The Security Warning Options button The Microsoft Office Security Options dialog box HOW ARE RELATIONSHIPS CREATED AND MAINTAINED? We ll take a look at relationships in Access 2007 by creating the relationship between the CUSTOMER and CONTACT tables discussed in Section 2 of The Access Workbench. The Relationships button 1. Click the Database Tools command tab to display the Database Tools Ribbon shown in Figure D-26. Figure D-26 The Microsoft Office Security Options Dialog Box The CONTACT and CUSTOMER table objects 2. In Figure D-26, note that both the CONTACT and the CUSTOMER table objects have been created. Click the Relationships button to display the Relationship Tools group of contextual command tabs which include the Design command tab and associated Design Ribbon as shown in Figure D-27 on the next page. Page D-22

23 The Relationship Tools contextual command tabs Figure D-27 The Relationship Tools Contextual Command Tabs The Show Table button 3. Click the Show Table button to display the Shown Table dialog box as shown in Figure D-28. Figure D-28 The Show Table Dialog Box The Show Table dialog box 4. We are now back to familiar territory, for this is the same dialog box shown in Figure AW-2-11 on page 82 in the text. Steps 2 though 8 on pages in the text work exactly the same in Access Compare Figure D-29 on the next page to Figure AW-2-14 on page 84 in the text. The only difference is that in Access 2007 the relationship diagram appears in a tabbed Relationships document window (Figure D-29) instead of in a separate Relationships window (Figure AW-2-14). 5. Click the Save button on the Quick Access Toolbar to save the changes to the relationship. 6. New to Access 2007 is the Relationship Report, which allows us to print the relationship diagram as a report. To create a Relationship Report, click the Relationship Report button shown in Figure D-29. A report named Relationships for WMCRM is generated and appears in a tabbed document window named Relationships for WMCRM as shown in Figure D-30 on the next page. Note the Print Preview command tab and Print Preview Ribbon. Page D-23

24 The Relationship Report button Figure D-29 The Completed Relationship The completed relationship in the Relationships document window Figure D-30 The Relationship Report The Print Preview command tab and associated ribbon The Close Print Preview button The completed relationship report in the Relationships for WMCRM document window 7. The Relationships for WMCRM document window is selected. Click the Save button on the Quick Access Toolbar to save the Relationships for WMCRM report. 8. Click the Close Document button to close the Relationships for WMCRM document window. 9. The Relationships document window is now selected. Click the Close Document button to close the Relationships document window. Page D-24

25 HOW DO I CREATE ACCESS 2007 QUERIES The Access 2007 Query By Example (QBE) and SQL queries work essentially the same as they did in Access As we have seen with previous Access 2007 tools, the main difference is in using the new user interface to get to the tools. We will illustrate this by: Creating the QBEQuery-AW-3-04 QBE query in Section 3 of The Access Workbench, and Creating the SALESPERSON table using the SQL statement also shown in Section 3 of The Access Workbench. Creating and Running an Access QBE Query with Multiple Tables (Reference TAW Section 3, Pages ) 1. Click the Create command tab, and then click the Query Design button. As shown in Figure D-31, The Query1 tabbed document window appears along with open Show Table dialog box. Figure D-31 The Query Tools and the Query 1 Document Window The SQL View button The Query Tools contextual command tabs The Data Definition button The Show Table dialog box 2. Again, we are now back to familiar territory, and we can now follow steps 3 though 11 on pages in the text. Compare Figure D-32 on the next page to Figure AW-3-15 on page 156 in the text. The only difference is that in Access 2007 the query appears in a tabbed Query1 document window (Figure D-32) instead of in a separate Query1 : Select Query window (Figure AW-3-15). Page D-25

26 Figure D-32 The Completed Two Table Query The Run button 3. Click the Run button on the Design Ribbon to run the query. 4. Click the Save button on the Quick Access Toolbar to save the query. Name the query as QBEQuery-AW Click the Close Document button to close the QBEQuery-AW-3-01 document window. Creating the SALESPERSON Table Using Access SQL (Reference TAW Section 3, Pages ) 1. Click the Create command tab, and then click the Query Design button. The Query1 tabbed document window appears along with the open Show Table dialog box. 2. Click the Show Table dialog box Close button to close the dialog box. 3. Click the SQL View button (shown in Figure D-31) to switch the query to SQL View. 4. Click the Data Definition button (shown in Figure D-31) to switch the query to a data definition query. 5. The SQL to create the SALESPERSON table is shown on page 160 of the text (the second SQL statement on the page) and in Figure AW Type this text into the Query1 document window. The completed SQL command is shown in Figure D-33 on the next page. NOTE: The SQL editor in Access 2007 is still the same very basic text editor found in Access 2003 no change here! Page D-26

27 Figure D-33 The CREATE TABLE SALESPERSON SQL Statement 6. Click the Run button on the Design Ribbon to run the query. NOTE: If you didn t select the Enable this content security option when you opened the database, this query will not run. An error message will appear in the status bar stating The action or event has been blocked by Disabled Mode. 7. Click the Save button on the Quick Access Toolbar to save the query. Name the query as Create-Table-SALESPERSON. 8. Click the Close Document button to close the Create-Table-Salesperson document window. The rest of the steps following the creation of the SALESPERSON table in Section 3 of The Access Workbench on pages 161 through 173 still have to be completed to integrate the SALESPERSON table into the WMCRM database. We have already seen the way the new Access 2007 interface works for these actions, so the steps will work as written with only minor modifications to compensate for the new Access 2007 interface. HOW DO I SECURE A DATABASE IN ACCESS 2007? Access 2007 introduces an entirely new security model that is beyond the scope of this discussion. For more information, use the Access 2007 Help system and read the Secure an Access 2007 Database topic. However, Access 2007 still supports user-level security as described in Section 6 of The Access Workbench for databases in the older *.mdb file format. The security settings are still stored in a workgroup information file (*.mdw). All the actions discussed in Section 6 are supported for *.mdb files. Figure D-34 on the next page shows the WMCRM.mdb in Access The Database Tools command tab has been selected. Note the appearance of the Users and Permissions options in the Administer group. Figure D-35 on the next page shows the first dialog box of the User-level Security Wizard. A comparison to Figure AW-6-2 shows us that this is indeed the same Wizard. Page D-27

28 The Users and Permissions button Figure D-34 The CUSTOMER Table in Datasheet View The Userlevel Security Wizard Figure D-35 The Security Wizard Start Page The Userlevel Security Wizard start up screen Page D-28

29 HOW DO USE AN ACCESS 2007 DATABASE AS AN ODBC SOURCE? Web database processing using Access 2007 is the same as described in Section 7 of The Access Workbench. When Access 2007 is installed, the ODBC driver list is updated to include the new *.accdb file format, and all the actions discussed in Section 6 are supported for *.accdb. Figure D-36 shows the new ODBC driver for an ODBC system DSN. The Access 2007 *.accdb driver Figure D-36 Selecting the Microsoft 2007 *.accdb Driver Page D-29

30 REVIEW QUESTIONS D.1 What are the two biggest changes in Microsoft Office 2007? D.2 How have Access 2007 file formats changed? D.3 Based on Figure D-5, what are the main components of Access 2007 user interface? D.4 Describe the function of the Microsoft Office Button. D.5 Describe the function of the Access 2007 File Menu. D.6 Describe the function of the Access Options dialog box. D.7 Describe the function of the Quick Access Toolbar. D.8 Describe the function of the Quick Access Toolbar Drop-Down list. D.9 Describe the function of the Access 2007 Navigation Pane. D.10 Describe how to control the display of objects in the Access 2007 Navigation Pane. D.11 Describe the function of the Access 2007 command tabs. D.12 Describe the function of the Access 2007 Office Fluent Ribbon. D.13 How many basic command tabs are used in Access 2007? D.14 Describe the function of the Access 2007 Home command tab and the Home Ribbon. D.15 Describe the function of the Access 2007 Create command tab and the Home Ribbon. D.16 Describe the function of the Access 2007 External Data command tab and the Home Ribbon. D.17 Describe the function of the Access 2007 Database command tab and the Home Ribbon. D.18 What is a contextual command tab? When do contextual command tabs appear in the Access 2007 interface? D.19 What is the recommended method for creating forms? D.20 What is the recommended method for creating reports? D.21 What is the significance of the Microsoft recommended option of enabling the Microsoft Office Security Options for Access 2007? D.22 Why do the authors prefer to disable the Microsoft Office Security Options for Access 2007? Page D-30

31 D.23 How are relationships between tables created in Access 2007? D.24 What is a Relationships Report and how do you create one? D.25 How are QBE queries created in Access 2007? D.26 How are SQL commands created in Access 2007? D.27 How may some SQL commands be affected if the Microsoft Office Security Options for Access 2007 are enabled? D.28 When can user-level security be implemented in Access 2007? D.29 How is user-level security implemented in Access 2007? D.30 How are Web database applications connected to an Access 2007 *.accdb file? Page D-31

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

Microsoft Access 2010 handout

Microsoft Access 2010 handout Microsoft Access 2010 handout Access 2010 is a relational database program you can use to create and manage large quantities of data. You can use Access to manage anything from a home inventory to a giant

More information

Microsoft 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

Microsoft Migrating to Word 2010 from Word 2003

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

More information

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

Produced by Flinders University Centre for Educational ICT. PivotTables Excel 2010

Produced by Flinders University Centre for Educational ICT. PivotTables Excel 2010 Produced by Flinders University Centre for Educational ICT PivotTables Excel 2010 CONTENTS Layout... 1 The Ribbon Bar... 2 Minimising the Ribbon Bar... 2 The File Tab... 3 What the Commands and Buttons

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

Search help. More on Office.com: images templates

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

More information

Microsoft Office Access 2007 which I refer to as Access throughout this book

Microsoft Office Access 2007 which I refer to as Access throughout this book Chapter 1 Getting Started with Access In This Chapter What is a database? Opening Access Checking out the Access interface Exploring Office Online Finding help on Access topics Microsoft Office Access

More information

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

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

More information

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

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

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

Microsoft Office 2010

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

More information

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

PowerPoint 2007: Basics Learning Guide

PowerPoint 2007: Basics Learning Guide PowerPoint 2007: Basics Learning Guide What s a PowerPoint Slide? PowerPoint presentations are composed of slides, just like conventional presentations. Like a 35mm film-based slide, each PowerPoint slide

More information

Microsoft Office 2007 Orientation Objective 1: Become acquainted with the Microsoft Office Suite 2007 Layout

Microsoft Office 2007 Orientation Objective 1: Become acquainted with the Microsoft Office Suite 2007 Layout Microsoft Office 2007 Orientation Objective 1: Become acquainted with the Microsoft Office Suite 2007 Layout Microsoft Suite 2007 offers a new user interface. The top portion of the window has a new structure

More information

Microsoft Migrating to PowerPoint 2010 from PowerPoint 2003

Microsoft Migrating to PowerPoint 2010 from PowerPoint 2003 In This Guide Microsoft PowerPoint 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 PowerPoint

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

Word 2007: Basics Learning Guide

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

More information

Database Processing 11 th Edition

Database Processing 11 th Edition Database Processing 11 th Edition David M. Kroenke and David J. Auer APPENDIX A Getting Started with Microsoft Access 2007 Executive Editor: Bob Horan Editorial Director: Sally Yagan AVP/Editor-in-Chief:

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

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

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

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

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

Getting Started with Access 2007

Getting Started with Access 2007 Getting Started with Access 2007 1 A database is an organized collection of information about a subject. Examples of databases include an address book, the telephone book, or a filing cabinet full of documents

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

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

The Microsoft Access 2007 Screen

The Microsoft Access 2007 Screen 1 of 1 Office Button The Microsoft Access 2007 Screen Title Bar Help Ribbon Quick Access Toolbar Database Components Active Component NOTE: THIS HELP DOCUMENT EXPLAINS THE LAYOUT OF ACCESS. FOR MORE INFORMATION

More information

Microsoft PowerPoint 2011

Microsoft PowerPoint 2011 Microsoft PowerPoint 2011 Starting PowerPoint... 2 Creating Slides in Your Presentation... 3 Beginning with the Title Slide... 3 Inserting a New Slide... 3 Adding an Image to a Slide... 4 Downloading Images

More information

Outlook 2011 Window. [Day], [Work Week], [Full [Home]. Schedule and plan: Click the [New

Outlook 2011 Window. [Day], [Work Week], [Full [Home]. Schedule and plan: Click the [New MS Outlook 2011 Quick Reference for Macintosh The Ribbon consists a series of tabs giving access to buttons, menus, and dialog boxes in various groups to facilitate locating the tools required for a particular

More information

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

User Services. Intermediate Microsoft Access. Use the new Microsoft Access. Getting Help. Instructors OBJECTIVES. July 2009 User Services July 2009 OBJECTIVES Develop Field Properties Import Data from an Excel Spreadsheet & MS Access database Create Relationships Create a Form with a Subform Create Action Queries Create Command

More information

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

Task Force on Technology / EXCEL

Task Force on Technology / EXCEL Task Force on Technology EXCEL Basic terminology Spreadsheet A spreadsheet is an electronic document that stores various types of data. There are vertical columns and horizontal rows. A cell is where the

More information

Working with SQL Server Integration Services

Working with SQL Server Integration Services SQL Server Integration Services (SSIS) is a set of tools that let you transfer data to and from SQL Server 2005. In this lab, you ll work with the SQL Server Business Intelligence Development Studio to

More information

Pastel Evolution BIC. Getting Started Guide

Pastel Evolution BIC. Getting Started Guide Pastel Evolution BIC Getting Started Guide Table of Contents System Requirements... 4 How it Works... 5 Getting Started Guide... 6 Standard Reports Available... 6 Accessing the Pastel Evolution (BIC) Reports...

More information

Getting Started Guide

Getting Started Guide Getting Started Guide Introduction... 3 What is Pastel Partner (BIC)?... 3 System Requirements... 4 Getting Started Guide... 6 Standard Reports Available... 6 Accessing the Pastel Partner (BIC) Reports...

More information

BID2WIN Workshop. Advanced Report Writing

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

More information

Advanced Database Concepts Using Microsoft Access

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

More information

Microsoft Outlook 2010. Reference Guide for Lotus Notes Users

Microsoft Outlook 2010. Reference Guide for Lotus Notes Users Microsoft Outlook 2010 Reference Guide for Lotus Notes Users ContentsWelcome to Office Outlook 2010... 2 Mail... 3 Viewing Messages... 4 Working with Messages... 7 Responding to Messages... 11 Organizing

More information

Word 2010: Mail Merge to Email with Attachments

Word 2010: Mail Merge to Email with Attachments Word 2010: Mail Merge to Email with Attachments Table of Contents TO SEE THE SECTION FOR MACROS, YOU MUST TURN ON THE DEVELOPER TAB:... 2 SET REFERENCE IN VISUAL BASIC:... 2 CREATE THE MACRO TO USE WITHIN

More information

Using the Query Analyzer

Using the Query Analyzer Using the Query Analyzer Using the Query Analyzer Objectives Explore the Query Analyzer user interface. Learn how to use the menu items and toolbars to work with SQL Server data and objects. Use object

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

Sample- for evaluation purposes only! Advanced Excel. TeachUcomp, Inc. A Presentation of TeachUcomp Incorporated. Copyright TeachUcomp, Inc.

Sample- for evaluation purposes only! Advanced Excel. TeachUcomp, Inc. A Presentation of TeachUcomp Incorporated. Copyright TeachUcomp, Inc. A Presentation of TeachUcomp Incorporated. Copyright TeachUcomp, Inc. 2012 Advanced Excel TeachUcomp, Inc. it s all about you Copyright: Copyright 2012 by TeachUcomp, Inc. All rights reserved. This publication,

More information

Getting Started Guide SAGE ACCPAC INTELLIGENCE

Getting Started Guide SAGE ACCPAC INTELLIGENCE Getting Started Guide SAGE ACCPAC INTELLIGENCE Table of Contents Introduction... 1 What is Sage Accpac Intelligence?... 1 What are the benefits of using Sage Accpac Intelligence?... 1 System Requirements...

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

Excel 2007 Basic knowledge

Excel 2007 Basic knowledge Ribbon menu The Ribbon menu system with tabs for various Excel commands. This Ribbon system replaces the traditional menus used with Excel 2003. Above the Ribbon in the upper-left corner is the Microsoft

More information

Learn how to create web enabled (browser) forms in InfoPath 2013 and publish them in SharePoint 2013. InfoPath 2013 Web Enabled (Browser) forms

Learn how to create web enabled (browser) forms in InfoPath 2013 and publish them in SharePoint 2013. InfoPath 2013 Web Enabled (Browser) forms Learn how to create web enabled (browser) forms in InfoPath 2013 and publish them in SharePoint 2013. InfoPath 2013 Web Enabled (Browser) forms InfoPath 2013 Web Enabled (Browser) forms Creating Web Enabled

More information

Excel basics. Before you begin. What you'll learn. Requirements. Estimated time to complete:

Excel basics. Before you begin. What you'll learn. Requirements. Estimated time to complete: Excel basics Excel is a powerful spreadsheet and data analysis application, but to use it most effectively, you first have to understand the basics. This tutorial introduces some of the tasks and features

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

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

Microsoft PowerPoint 2010 Handout

Microsoft PowerPoint 2010 Handout Microsoft PowerPoint 2010 Handout PowerPoint is a presentation software program that is part of the Microsoft Office package. This program helps you to enhance your oral presentation and keep the audience

More information

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

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

More information

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

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

WHAT S NEW IN WORD 2010 & HOW TO CUSTOMIZE IT

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

More information

ECDL. European Computer Driving Licence. Database Software BCS ITQ Level 1. Syllabus Version 1.0

ECDL. European Computer Driving Licence. Database Software BCS ITQ Level 1. Syllabus Version 1.0 ECDL European Computer Driving Licence Database Software BCS ITQ Level 1 Using Microsoft Access 2013 Syllabus Version 1.0 This training, which has been approved by BCS, includes exercise items intended

More information

Introduction to MS WINDOWS XP

Introduction to MS WINDOWS XP Introduction to MS WINDOWS XP Mouse Desktop Windows Applications File handling Introduction to MS Windows XP 2 Table of Contents What is Windows XP?... 3 Windows within Windows... 3 The Desktop... 3 The

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

Microsoft Office System Tip Sheet

Microsoft Office System Tip Sheet Experience the 2007 Microsoft Office System The 2007 Microsoft Office system includes programs, servers, services, and solutions designed to work together to help you succeed. New features in the 2007

More information

Microsoft Query, the helper application included with Microsoft Office, allows

Microsoft Query, the helper application included with Microsoft Office, allows 3 RETRIEVING ISERIES DATA WITH MICROSOFT QUERY Microsoft Query, the helper application included with Microsoft Office, allows Office applications such as Word and Excel to read data from ODBC data sources.

More information

Adobe Acrobat: Creating Interactive Forms

Adobe Acrobat: Creating Interactive Forms Adobe Acrobat: Creating Interactive Forms This document provides information regarding creating interactive forms in Adobe Acrobat. Please note that creating forms requires the professional version (not

More information

Microsoft Word 2010 Mail Merge (Level 3)

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

More information

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

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

More information

Microsoft Excel 2013: Using a Data Entry Form

Microsoft Excel 2013: Using a Data Entry Form Microsoft Excel 2013: Using a Data Entry Form Using Excel's built in data entry form is a quick and easy way to enter data into an Excel database. Using the form allows you to: start a new database table

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

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

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

More information

2. Unzip the file using a program that supports long filenames, such as WinZip. Do not use DOS.

2. Unzip the file using a program that supports long filenames, such as WinZip. Do not use DOS. Using the TestTrack ODBC Driver The read-only driver can be used to query project data using ODBC-compatible products such as Crystal Reports or Microsoft Access. You cannot enter data using the ODBC driver;

More information

Microsoft Access 2007

Microsoft Access 2007 How to Use: Microsoft Access 2007 Microsoft Office Access is a powerful tool used to create and format databases. Databases allow information to be organized in rows and tables, where queries can be formed

More information

Microsoft PowerPoint Tutorial

Microsoft PowerPoint Tutorial Microsoft PowerPoint Tutorial Contents Starting MS PowerPoint... 1 The MS PowerPoint Window... 2 Title Bar...2 Office Button...3 Saving Your Work... 3 For the first time... 3 While you work... 3 Backing

More information

Creating a Patch Management Dashboard with IT Analytics Hands-On Lab

Creating a Patch Management Dashboard with IT Analytics Hands-On Lab Creating a Patch Management Dashboard with IT Analytics Hands-On Lab Description This lab provides a hands-on overview of the IT Analytics Solution. Students will learn how to browse cubes and configure

More information

Lotus Notes Client Version 8.5 Reference Guide

Lotus Notes Client Version 8.5 Reference Guide Lotus Notes Client Version 8.5 Reference Guide rev. 11/19/2009 1 Lotus Notes Client Version 8.5 Reference Guide Accessing the Lotus Notes Client From your desktop, double click the Lotus Notes icon. Logging

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

How To Create A Report In Excel

How To Create A Report In Excel Table of Contents Overview... 1 Smartlists with Export Solutions... 2 Smartlist Builder/Excel Reporter... 3 Analysis Cubes... 4 MS Query... 7 SQL Reporting Services... 10 MS Dynamics GP Report Templates...

More information

Personalizing your Access Database with a Switchboard

Personalizing your Access Database with a Switchboard Personalizing your Access Database with a Switchboard This document provides basic techniques for creating a switchboard in Microsoft Access. A switchboard provides database users with a customized way

More information

New Features in Microsoft Office 2007

New Features in Microsoft Office 2007 New Features in Microsoft Office 2007 TABLE OF CONTENTS The Microsoft Office Button... 2 The Quick Access Toolbar... 2 Adding buttons to the Quick Access Toolbar... 2 Removing buttons from the Quick Access

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

Introduction to Word 2007

Introduction to Word 2007 Introduction to Word 2007 You will notice some obvious changes immediately after starting Word 2007. For starters, the top bar has a completely new look, consisting of new features, buttons and naming

More information

Quick Start Guide. Highly customizable automated trading Automate your trades according to rules and models you create.

Quick Start Guide. Highly customizable automated trading Automate your trades according to rules and models you create. POWER E*TRADE PRO EXCEL MANAGER Quick Start Guide We are pleased to announce the launch of Excel Manager, an exciting new feature in Power E*TRADE Pro that leverages the flexibility of Microsoft Excel

More information

WBS Schedule Pro. User's Guide

WBS Schedule Pro. User's Guide WBS Schedule Pro User's Guide Critical Tools, Inc. 2014 Table of Contents Overview of WBS Schedule Pro 7 What is WBS Schedule Pro? 7 What is a WBS chart? 9 What is a Network chart? 10 What's New in WBS

More information

MS Word 2007. Microsoft Outlook 2010 Mailbox Maintenance

MS Word 2007. Microsoft Outlook 2010 Mailbox Maintenance MS Word 2007 Microsoft Outlook 2010 Mailbox Maintenance INTRODUCTION... 1 Understanding the MS Outlook Mailbox... 1 BASIC MAILBOX MAINTENANCE... 1 Mailbox Cleanup... 1 Check Your Mailbox Size... 1 AutoDelete

More information

Using FileMaker Pro with Microsoft Office

Using FileMaker Pro with Microsoft Office Hands-on Guide Using FileMaker Pro with Microsoft Office Making FileMaker Pro Your Office Companion page 1 Table of Contents Introduction... 3 Before You Get Started... 4 Sharing Data between FileMaker

More information

Access Tutorial 1 Creating a Database

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

More information

MICROSOFT OUTLOOK 2011 READ, SEARCH AND PRINT E-MAILS

MICROSOFT OUTLOOK 2011 READ, SEARCH AND PRINT E-MAILS MICROSOFT OUTLOOK 2011 READ, SEARCH AND PRINT E-MAILS Lasted Edited: 2012-07-10 1 Find the Inbox... 3 Check for New Mail... 4 Manually check for new messages... 4 Change new incoming e-mail schedule options...

More information

Email Basics. a. Click the arrow to the right of the Options button, and then click Bcc.

Email Basics. a. Click the arrow to the right of the Options button, and then click Bcc. Email Basics Add CC or BCC You can display the Bcc box in all new messages that you compose. In a new message, do one of the following: 1. If Microsoft Word is your e-mail editor a. Click the arrow to

More information

Baylor Secure Messaging. For Non-Baylor Users

Baylor Secure Messaging. For Non-Baylor Users Baylor Secure Messaging For Non-Baylor Users TABLE OF CONTENTS SECTION ONE: GETTING STARTED...4 Receiving a Secure Message for the First Time...4 Password Configuration...5 Logging into Baylor Secure Messaging...7

More information

Microsoft Outlook 2010 Part 1: Introduction to Outlook

Microsoft Outlook 2010 Part 1: Introduction to Outlook CALIFORNIA STATE UNIVERSITY, LOS ANGELES INFORMATION TECHNOLOGY SERVICES Microsoft Outlook 2010 Part 1: Introduction to Outlook Spring 2015, Version 1.4 Table of Contents Introduction...3 Starting Outlook...3

More information

Excel 2003 Tutorial I

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

More information

How To Create A Powerpoint Intelligence Report In A Pivot Table In A Powerpoints.Com

How To Create A Powerpoint Intelligence Report In A Pivot Table In A Powerpoints.Com Sage 500 ERP Intelligence Reporting Getting Started Guide 27.11.2012 Table of Contents 1.0 Getting started 3 2.0 Managing your reports 10 3.0 Defining report properties 18 4.0 Creating a simple PivotTable

More information

This document is provided "as-is". Information and views expressed in this document, including URLs and other Internet Web site references, may

This document is provided as-is. Information and views expressed in this document, including URLs and other Internet Web site references, may This document is provided "as-is". Information and views expressed in this document, including URLs and other Internet Web site references, may change without notice. Some examples depicted herein are

More information

Importing Contacts to Outlook

Importing Contacts to Outlook Importing Contacts to Outlook 1. The first step is to create a file of your contacts from the National Chapter Database. 2. You create this file under Reporting, Multiple. You will follow steps 1 and 2

More information

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

More information

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

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

WHAT S NEW IN OUTLOOK 2010 & HOW TO CUSTOMIZE IT

WHAT S NEW IN OUTLOOK 2010 & HOW TO CUSTOMIZE IT WHAT S NEW IN OUTLOOK 2010 & HOW TO CUSTOMIZE IT THE RIBBON... 2 CONTEXTUAL TABS... 4 THE FILE TAB... 4 DIALOG BOXES... 5 MINIMIZING THE RIBBON... 5 CUSTOMIZING THE RIBBON... 6 CUSTOMIZING THE QUICK ACCESS

More information

Crystal Reports Installation Guide

Crystal Reports Installation Guide Crystal Reports Installation Guide Version XI Infor Global Solutions, Inc. Copyright 2006 Infor IP Holdings C.V. and/or its affiliates or licensors. All rights reserved. The Infor word and design marks

More information