G
Guest
Hi,
I have two controls on a form which showing amounts and a currency feild
showing the type of currency for a transaction.
the first control box shows the amount in booking value in local currency.
the other control box shows the transaction's real currency amount which may
be different from local booking currency amount. I put this phrase on the
default value of the currency amount control;
IIF ([Cur]="Local", [Booking Amount], 0)
which means; if the currency of transaction was the same as "Local", put the
"Currency amount" the same as "Booking Amount", and if not do nothing.
so it didnt work, and the system doesnt respond to this default at all.
what is the problem? should I associate this default value with some other
event?
I have two controls on a form which showing amounts and a currency feild
showing the type of currency for a transaction.
the first control box shows the amount in booking value in local currency.
the other control box shows the transaction's real currency amount which may
be different from local booking currency amount. I put this phrase on the
default value of the currency amount control;
IIF ([Cur]="Local", [Booking Amount], 0)
which means; if the currency of transaction was the same as "Local", put the
"Currency amount" the same as "Booking Amount", and if not do nothing.
so it didnt work, and the system doesnt respond to this default at all.
what is the problem? should I associate this default value with some other
event?