G
Guest
In an Access (2002 SP3) query, I've set the properties format to Percent.
I've written the formula: Field 1 / Field 2. When Field 2 is 0, I get the
#ERROR message.
So, I do the Iif statement when Field 2 = 0, "", Field 1 / Field 2. The
#ERROR message is gone, but the percentages are too - the return is 15-20
decimal numbers.
This should be a simple function - what am I missing?
I've written the formula: Field 1 / Field 2. When Field 2 is 0, I get the
#ERROR message.
So, I do the Iif statement when Field 2 = 0, "", Field 1 / Field 2. The
#ERROR message is gone, but the percentages are too - the return is 15-20
decimal numbers.
This should be a simple function - what am I missing?