I
Ingvar engelbrecht
How do I test for the precense of a Null value when
retrieving a field in VBA with a statement like:
var = rst("VariableName"). The field is Null but a test
like:
If rst("VariableName") = Null then
end if
does not work
retrieving a field in VBA with a statement like:
var = rst("VariableName"). The field is Null but a test
like:
If rst("VariableName") = Null then
end if
does not work