Automatically update Text Box in Form

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi

I made a form, and it calculates IRR in a "Text Box", after you put other
values in the other Text Boxes.

Question
The IRR only shows up after you click on the "IRR Textbox", is there anyway
to make the value automatically show up when you input the other values.
Also is there anyway to format the number in the textbox as a percantage?

Thanks'
 
You can make it update immediately by checking for onkeydown instead of
what you currently use (likely onchange).
To format as a percentage, change the script you use to calculate the
percentage and then add the % sign to the result.

Regards Jens Peter Karlsen. Microsoft MVP - Frontpage.
 

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

Back
Top