I want to make a database set up such that when a user enters data into a certain text type cell a function I wrote will format the text. e.g. User will input (a) name(s) and I will then be able to convert all the names in the DB to Xxxxxxx format. (I know, using mask ">L<CCCCCCCCCCCCCCCC" does this. I want MORE control.) How do I pull this off? Thanking you in advanced.