I have the following code:
strVar1 = Forms![frmQry_CaseSummary]![DevlName].Value
If strVar1 = Null Then
..you know the rest...
Debug shows that strVar1 = NULL, however the IF statement does not execute!
What am I not seeing here???
"A good man knows his limitations." -- "Dirty Harry" Callahan (Clint Eastwood)
strVar1 = Forms![frmQry_CaseSummary]![DevlName].Value
If strVar1 = Null Then
..you know the rest...
Debug shows that strVar1 = NULL, however the IF statement does not execute!
What am I not seeing here???
"A good man knows his limitations." -- "Dirty Harry" Callahan (Clint Eastwood)