Hi,I have a procedure that I want to do every time someon exits any of my many text boxes in a form. Basically, I want the computer to check to see if there are any spaces at the beginning of the entry, and if so, to remove them.To do that, I wrote a Right() and Left() function, and I want to write ...