If rstTable.Fields(2) = Null Then
strDescription = " "
Else
strDescription = rstTable.Fields(2)
'"Invalid use of null" error occurs right here. How can this be?
End If