T
ThomasK via AccessMonster.com
Im trying to create a form that will look for similar addresses to one
entered and allow the user to choose from those addresses or use the original
address that they entered. My database stores information on businesses, the
businesses are organized by address. I have a addresses table and a
businesses table, one to many. I need to figure out a way for my users to
enter an address, (street number, direction, and street name) and then look
to see if there are any similar addresses already in the database. This would
be to prevent creating two adderesses that are similar and to hopefully keep
someone from entering 544 East Main, instead of using 544 East Main, suite
100.
My thought was to have a form where the user would enter the address into
unbound textboxes, then hit a comand button that will lookup and displayed a
list of addresses based on the street number, direction, and street name. The
user could then pick from the list of similars and go to that record or if
there were no similars use the one they entered.
But, Im not sure how to set this all up and keep it simple and easy to use.
Any suggestions?
entered and allow the user to choose from those addresses or use the original
address that they entered. My database stores information on businesses, the
businesses are organized by address. I have a addresses table and a
businesses table, one to many. I need to figure out a way for my users to
enter an address, (street number, direction, and street name) and then look
to see if there are any similar addresses already in the database. This would
be to prevent creating two adderesses that are similar and to hopefully keep
someone from entering 544 East Main, instead of using 544 East Main, suite
100.
My thought was to have a form where the user would enter the address into
unbound textboxes, then hit a comand button that will lookup and displayed a
list of addresses based on the street number, direction, and street name. The
user could then pick from the list of similars and go to that record or if
there were no similars use the one they entered.
But, Im not sure how to set this all up and keep it simple and easy to use.
Any suggestions?