I am creating formulas for my form, unfortunately I amnot that good in access programming especially vb codes.
How can I translate this formula into vb code:
IIf([QTYperHr]>0,(IIf([SetupTime],[SetupTime]+([QTYToRun]/[QTYperHr]),0)),[SetupTime])
I used this formula under the expression builder...