Hi,
I keep getting the error:
Object reference not set to an instance of an object.
When attempting to check if a database record is Null or not using the line:
If IsDBNull(dSet.Tables("Subscriptions").Rows(incr).Item(8)) = True Then
addsub2()
End If
I'm sure that I have opened and closed the database correctly, so I'm not sure what excactly the problem is.
Any Ideas?
Thanks In Advance.