H
Hilliard
Hi! I'm trying to display some text in a textbox I placed into a form. The
text contains a tab character (vbTab) which does not display correctly.
Instead it shows as a funny black square. Below is my code. What am I doing
wrong?!
Me.Text1 = "Hello " & vbTab & " World."
text contains a tab character (vbTab) which does not display correctly.
Instead it shows as a funny black square. Below is my code. What am I doing
wrong?!
Me.Text1 = "Hello " & vbTab & " World."