When a user edits records on a form and then closes the form by clicking the "X" or by clicking on a "cmdClose" button, any changes that have been made are automatically saved, correct?
IOW, it's kind of a default setting that when you close a form it also does a save.
But what if I want the changes to be saved ONLY via a "cmdSave" button? How do I override the automatic save feature if I don't want the save command to be invoked every time the form is closed?
IOW, it's kind of a default setting that when you close a form it also does a save.
But what if I want the changes to be saved ONLY via a "cmdSave" button? How do I override the automatic save feature if I don't want the save command to be invoked every time the form is closed?