I have a form which has a text box and a list box.
The list box is populated by an SQL query, and is pulling data from an Oracle data source. I want to pass the data to a form for printing, but I have 2 problems:
1. If I choose a text box on the report, the data is shown, but it also shows the tabs and ; markers I am using to move to the next line in the list box on the form, and the data does not appear in one line, but all over the box.
2. If I choose list box on the report, the data is not shown at all.
Any ideas how I can pull the data from a form and print?
The list box is populated by an SQL query, and is pulling data from an Oracle data source. I want to pass the data to a form for printing, but I have 2 problems:
1. If I choose a text box on the report, the data is shown, but it also shows the tabs and ; markers I am using to move to the next line in the list box on the form, and the data does not appear in one line, but all over the box.
2. If I choose list box on the report, the data is not shown at all.
Any ideas how I can pull the data from a form and print?