G
Guest
In code, I use vbcr to get a new line in a message box. How do I force a new
line in a text box on a report? Do I just use two text boxes? Mainly curious.
Example control source:
[Fname] & " " & [Lname] & vbcr & [Address]
line in a text box on a report? Do I just use two text boxes? Mainly curious.
Example control source:
[Fname] & " " & [Lname] & vbcr & [Address]