Reply
Mike,
i am new to Access, but this idea may be useful.
Create a new 'calcualted' field in your query. With the following code:
If(IsNull(Option1) Or IsNull(Option2) Or IsNull(Option4), "",Concatenate(Option1,Option2,Option4))
Then in the criteria row for this field type:
Not...