Course OutlineModule 1: Introduction to ProgrammingLessons - Using Visual Basic Help
- Writing Procedures
- Working with Variables
- Controlling Program Flow
- Calling Procedures
Lab : Introduction to ProgrammingAfter completing this module, students will be able to: Use Visual Basic Help. Use the Visual Basic Editor to add code to applications. Declare and use variables. Use built-in functions to obtain values from users. Create and call Sub procedures. Use conditional statements to control the flow of programs. Module 2: Responding to User ActionsLessons - Overview of the Class Application
- Adding Event Procedures
- Working with Events
- Using Objects, Properties, and Methods
- Using the DoCmd Object
Lab : Responding to User ActionsAfter completing this module, students will be able to: Create an event procedure. Add an event procedure to a form. Respond to user actions programmatically. Perform specific tasks by using the DoCmd object. Module 3: Validating DataLessons - Overview of Data Validation
- Validating Data Without Using Code
- Validating Data by Using Code
Lab : Validating DataAfter completing this module, students will be able to: Differentiate between data validation at the table level, form level, and code level. Use the built-in validation tools in Microsoft Access. Module 4: Using Functions and Understanding ScopeLessons - Using Functions
- Understanding Scope
Lab : Using Functions and Understanding ScopeAfter completing this module, students will be able to: Describe the appropriate use of functions. Call built-in and custom functions in an application. Create a custom function. Describe the different levels of scope available to variables and procedures. Define variables at the appropriate level of scope. Define procedures at the appropriate level of scope. Module 5: Using Debugging ToolsLessons - Stepping Through Code
- Viewing Variables
Lab : Using Debugging ToolsAfter 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. Module 6: Handling Run-Time ErrorsLessons - Types of Errors
- Adding Error Handlers
Lab : Handling Run-Time ErrorsAfter completing this module, students will be able to: Trap run-time errors. Create error handlers. Use the Err object. Module 7: Looping Through CodeLessons - 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 Lessons - Overview of Recordsets
- Retrieving Data
- Structured Query Language (SQL)
- Manipulating Data
Lab : Working with RecordsAfter 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. Module 9: Working with XMLLessons - 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. Module 10: Finalizing Your ApplicationLessons - Reviewing Your Application
- Enhancing the User Interface
- Packaging for Delivery
Lab : Finalizing Your ApplicationAfter completing this module, students will be able to: List four good coding practices and describe why you should use them. Describe the testing criteria for an application. Customize a switchboard. Hide code by creating an MDE file. Describe how to use the Compact and Repair utility to maintain your database application. Describe why and how to use the Database Splitter utility. Describe when and how to use the Packaging Wizard to prepare an application for distribution.
|
| |