I have a memo field (in ver 9) that is pulled in from the database vertically:
156
364
796
357
Is there any way to get the data horizontal (I know, lots of liquor) I'm able to use MID to extract each separately ...
mid ({probsummarym1.client.multi},6,5)
mid ({probsummarym1.client.multi},11,5), etc.
My list sometimes has 50 client numbers and I don't want to create 50 mid formulas. Any way to get this into one formula? I tried:
mid ({probsummarym1.client.multi},6,5) & mid ({probsummarym1.client.multi},11,5) but it stacked it vertically again.
Thanks for any help you can give me!
Mark
156
364
796
357
Is there any way to get the data horizontal (I know, lots of liquor) I'm able to use MID to extract each separately ...
mid ({probsummarym1.client.multi},6,5)
mid ({probsummarym1.client.multi},11,5), etc.
My list sometimes has 50 client numbers and I don't want to create 50 mid formulas. Any way to get this into one formula? I tried:
mid ({probsummarym1.client.multi},6,5) & mid ({probsummarym1.client.multi},11,5) but it stacked it vertically again.
Thanks for any help you can give me!
Mark