Ok, before I finally nail my head to the desk with my stapler, I would really appreciate some help on this one.
Summary: I am trying to produce a report that concatenates approx 100 text & memo fields into one long text string.
Problem: The Text Box object seems to have a limit, so I can't fit the many, many lines of [x] & [y] & [z] & ...etc code in its 'control source' field.
I've tried: breaking up the lines of concatenations into 2/3 seperate text boxes, then having a seperate text box that concatenates those 2/3 text boxes together. uh uh, doesn't work - the #error I get I assume is it is maxing the limit.
Please can anyone suggest a way of doing this?
One thought is perhaps to do it in more stages - produce 2/3 new memo fields in a new table that concatenates the previous strings into these 2/3 fields, then concatenating these fields into a text box....but I really need to streamline the database, as I've got 180 of these reports to produce.
Any suggestions would be really appreciated.
Cheers
Gus
Summary: I am trying to produce a report that concatenates approx 100 text & memo fields into one long text string.
Problem: The Text Box object seems to have a limit, so I can't fit the many, many lines of [x] & [y] & [z] & ...etc code in its 'control source' field.
I've tried: breaking up the lines of concatenations into 2/3 seperate text boxes, then having a seperate text box that concatenates those 2/3 text boxes together. uh uh, doesn't work - the #error I get I assume is it is maxing the limit.
Please can anyone suggest a way of doing this?
One thought is perhaps to do it in more stages - produce 2/3 new memo fields in a new table that concatenates the previous strings into these 2/3 fields, then concatenating these fields into a text box....but I really need to streamline the database, as I've got 180 of these reports to produce.
Any suggestions would be really appreciated.
Cheers
Gus