I am attempting to set the following function in an acrobat form.
The client has requested that the following calculation occurs only when the 'calculate button' is clicked.
I already have the button partly working. It divides the amount in field 'A' by 52 and displays the answer in field 'B'. But what i need this time as follows:
Field A divided by 52 = Field B, then all the subsequent fields to be added together
ie:
Field A: 5,200 (/52)
Field B: 100
Field C: 200
Field D: 300
Field E: 400
Then I also need a tick box to deactivate this function so that the result in Field B is constant throughout the entire form.
ie:
Field A: 5,200 (/52)
Field B: 100
Field C: 100
Field D: 100
Field E: 100
Is this possible? Can anybody point me in the right direction?
C
George Kaiser