I tried to use
to check if a field in a record is 'Null' but the it doesn't seem to recognise the 'Null' value in the record and returns the code as false.
Is there another way of checking this?
Code:
If rs.Fields.Item(intFields) = Null Then
Is there another way of checking this?