G
Guest
I have 3 tables, Tbl_A is many-to-many with Tbl_B. The pertinent columns are
as follows:
Tbl_A : DoctorID, DoctorName
Tbl_AB_Relate: ContactID, BoardID (foreign keys for Tbl_A and Tbl_B)
Tbl_B: BoardID, BoardName
All IDs are numerical.
I am familiar with Duane Hookum's Concatentate function. Is it possible to
use it in a query to achieve output like:
Column1
octorName
Column2: BoardName1, BoardName2, ... (where this is a comma-delimited
concatenation of all the BoardNames for each Doctor)
Thanks for any help conceptually and with syntax.
as follows:
Tbl_A : DoctorID, DoctorName
Tbl_AB_Relate: ContactID, BoardID (foreign keys for Tbl_A and Tbl_B)
Tbl_B: BoardID, BoardName
All IDs are numerical.
I am familiar with Duane Hookum's Concatentate function. Is it possible to
use it in a query to achieve output like:
Column1

Column2: BoardName1, BoardName2, ... (where this is a comma-delimited
concatenation of all the BoardNames for each Doctor)
Thanks for any help conceptually and with syntax.