Module 5: Using Debugging Tools
The following topics are covered in this module:
• Stepping Through Code
• Viewing Variables
After completing this module, students will be able to:
• Set breakpoints to stop program execution.
• Run selected portions of code.
• Test data and procedures in the Immediate window.
• Monitor variable values in the Locals window.
• Add and edit watch expressions.
Lab 5.1: Using Debugging Tools
Module 6: Handling Run-Time Errors
The following topics are covered in this module:
• Types of Errors
• Adding Error Handlers
After completing this module, students will be able to:
• Trap run-time errors.
• Create error handlers.
• Use the Err object.
Lab 6.1: Handling Run-Time Errors
Module 7: Looping Through Code
The following topics are covered in this module:
• Overview of Looping Structures
• For Loops
• Do Loops
After completing this module, students will be able to:
• List the different looping structures available in Visual Basic
for Applications.
• Write a For...Next loop to perform execution of code statements a
fixed number of times.
• Write a Do...While and a Do...Until loop to perform execution of
code statements a variable number of times.
• Describe the difference between beginning-of-loop and end-of-loop
evaluation methods, and write code statements to accomplish each
type of evaluation.
Module 8: Working with Records
The following topic is covered in this module:
• Overview of Recordsets
• Retrieving Data
• Structured Query Language (SQL)
• Manipulating Data
After completing this module, students will be able to:
• Define recordsets.
• Access data in tables by using ADO recordsets.
• Retrieve data by using SQL and ADO recordsets.
• Manipulate data by using SQL and ADO recordsets.
Lab 8.1: Working with Records
Module 9: Working with XML
The following topics are covered in this module:
• About XML
• Importing XML
• Exporting XML
• Transforming XML
• Modifying XML using the DOM
After completing this module, students will be able to:
• Describe XML and related technologies.
• Import XML into Access.
• Export XML from Access.
• Transform XML by using the Extensible Stylesheet Language for
Transformations (XSLT).
• Modify XML by using the DOM.
|