Caps lock change

Anthony George

Registered User.
Local time
Today, 06:46
Joined
May 28, 2004
Messages
105
Hi Everone

Is there a way where you can set the state of the caps lock when entering a text box something like Me![box1].capslock = true.

Really appreciate some help with this one as i am struggling.

Kindest regards

Tony
 
Look up "Input Mask" in Access help.

It'll tell you how to get the form entries into UpperCase.

Col
 
A better way of doing this (if you want all caps) is in the table design, form design or where ever you want the text in capitals is to use the greater then symbol ">" in the format property of the text box.

"<" is for lower case

However if you want only some of the letters in caps then Input mask is what you would want to use. (Provided you have a standard amongst the other records)

To my knowlege there is no way to have title case.

Does this help? Please respond

Scott
 
Brilliant

Thankyou Col and Scott for your help.

I have been able to form an input mask, but for both quickness and simplicity, adding < > to the format property works just great.

Kindest regards

Tony
 

Users who are viewing this thread

Back
Top Bottom