Closing a form problem

Stigm@t@

Registered User.
Local time
Today, 04:46
Joined
Sep 11, 2006
Messages
10
I have found that when closing a form and changes have been made to the fields, these changes will be saved.

I would like to know if there it is posible to only save the changes when a command button is pressed and not when if you close the form any other way.
 
do you mean half written changes to the fields on the form. or the form design elements.

if the former, then trap the close form event, or before update event, and pop up a msgbox to confirm save required.
 
Look into using unbound forms or catch the before update event of each field.
 

Users who are viewing this thread

Back
Top Bottom