C
Cheese_whiz
I'm trying to setup a legal database that will essentially be a repository
for summarized info about court cases. One of the early problems I'm having
is with how to treat multiple defendants. Often, there may be three or even
more defendents listed in a case.
It seems to me that in SIMILAR circumstances, I've seen it suggested that a
seperate table is appropriate. However, this situation is different than
what i've seen before because there is essentially an infinite number of
defendants in my files whereas in the similar situations there seems to
largely have been only around 5-10 potential "options" that could have been
included.
Should I just "guess" at the maximum number of defendants I'll ever see and
include all those fields (10+ per defendant X number of defendants) in my
main table even though usually there will be only one defendant? Is there a
way to add a new set of fields (or, rather than "add" maybe the proper term
is "make available" or "make visible") for every set that you fill out, such
that when you input the data for defendant one, you'll automatically get
room for "defendant 2" and so on? Should defendants be in a seperate table
even though there's potentially an infinite number of them.....while one or
two things like agencies might be defendants in multiple cases, individual
defendants will frequently only appear in one case ever.
Any help would be appreciated.
Thanks in advance.
Cheese_"notthatmuchofa"_whiz
for summarized info about court cases. One of the early problems I'm having
is with how to treat multiple defendants. Often, there may be three or even
more defendents listed in a case.
It seems to me that in SIMILAR circumstances, I've seen it suggested that a
seperate table is appropriate. However, this situation is different than
what i've seen before because there is essentially an infinite number of
defendants in my files whereas in the similar situations there seems to
largely have been only around 5-10 potential "options" that could have been
included.
Should I just "guess" at the maximum number of defendants I'll ever see and
include all those fields (10+ per defendant X number of defendants) in my
main table even though usually there will be only one defendant? Is there a
way to add a new set of fields (or, rather than "add" maybe the proper term
is "make available" or "make visible") for every set that you fill out, such
that when you input the data for defendant one, you'll automatically get
room for "defendant 2" and so on? Should defendants be in a seperate table
even though there's potentially an infinite number of them.....while one or
two things like agencies might be defendants in multiple cases, individual
defendants will frequently only appear in one case ever.
Any help would be appreciated.
Thanks in advance.
Cheese_"notthatmuchofa"_whiz