T
Twatry
I am having trouble getting the correct calculations in a form. I have the
format set for [ncoa qty] to standard number and [ncoa m] is currency. I
basicly have to take [ncoa qty] / 1000 and * [ncoa m] to get total. I do need
to make sure the total is >= 100. Below is what I have so far, any help
would be wonderful.
=IIf(IsNull([ncoa qty]),Null,IIf(Round(Sum([ncoa qty]/1000)*[ncoa
m],2)<100,100,Round(Sum([ncoa qty]/1000)*[ncoa m],2)))
format set for [ncoa qty] to standard number and [ncoa m] is currency. I
basicly have to take [ncoa qty] / 1000 and * [ncoa m] to get total. I do need
to make sure the total is >= 100. Below is what I have so far, any help
would be wonderful.
=IIf(IsNull([ncoa qty]),Null,IIf(Round(Sum([ncoa qty]/1000)*[ncoa
m],2)<100,100,Round(Sum([ncoa qty]/1000)*[ncoa m],2)))