G
Guest
i am using access 2002. i have a query(query 2) that is pulling a calculated
value (CurrentBal)from a previous query(query 1). in query 2, i then perform
an IIf calculation (atty fee)based on (CurrentBal), but it just prompts me to
enter the value for (atty fee). if i enter the value that it should be, it
gives a value of 0 or 1.
This is what i have:
Expr1:[atty fee]=IIf([CurrentBal]>1000,250,100)
also, i need to figure out how to return a value that is a percentage of
CurrentBal, i.e. [atty fee]=IIf([CurrentBal]>1000,[CurrentBal]*0.1,100)
thanks!vicki
value (CurrentBal)from a previous query(query 1). in query 2, i then perform
an IIf calculation (atty fee)based on (CurrentBal), but it just prompts me to
enter the value for (atty fee). if i enter the value that it should be, it
gives a value of 0 or 1.
This is what i have:
Expr1:[atty fee]=IIf([CurrentBal]>1000,250,100)
also, i need to figure out how to return a value that is a percentage of
CurrentBal, i.e. [atty fee]=IIf([CurrentBal]>1000,[CurrentBal]*0.1,100)
thanks!vicki