In your query (design view) add a new column calcamt: IIF([amount]>900,
[amount]+40, [amount])
"Dave B" <(E-Mail Removed)> wrote in message
news:5ZJYb.4151$(E-Mail Removed)...
> Hi,
>
> I am currently trying to create a query that allows me to add 40 if the
> amount is over 900.
>
> I can get it to display the amount by adding >900 but i cant figure out
how
> to add the 40 onto the result.
>
> Any help would be greatly appreciated, as i have spent ages messing about
> it.
>
>
> Thanks in advance,
>
> Dave
>
>
>
|