Can someone tell me why this doen't work
I've put a break in at the if statment to check that it does equal null and it does but it still skips over it. WHY?
Code:
If Me.Action_Taken.Value = Null Then
MsgBox "The 'Action Taken' must be given", vbOKOnly
GoTo Exit_cmdClose_Reset_Click
End If
I've put a break in at the if statment to check that it does equal null and it does but it still skips over it. WHY?