S
SF
Hi I have a query contain 3 fields (Commune Code, FY07 and FY08) that
provide data to my form. I want to display % between FY07 and FY08 by
creating another calculated filed using the following formula:
Perc: ([FY08]-[FY07])/([FY08]+[FY07])
I got #Error when FY07 and FY08 equal to 0. Is there away to display 0 or
null rather than #Error?
SF
provide data to my form. I want to display % between FY07 and FY08 by
creating another calculated filed using the following formula:
Perc: ([FY08]-[FY07])/([FY08]+[FY07])
I got #Error when FY07 and FY08 equal to 0. Is there away to display 0 or
null rather than #Error?
SF