I'm having a problem, I have a table which has several fields. Some of these fields have less items listed in them then other fields. What I am trying to do is search within a field in the table for a Null value, but I don't know what the syntax for null is in SQL. Example:
rs.FindFirst "FieldName = NULL"
but the above does not work. the NoMatch value of the recordset is still true even if the field does contain null values.
Thanks,
Jimb0ne
rs.FindFirst "FieldName = NULL"
but the above does not work. the NoMatch value of the recordset is still true even if the field does contain null values.
Thanks,
Jimb0ne