Just another thought I had, you might want to put the code for updating a change in the textbox's validate event instead of the textchanged event. This would stop every character that is entered from being recorded, and only the whole change to the textbox is recorded.




Reply With Quote