U
Uninvisible
I have a field on a table called ref_no, which captures 5-7 two digit
reference numbers delimited by commas (i.e., one record may contain
the following data: 21, 24, 78, 44, 31). This field is populated on a
report as a text box called ref_no_txt, whose can grow property is set
to "yes." The width of the text box accommodates 7 characters. When
the text box needs to grow in order to accommodate the total
characters for a given record, it appears as follows:
21,
24,
78,
44, 31
Is there a setting that can result in the text appearing as follows:
21, 24,
78,
44,
31
Or
21, 24,
78, 44,
31
reference numbers delimited by commas (i.e., one record may contain
the following data: 21, 24, 78, 44, 31). This field is populated on a
report as a text box called ref_no_txt, whose can grow property is set
to "yes." The width of the text box accommodates 7 characters. When
the text box needs to grow in order to accommodate the total
characters for a given record, it appears as follows:
21,
24,
78,
44, 31
Is there a setting that can result in the text appearing as follows:
21, 24,
78,
44,
31
Or
21, 24,
78, 44,
31