Have any event before textchange.Can I check all object change in form such as form change event.
For Example I want to save old record before I add new record
and If I didn't change anything in old record ,I won't save anything.But If I changed any columns,I will save it old data.
I use textbox for first column.Do you have any way to resolve it.Thank a lot.