Folks
Below is an sql query in access 2007 that i'm trying to use to bring up any grantor and grantee field that involved the willmot family but its producing a big fat zero.
Can anyone offer a tip what I'm doing wrong:
SELECT Property.ID, Property.StNum, Property.StName, TitleSearch.ID, TitleSearch.Grantor, TitleSearch.Grantee
FROM Property, TitleSearch
WHERE (((TitleSearch.[Grantor]) Like 'Willm%')) OR (((TitleSearch.[Grantee]) Like 'Willm%'));
Tks
fllopez65
Below is an sql query in access 2007 that i'm trying to use to bring up any grantor and grantee field that involved the willmot family but its producing a big fat zero.
Can anyone offer a tip what I'm doing wrong:
SELECT Property.ID, Property.StNum, Property.StName, TitleSearch.ID, TitleSearch.Grantor, TitleSearch.Grantee
FROM Property, TitleSearch
WHERE (((TitleSearch.[Grantor]) Like 'Willm%')) OR (((TitleSearch.[Grantee]) Like 'Willm%'));
Tks
fllopez65