I have a Text Box control on a form. The text box is multiple line (when the enter key is pressed, another line is generated) and is related (source) to a memo field on a table. All records doesn't have the same number of line entries. Entries are different and typed by the user (that is why a haven't used a List Box). For example, a record can count 6 lines and another one none... I have a report based on the table. The text box is shown on multiple line (has it appear on the form).
Here is my question: I am wondering if there is a property like the "Indexdata" of the list box in order to get each line entry to concatenate all lines and show the text box on only one line ? If so, where can I write the code to do this on the report? If it is not possible, is there another method to do this? How can I do?
Any suggestion will be welcome!
Here is my question: I am wondering if there is a property like the "Indexdata" of the list box in order to get each line entry to concatenate all lines and show the text box on only one line ? If so, where can I write the code to do this on the report? If it is not possible, is there another method to do this? How can I do?
Any suggestion will be welcome!