Jaymond Flurrie
Well-known Member
- Joined
- Sep 22, 2008
- Messages
- 921
- Office Version
- 365
- Platform
- Windows
I have a form where user can add multiple records first to a text box one by one and then "flush" them into a database after he's done - just to avoid the need to open the form in worst case hundreds of time.
So my form looks basically like this:
It confuses the user way too much if a single "record" is spread into multiple lines. How do force my VBA code to print that text (ie. the content of that "Name") to a single line, while keeping the textbox as multiline?
So my form looks basically like this:
It confuses the user way too much if a single "record" is spread into multiple lines. How do force my VBA code to print that text (ie. the content of that "Name") to a single line, while keeping the textbox as multiline?