A
Angel_G
Hi There!
I have a recordsform that has an OnClose event where I unhide the
Switchboard form
Private Sub Form_Close()
Forms![Switchboard].Visible = True
End Sub
But when the users decide to close the application instead of the
recordsform, Access gives a Runtime error 2450 with a debug option. Of
course I do not want the users to be able to debug. Is there a way to
suppress this message? or is there a better way to do this?
Thank you in advance
I have a recordsform that has an OnClose event where I unhide the
Switchboard form
Private Sub Form_Close()
Forms![Switchboard].Visible = True
End Sub
But when the users decide to close the application instead of the
recordsform, Access gives a Runtime error 2450 with a debug option. Of
course I do not want the users to be able to debug. Is there a way to
suppress this message? or is there a better way to do this?
Thank you in advance