Create a concatenated list of child table values from an Access database without using VBA
问题 I have an Access 2010 database with a relationship between parent and child tables. I would like to be able to query the database from an external application and show values from the child table as a concatenated list of values in a single column, similar to what MySQL can produce with its GROUP_CONCAT() function. This has been asked here many times before, e.g., here: Combine values from related rows into a single concatenated string value but those solutions rely on a custom VBA function