Hello,
I am forcing upper case for all fields on my form using the form's key press event. For a field containing email address, I want to turn this off and allow whatever case. Does anyone have code for this? Thanks for your help.
Just exclude that field in your code. Something like:
Code:
[blue] If Screen.ActiveControl.ControlType = acTextBox Then
If Screen.ActiveControl.Name <> "[purple][B][I]EmailTextboxName[/I][/B][/purple]" Then
[green]'Your uppercase code here[/green]
End If
End If[/blue]
[blue]Your Thoughts? . . .[/blue]
See Ya! . . . . . .
Be sure to see thread181-473997 [blue]Worthy Reading![/blue]
Also faq181-2886 [blue]Worthy Reading![/blue]
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.