I have a complex form that contains several list boxes based on several different queries from 6 different tables. The user inputs a case file number and through table relationships and table joins, information from the tables is inserted into various sections of the report. The queries all work and return all of the information needed to complete the form.
The problem is that one database field is a memo field (I can't change that) and is (or maybe) longer that the page is wide and the data won't wrap and is cut off. The box is set so it can grow, but by default has room for 6 lines and is 7.5 inches wide.
I have changed the list box to a text box, which wraps the long memo line, but displays only the first record. Second and subsequent records are not displayed.
I need to be able to display all of the records and all of the text associated with them on the form. The query works fine. In the database view of the query, all records are returned correctly so I know it is working.
Need help with how to get the info to display correctly.
[sig][/sig]
The problem is that one database field is a memo field (I can't change that) and is (or maybe) longer that the page is wide and the data won't wrap and is cut off. The box is set so it can grow, but by default has room for 6 lines and is 7.5 inches wide.
I have changed the list box to a text box, which wraps the long memo line, but displays only the first record. Second and subsequent records are not displayed.
I need to be able to display all of the records and all of the text associated with them on the form. The query works fine. In the database view of the query, all records are returned correctly so I know it is working.
Need help with how to get the info to display correctly.
[sig][/sig]