Greetings,
I have a popup form which has several fields that are bound to a table. When I choose the "Cancel" button on this form, however, the changes I have made to these bound controls are saved. The code I have in the "Click" event of the "Cancel" button is below. I have also set the "Cancel" property to "Yes". Any idea as to why this is happening? I am baffled.
Thanks in advance!
Private Sub cmdCancel_Click()
DoCmd.Close acForm, "frmLoanLog", acSaveNo
End Sub
hsp7777
I have a popup form which has several fields that are bound to a table. When I choose the "Cancel" button on this form, however, the changes I have made to these bound controls are saved. The code I have in the "Click" event of the "Cancel" button is below. I have also set the "Cancel" property to "Yes". Any idea as to why this is happening? I am baffled.
Thanks in advance!
Private Sub cmdCancel_Click()
DoCmd.Close acForm, "frmLoanLog", acSaveNo
End Sub
hsp7777