C
Cheese_whiz
Hi all,
I don't have a firm grip on how to handle people within some of the
applications I do and could use a little feedback.
I'm redoing an application that tracks greivances, and there are several
different roles that people play in the process: greivant, manager, mediator,
witness, etc etc. The problem is it's possible for a person in one role in
one greivance to play another role in another greivance.
Generally speaking, I'd think that you would put all people in one table,
and then let the 'role' they are playing be specified in another table (say
the greivance table). But it seems like if you do that, then you can't
really sort them out to, for example, populate a combobox with just those
people who are of a certain class of people (mediators, for example, as
opposed to greivants or witnesses).
I'm just trying to get a better feeling for how to store data on people.
All in one table? Seperate tables for each role and then combine all the
tables in a query if you need access to all names at once....
Does any of this make sense?
CW
I don't have a firm grip on how to handle people within some of the
applications I do and could use a little feedback.
I'm redoing an application that tracks greivances, and there are several
different roles that people play in the process: greivant, manager, mediator,
witness, etc etc. The problem is it's possible for a person in one role in
one greivance to play another role in another greivance.
Generally speaking, I'd think that you would put all people in one table,
and then let the 'role' they are playing be specified in another table (say
the greivance table). But it seems like if you do that, then you can't
really sort them out to, for example, populate a combobox with just those
people who are of a certain class of people (mediators, for example, as
opposed to greivants or witnesses).
I'm just trying to get a better feeling for how to store data on people.
All in one table? Seperate tables for each role and then combine all the
tables in a query if you need access to all names at once....
Does any of this make sense?
CW