I need a way of making sure a data entry person does not enter more than 3 names in a field, ie (John Larry Smith) is ok, but (John Smith Mary Smith) is not. My thinking is to count the number of spaces on an exit_event, and produce an error message if there are more than 2 spaces. Currently this exit_event splits the first and last names into two separate lastname and firstname fields. Thanks in advance for any help. Jimdevon