hey,
I'd like to use a cancel button on a form. The problem is that there are several field on the form. When I fill in some of the field and then press cancel, the data that was filled in is saved. I don't want it to be saved...what is the solution for this??
I allready set Cancel Property to Yes ; and made a procedure with:
DoCmd.Close acForm, Me.Name
I'd like to use a cancel button on a form. The problem is that there are several field on the form. When I fill in some of the field and then press cancel, the data that was filled in is saved. I don't want it to be saved...what is the solution for this??
I allready set Cancel Property to Yes ; and made a procedure with:
DoCmd.Close acForm, Me.Name