G
GMartin via AccessMonster.com
I have seriously strayed from the correct path and hope someone can help.
What I have is this:
tblCases tblVic
pkeycaseno pkeyVic
outcome fkeycaseno
incident date age
tblInjuries tblListInjury
AllIjury pkeyInjury
fkeyVic InjuryType
fkeyInjury
tblMedical tblListMedical
Allmedical pkeyMedical
fkeyVic MedicalType
fkeyMedical
tblCases stores initial case information and has approximately 8 more fields.
I the tblListInjury has the type of injury that can occur. This will
restrict the data selection that the user will be able to choose from.
tblLisMedical and another 2 other tables in same format are just like
tblListInjury and is used to restrict data entry.
Relationships are set up from tblistInjury to tblIjuries and tblVic to
tblInjuries and tblListMedical to tblMedical and tblVic to tblMedical. The
same holds true for the other tables as well.
Can I instead of using separate join tables, just create a join table and
list all the fkeyIjury, fkeyMedical, fkeyXXX under 1 join table? Or is there
a simpler way to accomplish what I am trying to do? Because seperate join
tables for the many to many is creating quite a few tables. Another issue is
with form and subform creation. My hopes is to have the main form with
tblCases and subform with tblVic. TblVic will have subforms of injuries and
medical where the user can select in datasheet view more than one injury per
victim.
Thanks for the help and I hope I have been clear enough.
What I have is this:
tblCases tblVic
pkeycaseno pkeyVic
outcome fkeycaseno
incident date age
tblInjuries tblListInjury
AllIjury pkeyInjury
fkeyVic InjuryType
fkeyInjury
tblMedical tblListMedical
Allmedical pkeyMedical
fkeyVic MedicalType
fkeyMedical
tblCases stores initial case information and has approximately 8 more fields.
I the tblListInjury has the type of injury that can occur. This will
restrict the data selection that the user will be able to choose from.
tblLisMedical and another 2 other tables in same format are just like
tblListInjury and is used to restrict data entry.
Relationships are set up from tblistInjury to tblIjuries and tblVic to
tblInjuries and tblListMedical to tblMedical and tblVic to tblMedical. The
same holds true for the other tables as well.
Can I instead of using separate join tables, just create a join table and
list all the fkeyIjury, fkeyMedical, fkeyXXX under 1 join table? Or is there
a simpler way to accomplish what I am trying to do? Because seperate join
tables for the many to many is creating quite a few tables. Another issue is
with form and subform creation. My hopes is to have the main form with
tblCases and subform with tblVic. TblVic will have subforms of injuries and
medical where the user can select in datasheet view more than one injury per
victim.
Thanks for the help and I hope I have been clear enough.