macro for caps lock

C

csheehan

I will have multiiple users on my data base. Therefore, upon opening the
database I would like to always have the caps lock on. It would be nice for
all objects, but most especially in form view when they are entering data.

I am a novice, so please give me step by step directions. Thanks Carol
 
M

[MVP] S.Clark

There are Input Masks, and you can update text using the UCase() function.
So, describe more about your objective, how the user enters data, why you
need the caps, etc, and maybe we can help.

--
Steve Clark, Access MVP
FMS, Inc.
Call us for all of your Access Development Needs!
1-888-220-6234
[email protected]
www.fmsinc.com/consulting
 
C

csheehan

Thanks for answering. I am volunteering to design a database for the nursing
unit where I am employed. The tables that I am creating will help the
nursing staff, many of whom are very computer illerate. I am doing
everything I can to keep the data uniform upon entry and to make the process
as intuitive and seamless as possible. I do not want them to have to worry
about capitalizations. So on entering data, I want to default to upper case.
I hope this was helpful.

Based on what you have said in your reply to me, I am going to macro and
type it in on the forms and see what happens. Apoligize for mispellings -
no spell check on these replies.
 
Top