B
bluegrassstateworker
I am trying to locate some VBA code for Access that will perform a
soundex-type search on the name and return a list of potentials where
the user can visually scan that list to determine whether to add a new
record.
My fields to use are: FNAME, LNAME, Address, City, State, Zip, County,
phone number. What I do not have is a field truely unique that would
make everything so simple.
My thought is to have a first and last name available for entry. Once
entered, a search is performed and the results displayed which
contains field information sufficient to determine if the person
exists in the list already or not. Data collection for this database
will be inconsistent; the person entering data may only have a first
and last name and will need to somehow determine whether the person
they wish to enter already exists. There should be a county and city
available but that is not 100%
Surely there is an existing routine for doing this type of search
efficiently either on the web or in a book. I am using Access 2003.
Any assistance in directing me appreciated.
soundex-type search on the name and return a list of potentials where
the user can visually scan that list to determine whether to add a new
record.
My fields to use are: FNAME, LNAME, Address, City, State, Zip, County,
phone number. What I do not have is a field truely unique that would
make everything so simple.
My thought is to have a first and last name available for entry. Once
entered, a search is performed and the results displayed which
contains field information sufficient to determine if the person
exists in the list already or not. Data collection for this database
will be inconsistent; the person entering data may only have a first
and last name and will need to somehow determine whether the person
they wish to enter already exists. There should be a county and city
available but that is not 100%
Surely there is an existing routine for doing this type of search
efficiently either on the web or in a book. I am using Access 2003.
Any assistance in directing me appreciated.