I need help on getting around the "Division by Zero" message in Access. My expression is the following.
Week OH: IIf([x14-Pure Outstanding List with Last Week Invn & Fcst]![This Week Invn]>[x14-Pure Outstanding List with Last Week Invn & Fcst]![SumOfSumOfCURR_FCST_QTY],[x14-Pure Outstanding List with Last Week Invn & Fcst]![This Week Invn]/[x14-Pure Outstanding List with Last Week Invn & Fcst]![SumOfSumOfCURR_FCST_QTY],0)
The above still shows me the error message. And if I wanted to show a text value instead of a zero, how would I do it?
Thanks,
RookieDBO
Week OH: IIf([x14-Pure Outstanding List with Last Week Invn & Fcst]![This Week Invn]>[x14-Pure Outstanding List with Last Week Invn & Fcst]![SumOfSumOfCURR_FCST_QTY],[x14-Pure Outstanding List with Last Week Invn & Fcst]![This Week Invn]/[x14-Pure Outstanding List with Last Week Invn & Fcst]![SumOfSumOfCURR_FCST_QTY],0)
The above still shows me the error message. And if I wanted to show a text value instead of a zero, how would I do it?
Thanks,
RookieDBO