T
Terry DeJournett
I have a form with a command button on it that when pushed would bring up a
MsgBox asking if user wants to print records or not. Instead of using the
builtin message box, I want to design my own (MUCH LARGER) and have two
buttons on it "Yes" and "No".
I can get the custom created form to open in dialog mode and have two button
it. If I select yes, I have code set to close the form and continue with
the scripts that I have written from the original form. But what I can not
figure out is how to code the No button to stop everything and not run the
original code and instead return to the original "Main Menu" form.
Any help or guidance would be very much appreciated.
Terry
MsgBox asking if user wants to print records or not. Instead of using the
builtin message box, I want to design my own (MUCH LARGER) and have two
buttons on it "Yes" and "No".
I can get the custom created form to open in dialog mode and have two button
it. If I select yes, I have code set to close the form and continue with
the scripts that I have written from the original form. But what I can not
figure out is how to code the No button to stop everything and not run the
original code and instead return to the original "Main Menu" form.
Any help or guidance would be very much appreciated.
Terry