I'm making a registration userform for a class I am taking. It requires the user to enter their name, phone number, and date of birth among other things through text boxes. What I would like to do is to add data validation into the userform for the strictly numerical or text fields. However I haven't been able to use the book I have to figure this. Any ideas?

Also is there any way to add a phone number and date format to text boxes. Like this:
Date Textbox: ##/##/####
Phone Textbox: (###) ### - ####

Where once you imput the numbers in the first date part it switches to the second date part, and so on. I figured it would reduce errors in the entry of numbers.