Hi all
My problem is that I have entered my validation code for my fields in the lost focus events of the controls on my forms. When a user clicks the close button on the form after having made a change to any control on the form the query unload event fires but the lost focus event does not.
This is a problem because the query unload event will allow them to make an update to my data source with the unvalidated data.
Any suggestions?
Thanks David
My problem is that I have entered my validation code for my fields in the lost focus events of the controls on my forms. When a user clicks the close button on the form after having made a change to any control on the form the query unload event fires but the lost focus event does not.
This is a problem because the query unload event will allow them to make an update to my data source with the unvalidated data.
Any suggestions?
Thanks David