I need to limit the entry of characters in the LName and FName fields of a database table. I would like the only allowable entries to be a-z, -, to allow hyphenated last names, and a space for names like St Mary. The field needs to be upper or lowercase and limited in length only by the field size. How do I format this? There is a staff member that continues to add their own embellishments to names making it difficult to sort and query! I'm not a programmer but can cut and paste code and change field names and object names to meet my needs. Thanks.