Support for MS Access
Code VBA special supports for Microsoft Access:
- Line of Code Builder shows All Access
built-in functions
- Object Inventory quickly declares
constants for Access objects in the database, making them available through
intellisense.
- Fragment Builder has many fragments showing
how to do things typical for Access such as database actions (DAO / ADO)
- Insert Variable
automatically picks up controls when in a Form
module.
- Generate class from table