T
T.T.
I'm using the VBA code text.additem(UserSelected) in the
Form-Event "On Current". All the records that the user
can select have comma's in them. The text box treats each
comma like a carriage return. I want one full string to
be printed in the textbox and look like this.
Wire 1, 3, 5
What I get in the textbox is:
Wire 1
3
5
Any help is appreciated
TT
Form-Event "On Current". All the records that the user
can select have comma's in them. The text box treats each
comma like a carriage return. I want one full string to
be printed in the textbox and look like this.
Wire 1, 3, 5
What I get in the textbox is:
Wire 1
3
5
Any help is appreciated
TT