Calculated Field - User Entry
We user Acrobat with merge functions from a database. We concatenate "City, State Postal Code" with a Custom calculation script. In some records, we have a 'Bad Address Flag', which leaves these data fields empty in the merge process.
Our users would like to type in a City State Postal Code into the Text Field. But, because the field has a formula using 'event.value = ***", the manually entered information gets over-written when the user tabs out of the field.
My question is : is there are different command than 'event.value' which will allow the retention of the manually entered information ... or ... is there a way to wrap my custom calucation script in an IF THEN logic that will take the merge data if it is available, or retain the manual info, if merge info is not available?
Thanks,
Mike