I\'ve been put in charge of 50+ Access databases (.mdb\'s and .accdb\'s of varied versions) spread around an intranet, and I need to add a few VBA functions (the exact same
You could also take it a step further. I wrote an article on this for vb123.com:
Using Database Library Files in your Access Application
You can use forms, reports, queries, modules, classes... Pretty much everything except subforms. And all in a plain old mdb or accdb file (or mde, for that matter).