I have an inventory database part of which does a small auto calculation, by subtracting the number received from the number ordered. See below!
=[Products Subform].Form!UnitsOnOr der
The problem is when i receive something without ordering it my calculation box ends up with a minus number.
Is there a way to set all minus figures to zero?
=[Products Subform].Form!UnitsOnOr der
The problem is when i receive something without ordering it my calculation box ends up with a minus number.
Is there a way to set all minus figures to zero?
Comment