Subject Proper procedure for edit
Author Leeway
On a form I have several TIB_Edit components connected to a TIB_Query
If the user changes the contents of a particular TIB_Edit I want the
field connected to another TIB_Edit to be recalculated.
What is the correct procedure to do this ?
Can I use the OnValidateField event of the TIB_Query to do this ?

Lee