K
KongMin77
I have three Tables with its structure listed below:
Nurses (NurseID, etc, etc, etc)
Nurse Skills (ID, NurseID, SkillsID)
Skills (SkillsID, Code, Description)
Basically, my output should display a Distinct NurseID with multiple
Descriptions concatenated.
The form has a Descriptions textbox which I'd like to output the concatenated
Descriptions into.
eg
txtNurseID = 1001
txtDescription = Skill1, Skill2, Skill3
Is this possible?
Any help appreciated. Cheers!
Nurses (NurseID, etc, etc, etc)
Nurse Skills (ID, NurseID, SkillsID)
Skills (SkillsID, Code, Description)
Basically, my output should display a Distinct NurseID with multiple
Descriptions concatenated.
The form has a Descriptions textbox which I'd like to output the concatenated
Descriptions into.
eg
txtNurseID = 1001
txtDescription = Skill1, Skill2, Skill3
Is this possible?
Any help appreciated. Cheers!