Disable the caps lock in data input form

R

Ray

I would like to disable the caps lock in data input form to prevent someone
who enable the caps lock all the time during data entry. Can someone advise
me how to accomplish it.

Thanks,

Ray
 
A

Angi

Ray,
I don't know if you can disable the caps lock or not, but I do know how
to ignore it. You can add code to the form control to force lowercase,
uppercase, propercase, etc. in the afterupdate event. I had to use
propercase for a name field because I have a user that was caps happy.
Look in the help file for uppercase and it will lead you to the others.
If you need more help, post back.

Hope this helps!
Angi
 

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

Top