How to send return in a textbox
This is what I do:
Me.Note = Format(Now()) & Chr(13)
and it's not function. WHY
Best regards
Pet
Printable View
How to send return in a textbox
This is what I do:
Me.Note = Format(Now()) & Chr(13)
and it's not function. WHY
Best regards
Pet
text1.text = "Some Text " & vbcrlf