G
Guest
I would like to insert a Tab with a string, in a Label control.
For example:
Me.lblTime.Caption = "Time:" & vbTab & Now()
However, Label caption displays the tab character, instead of a tab space.
Any ideas?
For example:
Me.lblTime.Caption = "Time:" & vbTab & Now()
However, Label caption displays the tab character, instead of a tab space.
Any ideas?