B
bb67dart
I am using a listbox on a form that is linked to a query. Currently
there are about 25 records being returned in the query, so the list
fits on the form as a listbox that is wide enough to display the 2
columns (in this case).
But I would like to know if there is a way to repeat those same two
columns to the right of the original two columns? That would allow the
listbox size to be set to the width of say 6 columns, and the same
field in column 1 would be shown in column 3 and column 6. And the
number of records would of course dictate whether the data would spill
over into the repeat columns.
Is this a possibility in a single listbox? It seems it would be
possible with 3 separate list boxes, and changing the query link to
include records 1-25, then 26-50, etc.
there are about 25 records being returned in the query, so the list
fits on the form as a listbox that is wide enough to display the 2
columns (in this case).
But I would like to know if there is a way to repeat those same two
columns to the right of the original two columns? That would allow the
listbox size to be set to the width of say 6 columns, and the same
field in column 1 would be shown in column 3 and column 6. And the
number of records would of course dictate whether the data would spill
over into the repeat columns.
Is this a possibility in a single listbox? It seems it would be
possible with 3 separate list boxes, and changing the query link to
include records 1-25, then 26-50, etc.