J
Jeff Kaufman
I am currently using Access 2003 and am having trouble getting my formula to
return the results I would like. I would like for when S_Time is = 0 that my
result return a blank instead of returning a 0... I can't figure out how to
return a blank
SQL formula
IIf([S_Time]=0,0,([O_Time]/[S_Time])*100) AS [Open%]
return the results I would like. I would like for when S_Time is = 0 that my
result return a blank instead of returning a 0... I can't figure out how to
return a blank
SQL formula
IIf([S_Time]=0,0,([O_Time]/[S_Time])*100) AS [Open%]