Display vaule in txt-box without saving

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*#
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top