HELP!! I'm sure there's a perfectly simple solution to my quandary...or at least I hope so.
I need for my report to loop in a continuous data string. So far, I have concatenated fields to form one report field for each record set.
It looks like this:
44520044646464646yyynv
45420043525264650yyynv
45320043525786450nnynv
46420044645878894nynnv
What I need is to also concatenate report fields themselves to eliminate the character return (It will wrap when exported to .txt format):
44520044646464646yyynv45420043525264650yyynv45320043525786450nnynv46420044645878894nynnv
I need for my report to loop in a continuous data string. So far, I have concatenated fields to form one report field for each record set.
It looks like this:
44520044646464646yyynv
45420043525264650yyynv
45320043525786450nnynv
46420044645878894nynnv
What I need is to also concatenate report fields themselves to eliminate the character return (It will wrap when exported to .txt format):
44520044646464646yyynv45420043525264650yyynv45320043525786450nnynv46420044645878894nynnv