M
mscertified
My form always shows a single record, it has two command buttons Cancel and
Save. When Save is clicked, my BeforeUpdate validations are done and I issue
'Cancel = True', however, the form still closes and the record is saved. What
can I put in my Save button procedure to prevent this? The procedure contains
DoCmd.Close.
Thanks.
Save. When Save is clicked, my BeforeUpdate validations are done and I issue
'Cancel = True', however, the form still closes and the record is saved. What
can I put in my Save button procedure to prevent this? The procedure contains
DoCmd.Close.
Thanks.