Autocorrection - Convert to lower case automatically

J

Jeff

Hi,
I am using Access2000, on my form (actually on any data entry) if I can
have any word that has more than 3 characters with only the first 2 letter in
caps. In another words, I have an entry needs to be ABc, Access will
automatically change that to Abc. I've unchecked Name autoCorrect under
tools, options, which has no affect.

Please help.
 
D

Dirk Goldgar

Jeff said:
Hi,
I am using Access2000, on my form (actually on any data entry) if
I can have any word that has more than 3 characters with only the
first 2 letter in caps. In another words, I have an entry needs to
be ABc, Access will automatically change that to Abc. I've unchecked
Name autoCorrect under tools, options, which has no affect.

Please help.

It's not Name Autocorrect, it's just plain old ordinary Autocorrect.
Click Tools -> Autocorrect Options... and uncheck the box for "Correct
TWo INitial CApitals".
 
V

Van T. Dinh

Name AutoCorrect only affect the names of Access Objects. However, leave
this unchecked as there are a few bugs with Name AutoCorrect.

Check the "Allow AutoCorrect" of the TextBox Control and set it to No /
False.
 
Top