MS Access Dump Format
Through the COM interface it is possible to dump internal resources (e.g. forms, macros, queries, reports etc.) of a Microsoft Access application into separate files[1]. This allows to develop such an application with multiple developers simultaneously. To ease the handling of such files this VSCode extension provides syntax highlighting for that dump format.
Screenshot
VBA Syntax Highlighting
To enable syntax highlighting after the 'CodeBehindForm' tag you can install the following VSCode extension:
- Visual Studio Code VBA [Marketplace]
Related Links
These links may be interesting to further improve the development.
- Rubberduck
- vbWatchdog
- Export Access data to: MySQL, MSSQL, PostgreSQL [Bullzip]
- Using the ribbon menu in Access: General documentation, list of imageMSO pictures, imageMso gallery
- Allen Browne's tips for Microsoft Access
- Microsoft Access Developer and VBA Programming Help Center
- MDB Tools