S
Susan Luty
I'm trying to close a form if there's no underlying data in the table. My
code:
Private Sub Form_Dirty(Cancel As Integer)
If IsNull(Me.Old_Check) = True Then DoCmd.Close
End Sub
Not working - please help!!
Thanks
code:
Private Sub Form_Dirty(Cancel As Integer)
If IsNull(Me.Old_Check) = True Then DoCmd.Close
End Sub
Not working - please help!!
Thanks