473,396 Members | 2,010 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,396 software developers and data experts.

How to have capital characters not changed into lower case?

When I fill in the data in a field, capital characters are changed in
lower case. How to solve it?

Like:

Company name: SONY

becomes after Enter or Tab:

Company name: Sony
Bart

Nov 13 '05 #1
6 3773
In the design menu right click on the field and click on properties change
the setting of "ALLOW AUTO CORRECT" to "NO" this will stop it!

Also if you want to make all the characters lowercase regardless of what the
user inputs put "<" in the "Format" setting and simila for making all
uppercase put ">" in "Format" setting.

Hope this is all you need

Let me know

Rich :)

AA Arens wrote:
When I fill in the data in a field, capital characters are changed in
lower case. How to solve it?

Like:

Company name: SONY

becomes after Enter or Tab:

Company name: Sony

Bart

--
Message posted via http://www.accessmonster.com
Nov 13 '05 #2
Thanks, Rich, but when I changed it into "No" there is no change in
result.
Could it be that there is a lock somewhere?
Could you otherwise give me the Event Procedure?
I want to keep my present setting that, when I use lowercase only, the
fist character always changed in to capital.

Bart

Nov 13 '05 #3
AA Arens wrote:
Thanks, Rich, but when I changed it into "No" there is no change in
result.
Could it be that there is a lock somewhere?
Could you otherwise give me the Event Procedure?
I want to keep my present setting that, when I use lowercase only, the
fist character always changed in to capital.


fist character? dem's fightin' words, put up yer dukes :-)

Ctrl+Z undoes autocorrecting.
Nov 13 '05 #4
Hey Bart

The first question is have you got anything in the Format property of the
text box or in the Format Property of the field that the text box is refering
to in your table / query?

If all formats have nothing in them then I will have a look at some code for
you. But I really think there must be something that is making it change.
Check the field properties in the table design also.

Let me know what you can will get beck to you with some other tries.

:)

Rich

AA Arens wrote:
Thanks, Rich, but when I changed it into "No" there is no change in
result.
Could it be that there is a lock somewhere?
Could you otherwise give me the Event Procedure?
I want to keep my present setting that, when I use lowercase only, the
fist character always changed in to capital.

Bart

--
Message posted via AccessMonster.com
http://www.accessmonster.com/Uwe/For...ccess/200510/1
Nov 13 '05 #5
Hi Rich,

No there is no format when:

I click in the field Company Name of the form > right click >
properties > Format > Format.

Go to Tables > Open the table name > Design View > The data type of the
field Company Name is "Text", Format = empty.

Bart

Nov 13 '05 #6
Thats not quite correct, you can AutoCap the first letter of every word in a
control.

Try this: Open a new module and type this in:

Function AutoCap(sInput As String) As String

Dim X As Integer
Dim sWork As String

sWork = Trim(sInput)
Mid(sWork, 1, 1) = UCase(Left(sWork, 1))

For X = 1 To Len(sWork) - 1
If Mid(sWork, X, 1) = " " Then Mid(sWork, X + 1, 1) = UCase(Mid(sWork, X
+ 1, 1))
Next X

AutoCap = sWork

End Function

In the AfterUpdate of your control put this

Me."YourControl" = AutoCap("YourControl")

HTH

Mark.
"AA Arens" <ba***********@gmail.com> wrote in message
news:11**********************@z14g2000cwz.googlegr oups.com...
Hi Rich,

No there is no format when:

I click in the field Company Name of the form > right click >
properties > Format > Format.

Go to Tables > Open the table name > Design View > The data type of the
field Company Name is "Text", Format = empty.

Bart

Dec 10 '05 #7

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

4
by: Toffe | last post by:
Hi, I've got a problem with regular expressions and strings containing Swedish characters (åäö). I basically have a PHP script that highlights certain words in a text. I found the code...
2
by: lkrubner | last post by:
I looked at the standard for UTF-8: http://www.ietf.org/rfc/rfc3629.txt It didn't say what decimal or hexidecimal values mapped out to what characters. Where do I find the list of...
2
by: Ebi | last post by:
Hi I'm writing a project in C++ borland 5; and I need a function that get a string or char* variable and convert all of the small letters to the capital. please help me. -- Sincerely Yours...
4
by: Giannis Vrentzos | last post by:
Hi all, I 'm testing postgres 8.0 beta 1 an i have the following problem. I have a field with value ÃéÜííçò. If i execute the following query it does not returns any rows. select * from test...
19
by: Eric Lindsay | last post by:
Should HTML 4.01 Strict markup be done in upper case or in lower case? I understand that HTML allows either upper or lower case. I also notice that XHTML apparently requires lower case. However I...
9
by: R.Kaiser | last post by:
Where can I find which Unicode characters are valid for identifiers in Visual C++ 2005? Thanks Richard
5
by: =?Utf-8?B?cmtibmFpcg==?= | last post by:
How can I force the users to enter characters in uppercase? I want to do this in a TextBox control of an aspx page. Then I want the same to be moved to inside a GridView control. Thanks.
0
by: Dr. Colombes | last post by:
I've used EVDEV.py successfully as a keystroke logger on Linux machines. How should EVDEV.py be modified to function as an ASCII character logger? That is, to record upper and lower case...
1
by: mujunshan | last post by:
Yesterday, I installed PythonCE on my cellphone whose OS is Windows Mobile 5.I wanted to use numpy as calculation tool.But after I copy numpy module in my desktop computer into my phone,I find many...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.