-
Notifications
You must be signed in to change notification settings - Fork 2
Home
Laurent Franceschetti edited this page Sep 16, 2018
·
4 revisions
Welcome to the wiki of vba_db
Microsoft Access runs only on Windows (which is a pity for MacOs users; but that is the way it is).
For the Background: see A Manifesto for Community Takeover on the VBA Ecosystem.
You will need a running, licensed version of Ms Access, of course.
Name | Function |
---|---|
Database | A database module that may change the way you write VBA programs for Ms Access. Forever. |
RegExp2 | A module for simplify the use of regexps. |
Parameter | A parameter module for Access applications, using a table. |
vba_db is a complete VBA toolkit for accessing local and remote databases, creating elaborate queries and manipulating result sets as tables (lists of dictionaries).
Available under MIT license.