G
Guest
I am trying to format a long string by inserting either a tab character
(vbTab) or a new line character (vbNewLine), depending on data. The string is
in a Variant type variable. When formatting is done, the result is assigned
to a textbox on a report.
The new line character works well, but the tab character displays as a box.
Any ideas?
Thanks in advance.
(vbTab) or a new line character (vbNewLine), depending on data. The string is
in a Variant type variable. When formatting is done, the result is assigned
to a textbox on a report.
The new line character works well, but the tab character displays as a box.
Any ideas?
Thanks in advance.