R
rc51wv
I have quite a few forms where in the on close or unload property have the
form closing itself and then making a main menu form visible.
Code:
Forms!FrmMainMenu.Visible = True
When altering these forms and not having the main form open in 2k3, on
attempting to exit it would pop up with the continue/end/debug/help dialouge
box and if you clicked end it would go ahead with the operation of closing
the form and ending the debugger. With 2007, it just closes the dialouge box.
Now we have to either make sure that the main menu form is open or either
completely close and reopen access to change from form view to design view.
Is there a way around this?
form closing itself and then making a main menu form visible.
Code:
Forms!FrmMainMenu.Visible = True
When altering these forms and not having the main form open in 2k3, on
attempting to exit it would pop up with the continue/end/debug/help dialouge
box and if you clicked end it would go ahead with the operation of closing
the form and ending the debugger. With 2007, it just closes the dialouge box.
Now we have to either make sure that the main menu form is open or either
completely close and reopen access to change from form view to design view.
Is there a way around this?