This may be difficult to explain or I may be approaching the whole issue wrong. I am developing a small database the has multiple numbers in a single field seperated by a comma. The field will be populated as follows 25648, 28964-01, 89745, etc., not every entry has the same set of numbers or are consistent. When I run the report using a query on this field I would like the report output to look like this
Number
25648,
28964-01,
89745,
But instead my output looks like this
Number
25648, 28964-01, 89745,
Is there a way for the report to look at the query results and put a break to a new line each time a comma (or any other delimiter) is used, so that the desired results is achieved.
I hope this is clear enough
Thank you for your help
bdavid50
bdavid50@aol.com
Number
25648,
28964-01,
89745,
But instead my output looks like this
Number
25648, 28964-01, 89745,
Is there a way for the report to look at the query results and put a break to a new line each time a comma (or any other delimiter) is used, so that the desired results is achieved.
I hope this is clear enough
Thank you for your help
bdavid50
bdavid50@aol.com