B
Bob V
This form has about 12 Text Boxes But when I click cmdClose I dont want the
record to save if [tbName] Control Source [OwnerLastName] Text Field
This dose not seem to work..........Thanks for any Help.........Bob
Private Sub cmdClose_Click()
If IsNull(tbName) Then
If Me.Dirty Then
Me.Undo
End If
End If
DoCmd.Close acForm, Me.Name
End Sub
record to save if [tbName] Control Source [OwnerLastName] Text Field
This dose not seem to work..........Thanks for any Help.........Bob
Private Sub cmdClose_Click()
If IsNull(tbName) Then
If Me.Dirty Then
Me.Undo
End If
End If
DoCmd.Close acForm, Me.Name
End Sub