Access VBA Training course is designed for experienced Access 2007/2010 users who want to learn advanced VBA programming. In the course students will exchange data with other applications, automate business processes by using VBA code, and learn how to find and fix errors in VBA code.
Duration : 30 Hrs
Microsoft Access VBA Course Content
Introduction & Basics
Access Application
The development process
Macro / VBA
The VBA IDE
Creating the code in VB IDE
Naming Convections
Variables and Data types
Constants and intrinsic constants
Built-in functions
Procedure declaration
Subroutines and functions
Modules
Procedures
Operators and operands
Controlling the execution of Program
Control Structures
Decision Making
Looping
MODULE IV: USING ACCESS OBJECTS
Object browser
Special Objects
Properties of Objects
Events of Objects
The DAO
DAO V/s ADO
Enhance Table, Form and Reports using VBA
Table creation (Using SQL)
Selecting, Closing, Opening, Deleting a table
Opening, Closing, Deleting, Navigating through a Form