S
Scott A
I have a subform tha currently displays data from a
related table (one to many relationship) as a continuous
form.
The data in the linked table is basically a list of names,
but there can be a lot of them to display, and I am
interested in presenting this data in a way that takes up
less space on the screen - the continuous form gives each
name a new row and the user only needs a snapshot of this
information...
I'm wondering if it would be possible to present this data
in a single textbox and concatenate all of the values to
the single control, separated by commas.
If anyone has another approach that would accomplish the
same thing, that would be great.
Thanks,
Scott
related table (one to many relationship) as a continuous
form.
The data in the linked table is basically a list of names,
but there can be a lot of them to display, and I am
interested in presenting this data in a way that takes up
less space on the screen - the continuous form gives each
name a new row and the user only needs a snapshot of this
information...
I'm wondering if it would be possible to present this data
in a single textbox and concatenate all of the values to
the single control, separated by commas.
If anyone has another approach that would accomplish the
same thing, that would be great.
Thanks,
Scott