L
Les
You can add a new textbox on your report, and build the
control source:
=iif(Index = "O", Amount1, iif(Index = "L", Amount1, iif
(Index = "M", Amount1, iif(Index = "S", AMount1,Amount2))))
Probably nicer ways to do it, but this should work.
possible. Here is an example:
control source:
=iif(Index = "O", Amount1, iif(Index = "L", Amount1, iif
(Index = "M", Amount1, iif(Index = "S", AMount1,Amount2))))
Probably nicer ways to do it, but this should work.
what is in another field, I am not sure that it is-----Original Message-----
I am trying to set a display to show information bases on
possible. Here is an example:
M or S and show amount2 if Index shows anything else.the querry has the fields:
Index Amount1 Amount2
I want the report to show Amount1 if Index contians O, L,