I am writing a program in which I need to use , or I would like to use, the maskeditbox. However, even after making sure I have the reference for it. I want to change the backcolor as a person moves into the field and have some that are required that I want to change to Red if the user tries to submit data with out filling them out. I have even tried the default in the properties which changes it in design view but when ran stays white. Does anyone have any ideas. I have two needs. One is that I really wanted to have the Social Security Number look like ###-##-#### and the other fields are currency fields which I would like to have $###,###,###.00. I have been playing with the format command but will have to write a ton of code to convert from a string and back again. Help anyone...