Answered
I want to set a field up so if the value in the field is changed then something is done otherwise do nothing.
For example: If a user enters NumField.0 and types 2 then tabs out of the field the calculation 2 * 2 is performed and the value is displayed in NumField.1. However if the user comes back to NumField.0 but doesn't change the value and tabs out of the field the value in NumField.1 doesn't change.
Should I use the change event for something like this or can this even be done. It seems like this kind of thing can be done but I just don't know how to do it.
George