My brain is mush. I know this has got to be simple but right now simple things escape me...
I have "Person" table" and a "Language" table with a one to many relationship. I want to return a list of persons and any language spoken (if any) similar to below:
Name Address Position Languages
jim brown 1 Test Dr Manager Spanish, French
mary smith 2 test dr clerk Spanish
paul jones 3 test dr clerk
TIA
I have "Person" table" and a "Language" table with a one to many relationship. I want to return a list of persons and any language spoken (if any) similar to below:
Name Address Position Languages
jim brown 1 Test Dr Manager Spanish, French
mary smith 2 test dr clerk Spanish
paul jones 3 test dr clerk
TIA