B
Bill R via AccessMonster.com
We have had a recurring problem here where the qa testers have failed to
relink the development front end to the live back end before distribution,
resulting in users entering data into the development back end with a lot of
consternation on their part, as you can well imagine. I have successfully
created a small routine that runs when the db opens (it is in the onOpen
event of the startup form). I have tried putting the same code in the onClose
event of a hidden form that stays open as long as the db remains open, but
when I close the db using ctl F4 or clicking on the close button in the title
bar, the code doesn't run.
Any suggestions?
relink the development front end to the live back end before distribution,
resulting in users entering data into the development back end with a lot of
consternation on their part, as you can well imagine. I have successfully
created a small routine that runs when the db opens (it is in the onOpen
event of the startup form). I have tried putting the same code in the onClose
event of a hidden form that stays open as long as the db remains open, but
when I close the db using ctl F4 or clicking on the close button in the title
bar, the code doesn't run.
Any suggestions?