G
Guest
in a report in the detail section i have the following text boxes:
tbPlan control source is in my field list: SumofPlan
tbPrior control source is in my field list: SumOfActualPrior
tbCurrent control source is in my field list: SumOfActualCurr
TBDiff control source is the following:
=IIf([tbPrior]=0,[tbPlan]-[tbCurrent],[tbCurrent]-[tbPrior])
In my report footer, I add the textbox named tbTotDiff and add the control
source to total all the amounts in the detail feilds for TBDiff:
=Sum([TBdiff])
it prompts me for a parameter? Anyu ideas?
tbPlan control source is in my field list: SumofPlan
tbPrior control source is in my field list: SumOfActualPrior
tbCurrent control source is in my field list: SumOfActualCurr
TBDiff control source is the following:
=IIf([tbPrior]=0,[tbPlan]-[tbCurrent],[tbCurrent]-[tbPrior])
In my report footer, I add the textbox named tbTotDiff and add the control
source to total all the amounts in the detail feilds for TBDiff:
=Sum([TBdiff])
it prompts me for a parameter? Anyu ideas?