Is it possible to change to appearance of a number field after it loses focus? For example: The user enters "2" into a field (that is being used for dollars and cents) rather than "2.00". Although it doesn't hurt the entry into the database, I would like to see it change to 2.00 when the user moves to the next field. Formatting the number isn't the problem, rather it is capturing the event so that I can make the change.