I am trying to add a line break to a text box. I am aware that there is a way to do this in VBA (vbNewLine), but I am wondering if perhaps there's a CHR code for new line that I can put directly into the textbox. Thank you.
I am trying to add a line break to a text box. I am aware that there is a way to do this in VBA (vbNewLine), but I am wondering if perhaps there's a CHR code for new line that I can put directly into the textbox. Thank you.
13 or 10 ?
Please use # icon on toolbar when posting code snippets.
Cross Posting: https://www.excelguru.ca/content.php?184
Debugging Access: https://www.youtube.com/results?sear...bug+access+vba
ctl+enter should do it
The more we hear silence, the more we begin to think about our value in this universe.
Paraphrase of Professor Brian Cox.
Can also set textbox EnterKeyBehavior property to "New Line in Field" option.
How to attach file: http://www.accessforums.net/showthread.php?t=70301 To provide db: copy, remove confidential data, run compact & repair, zip w/Windows Compression.