J
Jennifer
Good Day!
I have a main table named Nurse. I have a junction table named LUSpecialty
which contains the NurseID and the SPecialtyID, and I have a Specialty table.
A nurse can have many specialties. Here is my question: I need to create a
single field in the Nurse table that contains all of the specialties that the
nurse has. An update query will not work. Does anyone have any suggestions
on how I should approach this problem?
I have a main table named Nurse. I have a junction table named LUSpecialty
which contains the NurseID and the SPecialtyID, and I have a Specialty table.
A nurse can have many specialties. Here is my question: I need to create a
single field in the Nurse table that contains all of the specialties that the
nurse has. An update query will not work. Does anyone have any suggestions
on how I should approach this problem?