Concatenating multiple rows, with multiple values in it, into single line in MS Access
问题 I am trying to create simple requirements management database. Basically I have 2 tables like below: Contract_requirements with 2 columns: CR_ReqID | Description reqCR1 | Contract req description 1 reqCR2 | Contract req description 2 SW_requirements Title | SW_ReqID | RootReq SW req description 1| reqSW1 | reqCR1, reqCR2 SW req description 2| reqSW2 | reqCR1 SW req description 3| reqSW3 | reqCR2 And I would like to write query to receive such a table: CR_ReqID |Description |where used? reqCR1