Hello Everyone,
I am having a little problem with the following code and was wondering if anyone could help me out:
If IsNull(oRS.Fields("content")) Then
varContent = " "
Else
varContent = oRS.Fields("content")
End If
When testing the output of varContent with IsNull function they...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.