H
hindsey
I am trying to script a Carriage Return into a new Rich Text formatted memo
field.
When I set the memo field to:
"something" & vbcrlf & "something else"
I just get: somethingsomething else
The rtf format that I would use for carriage return is "/par" (I believe).
But if I script it:
"something" & /par & "something else - it doesn't recognize /par
"something" & "/par" & "something else"
gives me: something/parsomething else
Can anyone help, and point me to what I'm missing?
Thanks
field.
When I set the memo field to:
"something" & vbcrlf & "something else"
I just get: somethingsomething else
The rtf format that I would use for carriage return is "/par" (I believe).
But if I script it:
"something" & /par & "something else - it doesn't recognize /par
"something" & "/par" & "something else"
gives me: something/parsomething else
Can anyone help, and point me to what I'm missing?
Thanks