I volunteer at a nonprofit free medical clinic. We want to create a fillable Intake Screening form to qualify the uninsured patients that we serve. I am using Acrobat pro 7.0
I am having trouble with the budget computation part of the form. I would appreciate help with getting the calculations to work.
Budget Computation
Line 1. *TotalBaseIncome*
Line 2. *TotalEmployedMembers* (Minus)
Line 2A.*TotalFamilyIncome* (Total)
Line 3. *ChildCarePaid* (Minus)
Line 3A.*TotalGrossIncome* (Total)
Line 4. *TotalChildSupportReceived* (Minus)
Line 5. *TotalNetIncome* (Total)
All calculations are done in Simplified Field Notation.
Line 1. Not calculated (amount copied and entered from another part of the form)
Line 2. Not calculated (not always required to be entered)
Line 2A. *TotalBaseIncome*-*TotalEmployedMembers*=*TotalFamilyIncome* (this line displays $1.00 anytime the form is opened up in Adobe Reader before any amount is entered)
Line 3. Not calculated (not always required to be entered)
Line 3A. *TotalFamilyIncome*-*ChildCarePaid*=*TotalGrossIncome*
Line 4. Not calculated (not always required to be entered)
Line 5 *TotalGrossIncome*-*TotalChildSupportReceived*=*TotalNetIncome*
None of these lines will calculate when amounts are entered into them.
I have also tried the simple calculation as Field1-Field2 for each line without the =Field at the end.
All fields are formatted as a number, 2 decimal places with $
I have checked and verified that the form has the correct field calculation order
TotalBaseIncome - TotalEmployedMembers
making sure that those are the exact field names, including capitalization. If that doesn't work, it would be helpful if you could post the form somewhere so we could take a look.