Modules in Access
Database
1
Posts
1
Posters
0
Views
1
Watching
-
Does anyone know how to push a Basic (VBA) module into Access using an SQL interface? I have: - A utility I wrote that runs raw SQL commands against an (already existing) Access database. It uses ADODB. - An SQL file that builds all my tables and indexes. - An SQL file that builds my views and procedures. - An SQL file that populates the database. All I'm missing is a way to programatically (via my utility and a file of commands) push my VBA modules and my forms and reports into the database. Right now I have to manually import them or drag them from the old version to the new version. Any ideas? DQNOK