I have a contacts db with 2 address tables and a table that lists towns& counties in it.
HomeAddress (tbl) related to Contacts (tbl)
BusAddress (tbl) related to Contacts (tbl)
TownCounty (tbl) related to HomeAddress & BusAddress
All the information for these three tables is displayed on a form.
I would like to create a way of picking one of the displayed addresses as a billing address but the billing address is not always one of these 2 addresses so I also need a way of entering new address for billing.
Any ideas for the best way to achieve this?
HomeAddress (tbl) related to Contacts (tbl)
BusAddress (tbl) related to Contacts (tbl)
TownCounty (tbl) related to HomeAddress & BusAddress
All the information for these three tables is displayed on a form.
I would like to create a way of picking one of the displayed addresses as a billing address but the billing address is not always one of these 2 addresses so I also need a way of entering new address for billing.
Any ideas for the best way to achieve this?