nerdalert1
Programmer
Hello all. I have 12 textboxes on a form where currently I have a client control validator for each checking if the value is currency. How can I also call a sub routine either on the change or exit of the textbox to call a Total Sub Routine which adds up the textboxes and places it into a Total Textbox. I already have the routine to handle the total I just dont know how to kick off the routine on the exit of the box because I already have a validator doing a datatypecheck on each one. Thanks all.