M
Michelle
I would like to take a known list of street addresses and
compair them to the addresses of people in the current
database. I have a table of "known people"
LName
FName
Address
Address2
City
State
Zip
And a table of "known addresses"
Address
Address2
City
State
Zip
What I want to be able to do is compair the "known
people"'s address to the "known address" list however I do
not want to compair the exact address i.e. search only on
the street name not the entire address.
Please help
compair them to the addresses of people in the current
database. I have a table of "known people"
LName
FName
Address
Address2
City
State
Zip
And a table of "known addresses"
Address
Address2
City
State
Zip
What I want to be able to do is compair the "known
people"'s address to the "known address" list however I do
not want to compair the exact address i.e. search only on
the street name not the entire address.
Please help