NMiller007
Programmer
I'm working on an automated letter report and one of the paragraphs is now giving me the "The string returned by the builder was too long. The result has been truncated." error.
What are some ways to get around this?
The paragraph consists of nested Iif statements that produce multiple sentence results. The paragraph has several common elements (the beginning and the end), but has portions that only appear when criteria are met.
I can't split it into multiple paragraphs, because I want it to be continous.
When I Googled this error, I found some mention of using a function to return the information. Would this be the best method?
What are some ways to get around this?
The paragraph consists of nested Iif statements that produce multiple sentence results. The paragraph has several common elements (the beginning and the end), but has portions that only appear when criteria are met.
I can't split it into multiple paragraphs, because I want it to be continous.
When I Googled this error, I found some mention of using a function to return the information. Would this be the best method?