Submit button and Save button

E

elpresidente

I have a data access form with two buttons, one to save the record and the
other one to open a "Thanks for your submission" form. Please help me to
combine both buttons in one. So that way when the user click the save button
It'll display the "Thanks for submission form" after saving the record.
Thanks
 
V

Van T. Dinh

Copy the appropriate/relevant code segment from the "Thank You" button to
the "Save" button.

If you need further help, post the codes for the Click Event of the 2
buttons.
 
Top