No Sir pbaldy...
it is giving me word "whatever"
I want to display the value of FAS, if it is Less then 10 Number like 9, 8 or so on.
in query it must display....
Expr1: IIf([FAS2]>=10,"10")
if less than 10
Expr1: IIf([FAS2]>=10,"10", iif [FAS]<10, [FAS])
any one plz correct my query.
thanks...