=IF(A5="",0,IF(E5>50,2*(E5*(1/500)*1.76+(A5*B5)*(1/9600)*3+(0.0575+D5^2*0.0425)+C5*1.76),(E5*(1/500)*1.76+(A5*B5)*(1/9600)*3+(0.0575+D5^2*0.0425)+C5*1.76)))
This is a working formula in Excel 2000 to calculate bending time, but I can't get it to work in Access 2000 on a form or in a query. I've...