I have a field on my form that concat's the current date with an employee number that is entered.
Here's the code for it...
FormCalc
$.rawValue
= concat(form1.Page1.MileageInfo_Sub_Pos.Table3.Row4.EmployeeNumber.rawValue, Replace(form1.Page1.MileageInfo_Sub_Pos.Table3.Row1.CurrentDate.rawValue,"/"))
I don't know if that helps or not.
Gretchen