Home      Training    Products     Services    DS Info    Clients 

Microsoft Access

   VBA for Access Developers

          This course teaches Access developers how to automate their database applications using Visual Basic for Applications.  We will discuss how to get the most out of event driven programming.  The students will take with them code for doing things like silently adding values to a combo box, automatically displaying a list of matching values from a table lookup,  formatting values behind the scenes,  and performing calculations.  This is an introductory level course in VBA.  Students should be proficient in MS Access. (3 days with hands on)

Topics:

v      Into to Visual Basic for Applications

v      What are procedures and how do we create them?

v      Where does code belong in an Access application.

v      Executing code from an event

v      Techniques for debugging

v      Error handling methodology

v      Scoping issues

v      Examples, examples, examples