andrewaldrich
Registered User.
- Local time
- Yesterday, 22:03
- Joined
- Jan 15, 2012
- Messages
- 17
Access 2013
I am trying to add some numbers together for a number of fields, of which at least one field will either be 0 or empty. I am trying to use the following formula in a calculated field in a table:
IIf(IsNull([Price Increase %]),[Total],([Total]*[Price Increase %])+Nz([LumpSumAnnualIncrease]))
Access returns an error statement: The expression XXX cannot be used in a calculated column.
Is there a different formula I should be using, or a work around, other than using the formula in a query.
Thanks
I am trying to add some numbers together for a number of fields, of which at least one field will either be 0 or empty. I am trying to use the following formula in a calculated field in a table:
IIf(IsNull([Price Increase %]),[Total],([Total]*[Price Increase %])+Nz([LumpSumAnnualIncrease]))
Access returns an error statement: The expression XXX cannot be used in a calculated column.
Is there a different formula I should be using, or a work around, other than using the formula in a query.
Thanks