S
Still Dreaming
I have data fields with Name and Surname in format like "Name Surname". How
to write query which will return all fields where surname which is typed. I
tried this, but it doesn't work:
LIKE "*" & "[type surname]"
and also:
LIKE "*" & "[surname start with]*"
to write query which will return all fields where surname which is typed. I
tried this, but it doesn't work:
LIKE "*" & "[type surname]"
and also:
LIKE "*" & "[surname start with]*"