T
Thomas
I have a form that I'm working on that combines several
text fields into a memo field.
Example of VBScript used:
[Field 5] = [Field 1] & [Field 2] & [Field 3] & [Field 4]
Is there any way to include a carrage return so that data
from one of the text fields appears on a new line?
text fields into a memo field.
Example of VBScript used:
[Field 5] = [Field 1] & [Field 2] & [Field 3] & [Field 4]
Is there any way to include a carrage return so that data
from one of the text fields appears on a new line?