kfoxNevada
Programmer
I'm trying to force a new line in a .Formfields result (in a Word document) using the following:
---------------------------------------------
.FormFields("fldSub1a"
.Result = rst!CAS_Number & Chr(10)
---------------------------------------------
I've tried Chr(13) and Chr(10) & Chr(13) together. Sometimes it works, sometimes it doesn't. Any ideas?
---------------------------------------------
.FormFields("fldSub1a"
---------------------------------------------
I've tried Chr(13) and Chr(10) & Chr(13) together. Sometimes it works, sometimes it doesn't. Any ideas?