How do I add more than one line of text in an access field via co.

V

Van T. Dinh

"This is the first line." & vbCrLf & "This is the second line."

gives a 2-line Text value.
 
Top