MS Access VBA: turn query results into a single string
问题 I have a table in MS Access composed of items, and there's another table where salespeople tie into those items. So for example the item "pencil" could have 4 people that sold it associated. Once everything comes out of the query I have something like this: item seller pencil joe pencil bob pencil charles pen john eraser ruth paper charles I have a report form where I'd like to list each item's sellers on a single line. Kind of like: pencil: bob, joe, charles pen: john eraser: ruth paper: