I have a form that has a field to enter a serial number and a date/time stamp that is calculated. I would like to create a field that populates with that information. I am NOT a scripter- I know very little about it. I feel like I have tried every suggestion I've come across. The field for the serial number is "Serialnumber" and the Date/Time field is "Date_Time". Thank you SO much in advance!!
Solved! Go to Solution.
Views
Replies
Total Likes
To add to @Magus069 line:
Use the initialize event:
PS: It is not our day-job to follow these groups. Sometimes it can take a while before new postings get read by the right people.
Views
Replies
Total Likes
Hi there, you can simply put your cursor in the calculate script of the field you want those value to appear, hold down ctrl+left click on the field you want to add the value from. This will write down the exact reference syntax needed to access that field. From there you can use either rawValue or formattedValue depending on which type of value you want to display and concatenate them by using the plus sign... it could look something like the following:
SerialNumber.rawValue + " " + Date_Time.formattedValue;
Views
Replies
Total Likes
To add to @Magus069 line:
Use the initialize event:
PS: It is not our day-job to follow these groups. Sometimes it can take a while before new postings get read by the right people.
Views
Replies
Total Likes
Views
Replies
Total Likes
Views
Replies
Total Likes
Views
Likes
Replies
Views
Likes
Replies
Views
Likes
Replies