E
Eleanore
Hi everyone. I am trying to create a database; based on the responses I've
gotten/read, mine is poorly designed. So, I'm game to start all over again,
with a better design/foundation, and hopefully all will be good.
The database is meant to track contacts with an office for specific cases.
There are up to 10 parties in each case (parents, children, etc.), as well
as an attorney for each party, a mediator (one of 9), an investigator (one
of 5), and a judge. There are up to 20 events to track (each event with
different investigators for each event), as well as 9 possible required
evaluations for some of the parties. Most cases are one of 6 types, but a
few could be some other type.
Initially, I had a single table, with 3 look-up tables for judge, mediator,
and investigator. Through the NG, I've learned that all the names should be
stored in a single table, so I created a Names table, an Events table (with
event Ddate and event Person), an Evaluation table, and a Results table, but
then someone else in the NG indicated that was poor design. Other than
tracking the data, I need to get a count of each event per investigator, as
well as a count of the final outcomes.
Can the learned readers of the NG please suggest how many/what tables I
should optimally use for good design, to preclude problems later? I
certainly appreciate any help anyone will give me. Thank you in advance.
gotten/read, mine is poorly designed. So, I'm game to start all over again,
with a better design/foundation, and hopefully all will be good.
The database is meant to track contacts with an office for specific cases.
There are up to 10 parties in each case (parents, children, etc.), as well
as an attorney for each party, a mediator (one of 9), an investigator (one
of 5), and a judge. There are up to 20 events to track (each event with
different investigators for each event), as well as 9 possible required
evaluations for some of the parties. Most cases are one of 6 types, but a
few could be some other type.
Initially, I had a single table, with 3 look-up tables for judge, mediator,
and investigator. Through the NG, I've learned that all the names should be
stored in a single table, so I created a Names table, an Events table (with
event Ddate and event Person), an Evaluation table, and a Results table, but
then someone else in the NG indicated that was poor design. Other than
tracking the data, I need to get a count of each event per investigator, as
well as a count of the final outcomes.
Can the learned readers of the NG please suggest how many/what tables I
should optimally use for good design, to preclude problems later? I
certainly appreciate any help anyone will give me. Thank you in advance.