H
Harold via AccessMonster.com
Hi,
I would like to have a combo box on a form to list the street names. To
assure that the name gets entered with the correct spelling. Should I have a
separate table with street names for the combo box to be bound to? This table
would have to hold several hundred street names. How could I link this table
to my Address Table? My Address Table looks like this:
AddressID
[StreetNumber]
[StreetName]
[Direction]
AddressID is the primary key. Would the relation with the new combobox street
table by a one to one with the Address table? Could I link them by street
name? Should it all be in one table? And most importantly, does anyone want
to type in 300 street names for me?
Thanks,
Harold
I would like to have a combo box on a form to list the street names. To
assure that the name gets entered with the correct spelling. Should I have a
separate table with street names for the combo box to be bound to? This table
would have to hold several hundred street names. How could I link this table
to my Address Table? My Address Table looks like this:
AddressID
[StreetNumber]
[StreetName]
[Direction]
AddressID is the primary key. Would the relation with the new combobox street
table by a one to one with the Address table? Could I link them by street
name? Should it all be in one table? And most importantly, does anyone want
to type in 300 street names for me?
Thanks,
Harold