i'm just guessing, but would it be possible to use the LIKE operator;Quote:> I want to find all the people that have no phone.
> But I can't use
> "phonenumber is Null" or something like that
> in a find or filter criteria of an ADO-rercordset can I???
"phonenumber not like '#*'" (i'm not sure of the format for like mask
strings, but that one is intended to return records where the first
character is not a number.)