C
clear as mud
I am concatenating 2 text fields in a rule and need to add a LF/CR between
them. All I am trying to do is append to an existing txt field with another
txt field but I want the appended data to start on a new line or new
paragraph.
Any ideas on how to do this in infopath?
My current action (on set a field's value[Comment]):
concat(Additional_Comments, " **** ", Comment)
Ideally, someone will tell me that I can replace the "****" with something
and it will work!
Thanks in advance for your help!
them. All I am trying to do is append to an existing txt field with another
txt field but I want the appended data to start on a new line or new
paragraph.
Any ideas on how to do this in infopath?
My current action (on set a field's value[Comment]):
concat(Additional_Comments, " **** ", Comment)
Ideally, someone will tell me that I can replace the "****" with something
and it will work!
Thanks in advance for your help!