Prevent all caps

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I need to either prevent users from entering information in ALL CAPS or have
Access 2003 convert the ALL CAPS to lower case/regular typing. Any ideas on
how to do this?
 
That would be hard to do. I'm guessing you are entering names? Some names
have more than one capitol letter.

St. James
McDonald
Mac Donald
de los Santos
 
Simply use the LCase() function, as in "a = LCase(a)"

hope this helps

Sam
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top