Null values in tables and VBA

  • Thread starter Thread starter Ingvar engelbrecht
  • Start date Start date
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
 
Back
Top