<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" href="classOutlineTemplate.xsl"?>
<courses xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="..\site_assets\classInfo_Final.xsd">
  <class>
    <classInfo>
      <classTitle>Microsoft Access 2007 Advanced</classTitle>
			<softwareUsed>
					<software url="http://www.microsoftstore.com/s/access" icon="../../images/softwareIcons/microsoft/microsoftICON.gif">Microsoft® Access®</software>
			</softwareUsed>
      <swVersions>
        <version>2007</version>
      </swVersions>
      <levels>
        <level>3</level>
      </levels>
      <duration>
        <hours>7</hours>
        <days>1</days>
      </duration>
     <certification>
				<company url="http://www.microsoft.com/learning/en/us/exam.aspx?ID=77-605">Microsoft Certified Application Specialist: Microsoft Office Access 2007</company>
			</certification>
      <courseCode>ac3</courseCode>
      <courseDescription/>
    </classInfo>
    <hwRequirements>
      <requirement>Computer and processor 500 megahertz (MHz) processor or higher</requirement>
      <requirement>Memory 256 megabyte (MB) RAM or higher</requirement>
      <requirement>1 Hard disk 1.5 gigabyte (GB); a portion of this disk space will be freed after installation if the original download package is removed from the hard drive.</requirement>
      <requirement>Drive CD-ROM or DVD drive</requirement>
      <requirement>Display 1024x768 or higher resolution monitor</requirement>
      <requirement>Certain inking features require running Microsoft Windows XP Tablet PC Edition or later.</requirement>
      <requirement>Speech recognition functionality requires a close-talk microphone and audio output device.</requirement>
      <requirement>Information Rights Management features require access to a Windows 2003 Server with SP1 or later running Windows Rights Management Services.</requirement>
    </hwRequirements>
    <swRequirements>
      <platformRequirements>
        <requirement>Microsoft® Windows® XP with Service Pack 2 or higher</requirement>
      </platformRequirements>
      <requirement>Microsoft® Office® 2007</requirement>
      <requirement>Connectivity to Microsoft Exchange Server 2000 or later is required for certain advanced functionality in Outlook 2007. Dynamic Calendars require server connectivity.</requirement>
      <requirement>Instant Search requires Microsoft Windows Desktop Search 3.0.</requirement>
      <requirement>Connectivity to Microsoft Windows Server 2003 with SP1 or later running Microsoft Windows SharePoint Services is required for certain advanced collaboration functionality.</requirement>
      <requirement>Microsoft Office SharePoint Server 2007 is required for certain advanced functionality.</requirement>
      <requirement>Internet Explorer 6.0 or later, 32 bit browser only.</requirement>
      <requirement>Internet functionality requires Internet access (fees may apply).</requirement>
      <requirement>Additional Actual requirements and product functionality may vary based on your system configuration and operating system.</requirement>
    </swRequirements>
    <preRequisites>
      <preReqClass>
        <preReq url="Access_2007_L2.xml">Access 2007: Level 2</preReq>
      </preReqClass>
      <preReq>High level understanding of basic relational database concepts</preReq>
	  <preReq>Ability to create, modify and search an Access database</preReq>
    </preRequisites>
    <performanceObjectives>
      <objective>Understand and write the SQL</objective>
	  <objective>Write advanced queries and use the Crosstab Query Wizard</objective>
	  <objective>Use Access efficiently by executing repetitive steps (you will create, run and modify macros)</objective>
	  <objective>Save time by integrating Access with Excel</objective>
	  <objective>Reuse data between applications with XML</objective>
	  <objective>Understand database management topics including backing up and repairing a database</objective>
    </performanceObjectives>
    <supplementalMaterials>
      <book/>
      <website/>
    </supplementalMaterials>
    <courseContent>
      <lesson number="1">
        <lessonTitle>Querying with SQL</lessonTitle>
        <topic>SQL and Access</topic>
        <topic>Discussing Structured Query Language</topic>
        <topic>Examining an SQL statement in Access</topic>
        <topic>Writing SQL statements</topic>
        <topic>Writing an SQL SELECT statement</topic>
        <topic>Using the WHERE clause</topic>
        <topic>Creating aliases</topic>
        <topic>Displaying matching records from related tables</topic>
        <topic>Finding unmatched records</topic>
        <topic>Getting context-sensitive help in SQL</topic>
        <topic>Attaching SQL queries to controls</topic>
        <topic>Assigning an SQL-specific query to a command button</topic>
        <lessonTime />
      </lesson>
      <lesson number="2">
        <lessonTitle>Advanced queries</lessonTitle>
        <topic>Creating crosstab queries</topic>
        <topic>Viewing a crosstab query</topic>
        <topic>Using the Crosstab Query Wizard</topic>
        <topic>Creating parameter queries</topic>
        <topic>Creating a single-criterion parameter query</topic>
        <topic>Creating a query with multiple parameters</topic>
        <topic>Using a wildcard in a parameter query</topic>
        <topic>Using action queries</topic>
        <topic>Adding records to a table with an append query</topic>
        <topic>Deleting records with a delete query</topic>
        <topic>Modifying records with an update query</topic>
        <topic>Creating a Make Table query</topic>
        <lessonTime />
      </lesson>
      <lesson number="3">
        <lessonTitle>Macros</lessonTitle>
        <topic>Creating, running, and modifying macros</topic>
        <topic>Creating and running a macro</topic>
        <topic>Modifying a macro</topic>
        <topic>Attaching macros to the events of database objects</topic>
        <topic>Attaching a macro to the Open event of a form</topic>
        <topic>Attaching a macro to a command button</topic>
        <lessonTime />
      </lesson>
      <lesson number="4">
        <lessonTitle>Advanced Macros</lessonTitle>
        <topic>Creating macros to provide user interaction</topic>
        <topic>Creating a data validation macro</topic>
        <topic>Creating a data-entry macro</topic>
        <topic>Creating macros that require user input</topic>
        <topic>Creating a macro that runs a parameter query</topic>
        <topic>Creating the AutoKeys and AutoExec macros</topic>
        <topic>Creating an AutoKeys macro</topic>
        <topic>Creating an AutoExec macro</topic>
        <topic>Creating macros for data transfer</topic>
        <topic>Importing a database object by using a macro</topic>
        <topic>Exporting data to a spreadsheet by using a macro</topic>
        <lessonTime />
      </lesson>
      <lesson number="5">
        <lessonTitle>Importing, exporting, and linking</lessonTitle>
        <topic>Importing objects</topic>
        <topic>Importing multiple objects</topic>
        <topic>Importing an object from Excel</topic>
        <topic>Using a Saved Import specification</topic>
        <topic>Importing a CSV file</topic>
        <topic>Exporting objects</topic>
        <topic>Exporting an object</topic>
        <topic>Using a Saved Export specification</topic>
        <topic>Interacting with XML documents</topic>
        <topic>Exporting and importing XML documents</topic>
        <topic>Exporting to an XML document with an XSL file</topic>
        <topic>Saving to an XPS file</topic>
        <topic>Linking Access objects</topic>
        <topic>Linking to an Access table</topic>
        <topic>Updating the links</topic>
        <topic>Linking to an Excel workbook</topic>
        <topic>Working with Windows SharePoint Services</topic>
        <topic>Discussing Windows SharePoint Services</topic>
        <lessonTime />
      </lesson>
      <lesson number="6">
        <lessonTitle>Database management</lessonTitle>
        <topic>Optimizing resources</topic>
        <topic>Converting a database to a prior version</topic>
        <topic>Analyzing performance</topic>
        <topic>Splitting a database</topic>
        <topic>Using the Compact and Repair Database utility</topic>
        <topic>Backing up a database</topic>
        <topic>Protecting databases</topic>
        <topic>Encrypting a database with a password</topic>
        <topic>Removing a password and encryption</topic>
        <topic>Setting options and properties</topic>
        <topic>Setting Access Options</topic>
        <topic>Creating and populating properties</topic>
        <lessonTime />
      </lesson>
      <lesson number="7">
        <lessonTitle>Internet integration</lessonTitle>
        <topic>Hyperlink fields</topic>
        <topic>Creating a hyperlink field</topic>
        <topic>Inserting data in a hyperlink field</topic>
        <topic>Modifying data in a hyperlink field</topic>
        <topic>Working with Outlook 2007</topic>
        <topic>Collecting data via e-mail</topic>
        <lessonTime />
      </lesson>
      <nextClass url="../../html/advanced.html">Microsoft Access Advanced Topics</nextClass>
    </courseContent>
    <courseware>
      <bookTitle/>
      <publisher>ILT Series</publisher>
      <bookNumber/>
      <notes/>
      <author/>
    </courseware>
  </class>
</courses>

