J
Jeff Conrad
Hi,
I'm helping a local county office with a fairly big project. This county office does Assessment,
Taxation, Survey, etc. We're just at the beginning stages of setting up tables in Access. Tables
will eventually be upsized to SQL server. We're also going to have to migrate 15+ years of badly
designed flat file AS400 data tables into the new table structure. Lots of orphan data, redundant
information, etc. Lots of cleanup work will need to be done; not fun.
I'm having some difficulty with some field arrangements for a table of "Owners." An owner can have
many Parcels (another table) and a Parcel can have more than owner (M:M of course). My trouble is
setting up the fields for the *names* in the Owner table.
An owner, for example could be a person: John M. Doe.
However, an owner could also be a company entity: Wyzard Enterprises, Inc.
Also, an owner could very well be a husband AND wife: John M. Doe and Jane D. Doe
Right now the owner information is ALL stored in one field. What I'm trying to figure out is do I
have fields for first, last, middle name AND a field for a company name if applicable? Something
like so:
OwnerID
FirstName
MiddleName
LastName
CompanyName
Or is this not the way to go? A different arrangement???
Thanks for any comments,
I'm helping a local county office with a fairly big project. This county office does Assessment,
Taxation, Survey, etc. We're just at the beginning stages of setting up tables in Access. Tables
will eventually be upsized to SQL server. We're also going to have to migrate 15+ years of badly
designed flat file AS400 data tables into the new table structure. Lots of orphan data, redundant
information, etc. Lots of cleanup work will need to be done; not fun.
I'm having some difficulty with some field arrangements for a table of "Owners." An owner can have
many Parcels (another table) and a Parcel can have more than owner (M:M of course). My trouble is
setting up the fields for the *names* in the Owner table.
An owner, for example could be a person: John M. Doe.
However, an owner could also be a company entity: Wyzard Enterprises, Inc.
Also, an owner could very well be a husband AND wife: John M. Doe and Jane D. Doe
Right now the owner information is ALL stored in one field. What I'm trying to figure out is do I
have fields for first, last, middle name AND a field for a company name if applicable? Something
like so:
OwnerID
FirstName
MiddleName
LastName
CompanyName
Or is this not the way to go? A different arrangement???
Thanks for any comments,