I have a form that when you open it it saves the record, How can I stop it from doing that if I dont want the record saved I tried
If IsNull([BENE_NAME]) Then
Me.Undo
End If
Is there a save record false or maybe onclose event to say dont save the current record unless a field is filled in
If IsNull([BENE_NAME]) Then
Me.Undo
End If
Is there a save record false or maybe onclose event to say dont save the current record unless a field is filled in