I have a list of OrderIDs which need to be Printed on a Report in a single Row.
I have:
OrderID
001
002
004
008
How can I make:
001, 002, 004, 005
The report has a query with all the OrderIDs that are required. But I think this has to be done with a Function or something...
Thanks for your time,
Carlos