im creating a recordset from a table in access,
then going through each field trying to ascertain whether it is empty or not, all of the following have produced errors
if myRS!Field1 is null
varHolder = myRS!Field1
if len varHolder = 0
if myRS!Field1 = ""
Does anyone have any idea how to check if one of the fields in the recordset is empty?
then going through each field trying to ascertain whether it is empty or not, all of the following have produced errors
if myRS!Field1 is null
varHolder = myRS!Field1
if len varHolder = 0
if myRS!Field1 = ""
Does anyone have any idea how to check if one of the fields in the recordset is empty?