G
G deady via AccessMonster.com
My db is very name and address intensive. It is a db for my law firm. Right
now I have seperate tables to save the names and addresses of the following
cateogories of people:
tbl_client_information
clientID(autonumber pk)
FName
MI
LName
StAddress
HPhone
WPhone
Cell
Fax
EMail
DteBrth
SocSecurNumb
tbl_witnesses
-------------
witnessesID(autonumber pk)
clientID(fk)
FName
MI
LName
StAddress
HPhone
WPhone
Cell
Fax
EMail
DteBrth
SocSecurNumb
tbl_expert_witnesses
--------------------
expertID(autonumber pk)
clientID(fk)
FName
MI
LName
StAddress
HPhone
WPhone
Cell
Fax
EMail
DteBrth
SocSecurNumb
tbl_attorneys
-------------
attorneysID(autonumber pk)
clientID(fk)
FName
MI
LName
StAddress
HPhone
WPhone
Cell
Fax
EMail
DteBrth
SocSecurNumb
tbl_judges
----------
judgesID(autonumber pk)
clientID(fk)
FName
MI
LName
StAddress
HPhone
WPhone
Cell
Fax
EMail
DteBrth
SocSecurNumb
tbl_police_officers
-------------------
PolID(autonumber pk)
clientID(fk)
FName
MI
LName
StAddress
HPhone
WPhone
Cell
Fax
EMail
DteBrth
SocSecurNumb
tbl_parties
-----------
PartyID(autonumber pk)
clientID(fk)
FName
MI
LName
StAddress
HPhone
WPhone
Cell
Fax
EMail
DteBrth
SocSecurNumb
tbl_defendants
---------------
DefID(autonumber pk)
clientID(fk)
FName
MI
LName
StAddress
HPhone
WPhone
Cell
Fax
EMail
DteBrth
SocSecurNumb
tbl_magistrates
---------------
MagID(autonumber pk)
clientID(fk)
FName
MI
LName
StAddress
HPhone
WPhone
Cell
Fax
EMail
DteBrth
SocSecurNumb
tbl_prosecutors
---------------
ProsID(autonumber pk)
clientID(fk)
FName
MI
LName
StAddress
HPhone
WPhone
Cell
Fax
EMail
DteBrth
SocSecurNumb
tbl_arbitrators
---------------
arbID(autonumber pk)
clientID(fk)
FName
MI
LName
StAddress
HPhone
WPhone
Cell
Fax
EMail
DteBrth
SocSecurNumb
tbl_wc_referees
---------------
wcID(autonumber pk)
clientID(fk)
FName
MI
LName
StAddress
HPhone
WPhone
Cell
Fax
EMail
DteBrth
SocSecurNumb
I'm wondering if I can eliminate all these tables and just go with two since
the struxture is the same. I would keep clientinfo since it is main table but
combine all the others
I would add a field called Status. If person is witness his status is
witness. If she is a judge status, etc. Is this feasible?
now I have seperate tables to save the names and addresses of the following
cateogories of people:
tbl_client_information
clientID(autonumber pk)
FName
MI
LName
StAddress
HPhone
WPhone
Cell
Fax
DteBrth
SocSecurNumb
tbl_witnesses
-------------
witnessesID(autonumber pk)
clientID(fk)
FName
MI
LName
StAddress
HPhone
WPhone
Cell
Fax
DteBrth
SocSecurNumb
tbl_expert_witnesses
--------------------
expertID(autonumber pk)
clientID(fk)
FName
MI
LName
StAddress
HPhone
WPhone
Cell
Fax
DteBrth
SocSecurNumb
tbl_attorneys
-------------
attorneysID(autonumber pk)
clientID(fk)
FName
MI
LName
StAddress
HPhone
WPhone
Cell
Fax
DteBrth
SocSecurNumb
tbl_judges
----------
judgesID(autonumber pk)
clientID(fk)
FName
MI
LName
StAddress
HPhone
WPhone
Cell
Fax
DteBrth
SocSecurNumb
tbl_police_officers
-------------------
PolID(autonumber pk)
clientID(fk)
FName
MI
LName
StAddress
HPhone
WPhone
Cell
Fax
DteBrth
SocSecurNumb
tbl_parties
-----------
PartyID(autonumber pk)
clientID(fk)
FName
MI
LName
StAddress
HPhone
WPhone
Cell
Fax
DteBrth
SocSecurNumb
tbl_defendants
---------------
DefID(autonumber pk)
clientID(fk)
FName
MI
LName
StAddress
HPhone
WPhone
Cell
Fax
DteBrth
SocSecurNumb
tbl_magistrates
---------------
MagID(autonumber pk)
clientID(fk)
FName
MI
LName
StAddress
HPhone
WPhone
Cell
Fax
DteBrth
SocSecurNumb
tbl_prosecutors
---------------
ProsID(autonumber pk)
clientID(fk)
FName
MI
LName
StAddress
HPhone
WPhone
Cell
Fax
DteBrth
SocSecurNumb
tbl_arbitrators
---------------
arbID(autonumber pk)
clientID(fk)
FName
MI
LName
StAddress
HPhone
WPhone
Cell
Fax
DteBrth
SocSecurNumb
tbl_wc_referees
---------------
wcID(autonumber pk)
clientID(fk)
FName
MI
LName
StAddress
HPhone
WPhone
Cell
Fax
DteBrth
SocSecurNumb
I'm wondering if I can eliminate all these tables and just go with two since
the struxture is the same. I would keep clientinfo since it is main table but
combine all the others
I would add a field called Status. If person is witness his status is
witness. If she is a judge status, etc. Is this feasible?