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, but since i will have to use it again on my subform with vb code, i know it's a different format. Any help will be very much appreciated...
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, but since i will have to use it again on my subform with vb code, i know it's a different format. Any help will be very much appreciated...
