J
johnb
Hi all. I seem to have lost a question. So I'll have another go.
I have an unbound combo box with about 30 lines. And I need to insert
several of these lines into a memo box on the same form. Each one starting in
the lefthand column. So I thought use the combos AfterUpdate to insert each
selected line into the memobox. It works ok but I get a blank first line and
small squares at the end if each line. The code is Me.GlazingInfo =
Me.GlazingInfo & Chr(13) & Chr(10) + Me.Combo165
Question: How do I remove the blank line and remove the little square. and
Second How get the memobox to autoexpand as the number of entries increase?
Can Grow does not work.
TIA
John B
I have an unbound combo box with about 30 lines. And I need to insert
several of these lines into a memo box on the same form. Each one starting in
the lefthand column. So I thought use the combos AfterUpdate to insert each
selected line into the memobox. It works ok but I get a blank first line and
small squares at the end if each line. The code is Me.GlazingInfo =
Me.GlazingInfo & Chr(13) & Chr(10) + Me.Combo165
Question: How do I remove the blank line and remove the little square. and
Second How get the memobox to autoexpand as the number of entries increase?
Can Grow does not work.
TIA
John B