SpaghettiStraps
Programmer
i need to create a summary field for a calculated field in restricted view. the calculated field in the subform is itself using a variable to utilize a calculated field in another table (subform).
subform "awards" has a calculated field called "RevisedAmount" -- ([Awards.TotalAward]*[Awards.Probability%])/100.
i've put the value of "RevisedAmount" into a variable.
subform "awards2" has a calculated field called "Award_Amt1" --
([RevisedAmount]*[Awards2.Program%])/100
everything works fine up to this point. but now i need to summarize "Award_Amt1" (respecting the restricted view of the subform) and i can't figure out how to do it.
any help would be appreciated. thanks.
subform "awards" has a calculated field called "RevisedAmount" -- ([Awards.TotalAward]*[Awards.Probability%])/100.
i've put the value of "RevisedAmount" into a variable.
subform "awards2" has a calculated field called "Award_Amt1" --
([RevisedAmount]*[Awards2.Program%])/100
everything works fine up to this point. but now i need to summarize "Award_Amt1" (respecting the restricted view of the subform) and i can't figure out how to do it.
any help would be appreciated. thanks.