T
ThomasK via AccessMonster.com
I need to enter addresses. Im using the fields StreetNumber, Direction,
StreetName, BuildingNumber, and Suite. They are contained in tblAddresses
with the primary key field AddressID which is an autonumber. I dont want to
have duplicate addresses entered. I know that I could use an index on the
fields but sometimes the fields can be left blank, such as when there is no
suite or building number.
Id like to present the user with a list of similar addresses and let them
select the one they want to use. Or, if there is no address that they want to
use, use the one they entered.
Any way to do this?
StreetName, BuildingNumber, and Suite. They are contained in tblAddresses
with the primary key field AddressID which is an autonumber. I dont want to
have duplicate addresses entered. I know that I could use an index on the
fields but sometimes the fields can be left blank, such as when there is no
suite or building number.
Id like to present the user with a list of similar addresses and let them
select the one they want to use. Or, if there is no address that they want to
use, use the one they entered.
Any way to do this?