WyoProgrammer
Technical User
I am writing a simple database to keep track of jurors for my job (I work in District Court). I am trying to set it up so that when a filed loses focus, the first letter of the entry is capitalized (for first, middle and last names in case one forgets to capitalized properly). It works fine in the second and subsequent fields but does not work properly for the first field which is 'First Name' and which I set as a TabIndex of zero. I assume the problem is coming from the fact that this field is not actually getting the focus upon activation of the form. Can anybody help?