I have a query whose criteria results in a list of names. What I want to do is, on a button click, create a report that will list all the names, separated by a comma, for example, if my query returned:
NAME
JOHN
JOE
BOB
FRANK
I would want my report to show NAME: JOHN, JOE, BOB, FRANK