K
Ken D.
I am attempting to sum an unbound textbox with the follow syntax:
=Sum([TotalRev])
where [TotalRev] is the name of the textbox. Here is the syntax used in the
[TotalRev] textbox:
=IIf([MonOrder]=104,"73,347",IIf([MonOrder]=204,"91,819",IIf([MonOrder]=304,"106,584",[SumOfGain/Loss])))
What am I missing?
=Sum([TotalRev])
where [TotalRev] is the name of the textbox. Here is the syntax used in the
[TotalRev] textbox:
=IIf([MonOrder]=104,"73,347",IIf([MonOrder]=204,"91,819",IIf([MonOrder]=304,"106,584",[SumOfGain/Loss])))
What am I missing?