not sure which one of the above is correct but I can't seem to find the solution through search (probably me looking in all the wrong places).
ACC 2003
The problem I have is when going from one form to another, there is code placed behind a button triggered by the On Click event (To load to next form).
This works fine, however, in our UAT somebody picked up that if you accidently double click this button, it throws you out of the application with one of those "access has encountered a problem and has to close....etc".
what I was looking at doing was to drop the code running from the On Click event if the button was double clicked, (if that is the correct solution).
I may also try locking this button before the code fires On Click and see if that works.
Thanks in advance
Kempes
ACC 2003
The problem I have is when going from one form to another, there is code placed behind a button triggered by the On Click event (To load to next form).
This works fine, however, in our UAT somebody picked up that if you accidently double click this button, it throws you out of the application with one of those "access has encountered a problem and has to close....etc".
what I was looking at doing was to drop the code running from the On Click event if the button was double clicked, (if that is the correct solution).
I may also try locking this button before the code fires On Click and see if that works.
Thanks in advance
Kempes