On May 30, 3:50 pm, "paii, Ron" <n...@no.com> wrote:
> "colin spalding" <colin.mard...@btopenworld.com> wrote in message
>
[quoted text clipped - 24 lines]
> Is [PremiumGBP] a numeric field? If not you will need
> =Sum(iif(IsNumeric(NZ([PremiumGBP],0)),[PremiumGBP],0).
>Thanks Ron
>Yes the field [PremiumGBP] definitely exists and yes it is numeric
>(assuming Currency counts as numeric). I have tried both solutions
>you suggest but still no joy.
Replace your current calculation with a user function to check the status of
[PremiumGBP], I think you will find [PremiumGBP] does not exist in the
subform when it is empty.
colin spalding - 31 May 2008 07:06 GMT
> On May 30, 3:50 pm, "paii, Ron" <n...@no.com> wrote:
>
[quoted text clipped - 36 lines]
>
> - Show quoted text -
I'm sorry but don't understand what a "user function" means. And if
it doesn't exist when the subform is empty, how do i solve the problem?