Question... I am using the ProperCase to auto fix names entered...
txt.Text = StrConv(txt.Text, VbStrConv.ProperCase)
but, on occasion there are names that have multiple capitals like JoAnne or McAllister etc... is there any thing that knows how to deal with these? im guessing no... but thought I would ask to make sure.
If not, I will put make a checkbox to disable the autofix temporarily so the user can type it in.




Reply With Quote