Automatically update Text Box in Form

J

Jeff

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'
 
J

Jens Peter Karlsen[FP MVP]

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.
 
Top