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 from a form. The following example demonstrates what the input data will look like: 25648, 28964-01, 89745, etc., not every entry has the same set of numbers or are the number of digits consistent. When I run the report using a query that contains this field I would like the report output to look like this
Number
25648,
28964-01,
89745,
In other words I would like the report to create a new line each time it detects a comma. 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,
In other words I would like the report to create a new line each time it detects a comma. 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