londonkiwi
Programmer
I am trying to use expression builder in Access2000 to provide a value in a text box. The control source of the text box {ExpectedTCost) is:
=IIf(IsNull([Projects]![TenderPrice]),[NCSdata]![Budget],[Projects]![TenderPrice])
in other words - if there is no TenderPrice value provided, then default to the Budget value.
All I end up with is the value #Name? in text box ExpectedTC. Why?
cheers
=IIf(IsNull([Projects]![TenderPrice]),[NCSdata]![Budget],[Projects]![TenderPrice])
in other words - if there is no TenderPrice value provided, then default to the Budget value.
All I end up with is the value #Name? in text box ExpectedTC. Why?
cheers