MultiColumns in Listbox
I am populating a listbox from a table and want to be able to space the results out proportionately.
When I set the listbox multicolumns to false, the data displays as expected with the defined space between the fields. However, setting multicolumns to true gives me unexpected results. Each row of data from the table seems to be interpreted as a single column.
What I want to do is set the number of columns in the form definition page - haven't seen a way to do this - and then populate the columns with specific field data from the database, i.e., column 1 = Name, column 2 = City, column 3 = Telephone.
Thanks in advance!

