hi, i have a database that will be tracking juveniles who have been "processed" due to truancy, running away, and some other stuff. anyways, i have a table that has information about the kids that are brought in. currently this links to an intake table that has info about the specific event. i also have to track about 25 different risk factors for the kids. currently i have a table for the risk factors that links to the intake table because the risk factors are supposed to be evaluated after each intake. does this make sense?
i am also wondering about the best way to manage the risk factors. for each factor there are 4 options as to who could identify the factor, but more than one of these four could be chosen. from reading around, it sounds as though i should look at making a second table to manage these multiple options. i am just not sure exactly where in the whole scheme i would need to place such a thing. i currently have a big factors table that has a yes/no field for each possible option.
any suggestions are greatly appreciated,
mike
i am also wondering about the best way to manage the risk factors. for each factor there are 4 options as to who could identify the factor, but more than one of these four could be chosen. from reading around, it sounds as though i should look at making a second table to manage these multiple options. i am just not sure exactly where in the whole scheme i would need to place such a thing. i currently have a big factors table that has a yes/no field for each possible option.
any suggestions are greatly appreciated,
mike