cap - it is basic maths - 0.99=99% 1.05 = 105%
if you want +- 0.5 of a unit then
IIf(Nz([AIDSocketPU],0)>=Nz([SIDSocketPU],0)+0.5 And Nz([AIDSocketPU],0)<=Nz([SIDSocketPU],0) -0.5
I really think you can work this out for yourself
cap - it is basic maths - 0.99=99% 1.05 = 105%
if you want +- 0.5 of a unit then
IIf(Nz([AIDSocketPU],0)>=Nz([SIDSocketPU],0)+0.5 And Nz([AIDSocketPU],0)<=Nz([SIDSocketPU],0) -0.5
I really think you can work this out for yourself
Yeah u are right its basics but was confused to fix in the statement. Anyways thanks for ur great help.