I am trying to make a form
I have 3 tables
one with doctor ID and basic contact info
then
Affiliations table:
AffilID AffiliationName
then a lookup table
DocAffil:
DocID and AffilID
so many doctors with many affiliations, is there a relatively simple way to put this on a form where you can select multiple affiliations for one doctor? or am i approaching this all wrong? thanks!
I have 3 tables
one with doctor ID and basic contact info
then
Affiliations table:
AffilID AffiliationName
then a lookup table
DocAffil:
DocID and AffilID
so many doctors with many affiliations, is there a relatively simple way to put this on a form where you can select multiple affiliations for one doctor? or am i approaching this all wrong? thanks!