ramondrumon
Programmer
I have a text box that can take 3 lines of information, I have a list box that when I click on a row the info is inserted into the text box, then I click on another in the list box and it is inserted too. My problem is that when I insert some info to the text box, the info can be broken in half with some on one line and the rest in the next line. I would the info to stay together. This is my code.
fillit = fillit & Me![LstBxSubmittalNo].Column(0, LastName) & " " & "(" & Me![LstBxSubmittalNo].Column(1, LastName) & "" & "," & " "
fillit = fillit & Me![LstBxSubmittalNo].Column(0, LastName) & " " & "(" & Me![LstBxSubmittalNo].Column(1, LastName) & "" & "," & " "