August 23, 200421 yr Newbies I am using a button to perform the "Send Mail" script. Under options to specify a field value, I would like to specify values of multiple fields after concatenating them i.e after joining them together. Is there any way to do this? ANy help will be highly appreciated.
August 23, 200421 yr Make a calculation field (type text) and use ampersand "&" characters to concatenate the text fields together. Remember to add spaces between fields if necessary, and the Trim() function is great for removing leading and trailing spaces from field entries.
Create an account or sign in to comment