Wrathchild
Technical User
Hello, I'm trying to setup a customer template using field calculations and have been struggling for hours. I am trying to make a field that will add to an existing field elsewhere on the form.
I have LetterDate at the top of the letter which the code for is: { DOCPROPERTY LetterDate \@ "MMMM d, yyyy"} and this field works just fine.
I'm trying to add 45 to this field to display a "due by" date in another field. I've read many posts and tried many different ways to accomplish this but could never figure out how to reference another field.
So if LetterDate = 8/1/11
I would like Due By to = 9/15/11
The most I was able to accomplish was math within a field, however I couldn't reference another field (ie this field = that field + 45)
I have LetterDate at the top of the letter which the code for is: { DOCPROPERTY LetterDate \@ "MMMM d, yyyy"} and this field works just fine.
I'm trying to add 45 to this field to display a "due by" date in another field. I've read many posts and tried many different ways to accomplish this but could never figure out how to reference another field.
So if LetterDate = 8/1/11
I would like Due By to = 9/15/11
The most I was able to accomplish was math within a field, however I couldn't reference another field (ie this field = that field + 45)