G
Guest
I starting writing what was a small database back in 2000. It has now grown
to be what I consider quite large and I spend almost all my time modifying
something or adding features. While I have a working copy and a production
copy, it invariably becomes necessary to update the database during the day,
either because of a previously unknown bug or a "gotta have it" feature.
Right now, this requires asking everyone to exit the database while I update
the file.
Therefore, my question is: Is it possible for me to break all of the forms,
queries, and reports into separate .mdb files and have the vba programming in
one form open a form in another mdb file? Note that each file would have
forms, reports, and queries that all reference a single area.
Any help or advice would be appreciated.
to be what I consider quite large and I spend almost all my time modifying
something or adding features. While I have a working copy and a production
copy, it invariably becomes necessary to update the database during the day,
either because of a previously unknown bug or a "gotta have it" feature.
Right now, this requires asking everyone to exit the database while I update
the file.
Therefore, my question is: Is it possible for me to break all of the forms,
queries, and reports into separate .mdb files and have the vba programming in
one form open a form in another mdb file? Note that each file would have
forms, reports, and queries that all reference a single area.
Any help or advice would be appreciated.