I am needing a way to verify that some text boxes, eg: txtNames and other textboxes, eg: txtNumbers are formatted correctly. I need to ensure txtNames only has character values but no integers, and txtNumbers has only integer values (without a decimal) and no characters. I have looked far and wide and can't come up with anything. Any help please?