W
Wayne-I-M
Hi
I am trying to clean up a form I made a while ago that displays the value of
a currency.
There is a cost stored in the table (always in UK Pounds - for tax reasons)
and OnClick a user can display a hidden txtbox (positioned over the orginal
box) showing various currencies whislt hiding the original box. I know
not a very good design but I was in a hurry.
eg.
Text box 1 = 123 UK Pounds
Text box 2 = Text Box 1 * # (format Euros)
Text box 3 = Text Box 1 * # (format Nepalese Rupees)
Text box 4 = Text Box 1 * # (format US D)
Ect
Ect
Is it possible to display an amount (with a new format) "without" altering
the underlying table data
eg.
OnClick
txt1 = txt1*#
I am trying to clean up a form I made a while ago that displays the value of
a currency.
There is a cost stored in the table (always in UK Pounds - for tax reasons)
and OnClick a user can display a hidden txtbox (positioned over the orginal
box) showing various currencies whislt hiding the original box. I know
not a very good design but I was in a hurry.
eg.
Text box 1 = 123 UK Pounds
Text box 2 = Text Box 1 * # (format Euros)
Text box 3 = Text Box 1 * # (format Nepalese Rupees)
Text box 4 = Text Box 1 * # (format US D)
Ect
Ect
Is it possible to display an amount (with a new format) "without" altering
the underlying table data
eg.
OnClick
txt1 = txt1*#