S
Shelly Jackson
I have a table called tblCaseInfo, primary key is a text field, DHSNo
For each case, there are many witnesses. Hence a table called tblWitnesses
which includes a text field, DHSNo.
There is also a table of Surveyors, with a Autonumber, SurveyorID as the
primary key (tblSurveyors)
Surveyors are also "witnesses."
I am trying to build a form that allows the user to enter either Witnesses
or Surveyors (as Witnesses) for each case.
I want the user to be able to pull up a list of "witnesses" for each case
that displays both "witnesses" and "surveyors(also witnesses)."
Absolutely lost here. Do I need a third table called tblWitnessMembers with
three fields: DHSNo, WitnessesID, SurveyorID
Hope I haven't completely confused everyone as much as I apparently seem to
be. Any help is appreciated! I am making everyone around me nuts trying to
figure this out.
Shelly
For each case, there are many witnesses. Hence a table called tblWitnesses
which includes a text field, DHSNo.
There is also a table of Surveyors, with a Autonumber, SurveyorID as the
primary key (tblSurveyors)
Surveyors are also "witnesses."
I am trying to build a form that allows the user to enter either Witnesses
or Surveyors (as Witnesses) for each case.
I want the user to be able to pull up a list of "witnesses" for each case
that displays both "witnesses" and "surveyors(also witnesses)."
Absolutely lost here. Do I need a third table called tblWitnessMembers with
three fields: DHSNo, WitnessesID, SurveyorID
Hope I haven't completely confused everyone as much as I apparently seem to
be. Any help is appreciated! I am making everyone around me nuts trying to
figure this out.
Shelly