I have a form with a bunch of txt boxes, combo boxes and check boxes. I would like to capture when the form changes to alert the user when a movement is made to leave the form without saving the data entered. An example would be clicking a cmd button to clear the form.
Thought about using the txtbox change property but that would trigger an unwanted action if the form is filled from the data base with a 'find' procedure.
Another approach would be to use the keypress, keyup or keydown property.
Any ideas or comments of to the usefullness of the latter approach would be great.
Thanx.
Thought about using the txtbox change property but that would trigger an unwanted action if the form is filled from the data base with a 'find' procedure.
Another approach would be to use the keypress, keyup or keydown property.
Any ideas or comments of to the usefullness of the latter approach would be great.
Thanx.