skwilliams
Registered User.
- Local time
- Today, 05:43
- Joined
- Jan 18, 2002
- Messages
- 516
I have a query which is using a switch function to perform a calculation. The problem is the result is #Num! and I can't figure out why. This is the function.
. I've attached the DB. The query in question is qryProdSupport1.
Code:
MPP: Switch([CurPt]>0,[CurMin]/[CurPt],[CurOd]>0,[CurMin]/[CurOd],[CurMin]=0,0)