I have four columns which a user can add one of four names, I have done an example below for you to look over.
Column1 Column2 Column3 Columns4 ID
John John Peter 1
Peter John Simon Peter 2
What I want is to see the information which to do with "john" so in the query, under Criteria in Column1 i added "john" but if i would do the same in coloum2 3 and 4 it would not return any information.
So I guess I need something like "John" Or If Null (I know this is not right)
Sorry not to clear but hope this make some sense.