Summerwind
Registered User.
- Local time
- Today, 11:38
- Joined
- Aug 25, 2005
- Messages
- 91
I have searched the forum but can't find any help.
I have an application consisting of front and back ends being used by quite a few clients now.
As a result of feed-back, I have made some improvements to the app but these require changes to the structure of some of the existing tables in the back end. Obviously, clients are not going to be happy to lose exisiting data but I have working code to make the changes. So far, so good.
My problem is that I can't have the updating code run more than once, so when the client has installed the new front end, the code that makes the changes to the backend must not be called again.
I have tried the "Mod1.DeleteLines 3,1" code but I get an error message telling me that VBA can't break at this time.
I have tried using a module in a form as well as free standing, but still get the same results. Any help please?
I have an application consisting of front and back ends being used by quite a few clients now.
As a result of feed-back, I have made some improvements to the app but these require changes to the structure of some of the existing tables in the back end. Obviously, clients are not going to be happy to lose exisiting data but I have working code to make the changes. So far, so good.
My problem is that I can't have the updating code run more than once, so when the client has installed the new front end, the code that makes the changes to the backend must not be called again.
I have tried the "Mod1.DeleteLines 3,1" code but I get an error message telling me that VBA can't break at this time.

I have tried using a module in a form as well as free standing, but still get the same results. Any help please?