Using a centralized VBA module in multiple Access databases

前端 未结 3 1570
离开以前
离开以前 2020-12-02 19:51

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

3条回答
  •  生来不讨喜
    2020-12-02 20:22

    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).

提交回复
热议问题