I have a report with a text box to show details/information about records that I have entered in the Add and Edit text boxes on forms.
I would like to be able to enter data into my Add and Edit form pages and have it displayed in the report the same way I entered it. Such as:
But when I view the info in the report, the info is strung together. I have lost the desired view.
Is this a report or form issue?
How do I get the report to display the info as it had been entered?
Thanks.
I would like to be able to enter data into my Add and Edit form pages and have it displayed in the report the same way I entered it. Such as:
Code:
Something. Something else. More something.
Some1 Else1 More1
Some2 Else2 More2
Some3 Else3 More3
But when I view the info in the report, the info is strung together. I have lost the desired view.
Is this a report or form issue?
How do I get the report to display the info as it had been entered?
Thanks.