P
Peter Kannowade
Hello,
using a database with several Access97-Frontends I would like to share
components between the frontends.
I would like to put VBA-code into some Module.mdb and link them to the
frontends.
We have a developent version and a production version of the frontends
and so we would also have developement and production versions of the
modules.
How can I easily make shure that the development frontend uses the
developement modules and that the production frontend uses the
production modules?
How can I easily update the production version while some 20 continue
their work?
Current solution: start.bat copys the production frontend and executes
the copy thus nobody stays connected to the master frontend which can be
updated at any time - if a user starts after the update he gets the new
version.
Thank you for your Ideas
Peter
using a database with several Access97-Frontends I would like to share
components between the frontends.
I would like to put VBA-code into some Module.mdb and link them to the
frontends.
We have a developent version and a production version of the frontends
and so we would also have developement and production versions of the
modules.
How can I easily make shure that the development frontend uses the
developement modules and that the production frontend uses the
production modules?
How can I easily update the production version while some 20 continue
their work?
Current solution: start.bat copys the production frontend and executes
the copy thus nobody stays connected to the master frontend which can be
updated at any time - if a user starts after the update he gets the new
version.
Thank you for your Ideas
Peter