G
Guest
I am just learning Access and programing in visual basic and have created a form with code in the "on Exit" event.
I have the following line of code:
StrConv [Supplier Contact], 3
If the first 2 letters are capitalized it will change the text, but it appears that if the text is all caps it will not change it. Also, if the second letter is lowercase and beyond it, there are uppercase letters they will be ignored.
Is this how this function works? I thought it would convert all letters to lowercase and the first letter in every word to uppercase. If this is how it is to work, does anybody have an idea why this is happening?
Thanks
I have the following line of code:
StrConv [Supplier Contact], 3
If the first 2 letters are capitalized it will change the text, but it appears that if the text is all caps it will not change it. Also, if the second letter is lowercase and beyond it, there are uppercase letters they will be ignored.
Is this how this function works? I thought it would convert all letters to lowercase and the first letter in every word to uppercase. If this is how it is to work, does anybody have an idea why this is happening?
Thanks