I have a form that displays personal info. User presses a button that brings up a pop up form that shows certain info: name, address etc. so that the user may copy and paste this information in a usable form somewhere else. Right now I'm using an unbound form with a big textbox in it. Unless you can suggest a better way to do this, what code do I use to get the cursor to start a new line in the textbox?
Get this:
My Name
My address
My city, st, zip
instead of this:
My name My address my city, st, zip
Get this:
My Name
My address
My city, st, zip
instead of this:
My name My address my city, st, zip