Clos Button Shuts down Access

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have converted from 97 to 2000. The VBA compiles and everything run okay
EXCEPT

I have a form with subforms. On occasion (this does not happen consistently)
when the user close the form, the application shuts down instead of retruning
to the previous from. I have no clue how to research the cause.

Any clues?
 
How are they closing the form/subform? Is it a close button or the x
in the box at top?

If the x in the box they there may be a problem with the size of the
form on their monitor and the only x they see is the one for access and
not the one for the form. Or is there perhaps one form that rarely
comes up but that dis-allows the x and has a close button so they are
finding the only x they see and it is the one for access?

See if you can get more specific information as to user/form.
 
I disabled the close (x) button and added from the toolbox a close form button.
The closing of the main form also closes the 3 subforms. So to help identify
if it is a specific subform, I am closing each subform and then the main form
separately on the click event of the new "Close Button". The odd thing is it
is not consistent.
 
Back
Top