I am using CR 9 to access a database via ODBC to a piece of propriety software. One of the fields that I am needing to include in the report is a varchar character field limited to 255 characters. The developer wanted to let the front end users have (virtually) unlimited room for their documentation, so the record gets broken up in the database and stored as separate records (with the other fields in this table being present and populated for use as unique key to reference each chunk of narrative).
My problem is getting these chunks of narrative combined into a neat paragraph for for the report. The largest combined narrative that I have seen so far (examined over 2000 records) is about 3900 characters with the average one being about 1200 characters... so we're not talking about a large number of records to combine to get one record.
Is there an easy way to do this?
My problem is getting these chunks of narrative combined into a neat paragraph for for the report. The largest combined narrative that I have seen so far (examined over 2000 records) is about 3900 characters with the average one being about 1200 characters... so we're not talking about a large number of records to combine to get one record.
Is there an easy way to do this?