Hi I have a continious form for which I'd like to write a formula in code
i.e.
write the select statement and then
say
Dim result as string
result = theforumla
I have 12 fields (Month1 to Month12)
I want to, for the sum of ALL 12 fields (not just Month1)
=Sum(IIf(IsNumeric([Month1]),Val([Month1]),0))
Any ideas?
Thanks
i.e.
write the select statement and then
say
Dim result as string
result = theforumla
I have 12 fields (Month1 to Month12)
I want to, for the sum of ALL 12 fields (not just Month1)
=Sum(IIf(IsNumeric([Month1]),Val([Month1]),0))
Any ideas?
Thanks