Guys,
I have created a recordset using a LEFT OUTER JOIN to join together three tables. I have four fields in the recordset. As a result of the outer join, it is possible for one of the fields to contain no data. What I need to know is how to check if the field does not exist for a particular record.
I have tried:
if rs.Fields("GTYCOM"
= "" then....
else.....
But it always goes into the else clause even if the field is empty. Any ideas?? Mise Le Meas,
Mighty
I have created a recordset using a LEFT OUTER JOIN to join together three tables. I have four fields in the recordset. As a result of the outer join, it is possible for one of the fields to contain no data. What I need to know is how to check if the field does not exist for a particular record.
I have tried:
if rs.Fields("GTYCOM"
else.....
But it always goes into the else clause even if the field is empty. Any ideas?? Mise Le Meas,
Mighty