Why does my list show records when both captions empty?, it only happened when I added the second part regarding forenames was added. Thanks
SELECT DISTINCT Athletes.Athlete, Athletes.Forename, Athletes.Surname
FROM Athletes
WHERE (((Athletes.Athlete) Like [FORMS]![FORM1].[FORM].[LNAME2].[CAPTION])) OR (((Athletes.Forename) Like [FORMS]![FORM1].[FORM].[LNAME3].[CAPTION]))
ORDER BY Athletes.Athlete;
SELECT DISTINCT Athletes.Athlete, Athletes.Forename, Athletes.Surname
FROM Athletes
WHERE (((Athletes.Athlete) Like [FORMS]![FORM1].[FORM].[LNAME2].[CAPTION])) OR (((Athletes.Forename) Like [FORMS]![FORM1].[FORM].[LNAME3].[CAPTION]))
ORDER BY Athletes.Athlete;