dbaker5204
Registered User.
- Local time
- Today, 01:40
- Joined
- Jan 19, 2018
- Messages
- 20
I am getting an overflow error when I try to perform a calculation in a query. There is dividing by zeros, so I do have #NUM errors in this field. Can I write an IIF statement to ignore the #NUM?
Right now my IIF statement reads as:
IIf([Quality Success Ratio]>=0.8,"1","0")
Right now my IIF statement reads as:
IIf([Quality Success Ratio]>=0.8,"1","0")