M
Mike
I have a textbox were users can enter data, then they can delete it all and enter in new data again and click submit. Is there a way to determine if the user deleted the text they entered in? I'm storing the data in a Varailble for further use and if they delete the text my varialble is keeping the old data entered plus adding the new data, I only want the new data they enter.
text = "Sue, Dave, Tom"
the user deletes "Sue, Dave, Tom"
and then enters "Greg, Chuck, Michelle"
so I only want to use "Greg, Chuck, Michelle", is there a way to determine if the firstnames entered got deleted?
text = "Sue, Dave, Tom"
the user deletes "Sue, Dave, Tom"
and then enters "Greg, Chuck, Michelle"
so I only want to use "Greg, Chuck, Michelle", is there a way to determine if the firstnames entered got deleted?