B
Bill
Given a query that has selected but one field from a
table, how, when using that query as the Rowsource
in a List Box, can I get the data to wrap from one
column to the next, rather than have a scroll control
along the side of the box?
Example:
val-1 val-6 val-11
val-2 val-7 val-12
val-3 val-8 val-13
val-4 val-9
val-5 val-10
What I'm trying to accomplish is to have 4 such displays
side-by-side in a popup form such that the user can select
an entry from each of the lists in forming a four-part expression.
Assuming I'm using the appropriate control for this, I can't
seem to find the format property settings that will cause
the data to wrap to the successive columns.
Thanks for any help,
Bill
table, how, when using that query as the Rowsource
in a List Box, can I get the data to wrap from one
column to the next, rather than have a scroll control
along the side of the box?
Example:
val-1 val-6 val-11
val-2 val-7 val-12
val-3 val-8 val-13
val-4 val-9
val-5 val-10
What I'm trying to accomplish is to have 4 such displays
side-by-side in a popup form such that the user can select
an entry from each of the lists in forming a four-part expression.
Assuming I'm using the appropriate control for this, I can't
seem to find the format property settings that will cause
the data to wrap to the successive columns.
Thanks for any help,
Bill