I want that whenever a three digit numeric number is entered in the text box made in the form it should be converted to decimal from the after update event.
for example---
input 453 output display .453
input 678 output display .678
input 100 output display .100
input 020 output display .020
what could be the code for this?