G
Guest
I am retrieving a value called extendedprice that is contained within a sub
form called "Summary of vat 1 subform". If there is a value present I want
the calculation to multiply by 13.5 and divide by 100. If there is no value
present I would like the formula to return a zero and not #Error. Can anyone
help....I'm going out of my mind.
The subform is contained with a form called orders.
Thanks
=IIf([Forms]![orders]![summary of vat 1
subform].[HasData],[Forms]![orders]![summary of vat 1
subform].[Extendedprice]*13.5/100,0)
form called "Summary of vat 1 subform". If there is a value present I want
the calculation to multiply by 13.5 and divide by 100. If there is no value
present I would like the formula to return a zero and not #Error. Can anyone
help....I'm going out of my mind.
The subform is contained with a form called orders.
Thanks
=IIf([Forms]![orders]![summary of vat 1
subform].[HasData],[Forms]![orders]![summary of vat 1
subform].[Extendedprice]*13.5/100,0)