J
Joe Cilinceon
I have a Tenant table that holds the tenant information including address. I
also have other tables linked to the tenant by the CustNo that handles
multiple contact, notes (documented conversations), and letters sent.
What I'm looking for are suggestions on the best way to keep multiple
address for a single tenant. All will have a home or business address but
might have a different mailing address for example. Also do to legal issues
if the tenant goes into lien I'm also require to keep all outdated address
on file.
Typical table
CustNo
Address1 (Main line)
Address2 (If needed for a longer address)
City
State
Zip
Country
Unknown fields : (Some kind of flag that will help to choose a record as the
mailing address or no longer valid)
also have other tables linked to the tenant by the CustNo that handles
multiple contact, notes (documented conversations), and letters sent.
What I'm looking for are suggestions on the best way to keep multiple
address for a single tenant. All will have a home or business address but
might have a different mailing address for example. Also do to legal issues
if the tenant goes into lien I'm also require to keep all outdated address
on file.
Typical table
CustNo
Address1 (Main line)
Address2 (If needed for a longer address)
City
State
Zip
Country
Unknown fields : (Some kind of flag that will help to choose a record as the
mailing address or no longer valid)