S
skk
Hi!
I'm trying to get the Min value of [SalRate] if the [Setting] = "VT" most of
the record gives the Min value except few. "SalRate" is defined as double and
I'm using Access 2003. Below code is used in form text box, data control
source. Thanks!
=IIf(([Setting]="VT" And [SalRate]>0),Min(IIf([SalRate]>0,[SalRate],Null)))
I'm trying to get the Min value of [SalRate] if the [Setting] = "VT" most of
the record gives the Min value except few. "SalRate" is defined as double and
I'm using Access 2003. Below code is used in form text box, data control
source. Thanks!
=IIf(([Setting]="VT" And [SalRate]>0),Min(IIf([SalRate]>0,[SalRate],Null)))