Hello everyone, been a while.
I am working on a new Access form and it works great except for one quirk. I have 4 combo boxes on the form. Each combo box, the first word in the list is in uppercase. If the user happens to be in lower case and types the first letter of the desired selection to "jump" to that area (like type a "p" to jump to the P's in the list). In 3 of the combo boxes, if you type a lower case letter and it finds your selection (with the first word now in lower case), it changes back to upper case when you hit enter to select that item. But on one combo box, when you hit enter, it keeps the first word in lower case as you move to the next field. Since I am using VB code to add the record to my table, it would put it into the table with the first word in lower case, not upper case (Example - Yellow Freight Company becomes yellow Freight Company).
Why would just one combo box be doing this and how can I correct it? I have looked at the properties for all 4 combo boxes and as far as I can tell, all 4 are identical in how they are set up.
Thanks for any help I can get on this, you guys have been great in the past.
Bob