G
Gary
How do you set line breaks in an Access textbox? In VB6,
I set the MultiLine property to True and use
myTextBox.Text = "Line 1" & vbNewLine & "Line 2"
which works fine. In Access 2000, it's all on one line.
Also, there is no MultiLine property.
Thanks in advance,
Gary
I set the MultiLine property to True and use
myTextBox.Text = "Line 1" & vbNewLine & "Line 2"
which works fine. In Access 2000, it's all on one line.
Also, there is no MultiLine property.
Thanks in advance,
Gary