This MicrosoftAccess Library is exported using Oasis-SVN, which can be downloaded from https://dev2dev.de.
Additionally, this library now supports version control using the MS Access VCS Add-in.
A collection of reusable VBA modules and utilities for Microsoft Access projects. The library provides functions for database connection, string manipulation, table linking, and more.
- Easy table relinking and connection string management
- String and array utility functions
- Support for ADODB and DAO operations
- Tools for importing/exporting Access objects
- Download or export the modules using Oasis-SVN or the MS Access VCS Add-in.
- Import the
.def
files into your Microsoft Access project via the VBA editor.
Example: Relink tables using the library
' Relink all tables defined in SSMAA_ODBC_Tables
Call LinkUsingSSMA()
- Microsoft Access (tested with version 16 and above)
- References: Microsoft ActiveX Data Objects Library, Microsoft DAO Object Library, Microsoft Scripting Library
- Oasis-SVN or MS Access VCS Add-in for exporting/importing modules
src/
– Contains source files formatted for both Oasis-SVN and MS Access VCS Add-in.M_omSSMAAConnector.def
– Main module for table linking and connection managementM_omStringFunctions.def
– String utility functionsM_omBankAccountFunctions.def
– IBAN validation and formatting utilities- Other
.def
files – Additional utilities and helpers
Contributions are welcome! Please submit issues or pull requests for bug fixes and improvements.
This project is licensed under the GNU General Public License (GPL). See the LICENSE file for details.
For questions or support, contact: [[email protected]]