How can i make it so that no matter if the text in a textbox is capitalized, or lowercased the result will be the same.
Printable View
How can i make it so that no matter if the text in a textbox is capitalized, or lowercased the result will be the same.
On the form level type the statement
Option Compare Text
Iouri Boutchkine
[email protected]