Hi i have this Query where it has to look at to different rows befor it can retrive the information and when I do this search
"SELECT * FROM houses WHERE Sold = No AND WHERE Type = A"
I get this error message
“Syntax error (missing operator) in query expression ‘Sold = No AND WHERE Type = A’.”
You do not need to repeat the ‘where’ part, but just use
AND/OR