Hello,
I have field1 (RequestedQty) and field2 (DeliveredQty) and in field3 I have status of completion in percent.
I put the expression in field3 =[field1]/[field2]
It is working but if the delivered quantity is zero then it showing error #div/0!. which is not looking good.
So what expression we use in access for percentage.
Secondly I want to restrict (Deliverdqty) according to (Requestedqty).
Suppose we have 100 items in (Requestedqty). And if we want to enter 101 items in (Deliveredqty). It should not allowed.