Save and close command button

iceburg

Registered User.
Local time
Today, 08:56
Joined
Feb 12, 2009
Messages
10
Is there a code or command button that enables a form to be saved and closed. Currently I am asking users of my database to first click on a save command button and then on a separate button to close the form.

Any help would be kindly received.

Thanks.
 
If you look at many Windows screens they have three buttons

Ok - Cancel - Apply

Ok - saves the changes and closes the form
Cancel - Closes the form and does not save any changes
Apply - Saves the changes but leaves the form open

If you adopt this routine then your program will have more of a seamless view with Windows. And as users are familiar with Windows they will understand the methodology behind the form.

David
 

Users who are viewing this thread

Back
Top Bottom