Hi,
I'm sure there is a very simple explanation on how to achieve the following, however after several hours of Googling I am still at a loss!
I have a form which allows the user to enter an exchange rate which is then used by other fields in calculate events. The issue is that I need to trap and correct null and zero values before they can be used by the other fields otherwise I will get a division by zero error. All I want to do is change a null or zero to a one and then notify the user of their error. I have tried to implement this change in the validate event of the exchange rate field, but all I receive is a "Value Validate Failed" error message. I am keen to trap this issue at source rather than insert checking code in all the calculate events.
Thanks,
Rod.
I've done something similar before but put the code on the fields doing the calculating.