473,569 Members | 2,747 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Converting to upper case ?

Hello all,
Is there a way to setup an ms-access table so that when I enter
text in the 'datasheet' mode, it will automatically be converted
tp upper case. Or must I use a Form for this?
rex
Nov 12 '05 #1
4 13049
You can have the table display what you entered as upper case, but not convert it to upper
case. Also, it is bad form to enter data directly into the table. Tables are for storing
data only, the work should be done elsewhere.

To have the table display the text as upper case type

in the Format box for the field in table design view.

--
Wayne Morgan
Microsoft Access MVP
"programmerforh ire" <pr************ ***@btinternet. com> wrote in message
news:bp******** **@sparta.btint ernet.com... Hello all,
Is there a way to setup an ms-access table so that when I enter
text in the 'datasheet' mode, it will automatically be converted
tp upper case. Or must I use a Form for this?
rex

Nov 12 '05 #2
"programmerforh ire" <pr************ ***@btinternet. com> wrote in message
news:bp******** **@sparta.btint ernet.com...
Hello all,
Is there a way to setup an ms-access table so that when I enter
text in the 'datasheet' mode, it will automatically be converted
tp upper case. Or must I use a Form for this?
rex


You have to use a form.

The table could be configured to format the *display* of the text to upper
case or it could be configured to reject the entry of lower case entries,
but it has no events that can be used to automatically do a conversion.
--
I don't check the Email account attached
to this message. Send instead to...
RBrandt at Hunter dot com
Nov 12 '05 #3

o.k. , it does work and it seems to be exactly what I wanted, but I am
a little confused from what you said. You said that I can't convert to
upper case. I added the ">" sign as you said, and now if I enter some
lower case characters and press 'enter' they do seem to appear as
upper case. So what exactly can't I do, I didn't get this comment ?

"Wayne Morgan" <co************ *************** @hotmail.com> wrote in message news:fH******** ***********@new ssvr31.news.pro digy.com...
You can have the table display what you entered as upper case, but not convert it to upper
case. Also, it is bad form to enter data directly into the table. Tables are for storing
data only, the work should be done elsewhere.

To have the table display the text as upper case type


in the Format box for the field in table design view.

--
Wayne Morgan
Microsoft Access MVP
"programmerforh ire" <pr************ ***@btinternet. com> wrote in message
news:bp******** **@sparta.btint ernet.com...
Hello all,
Is there a way to setup an ms-access table so that when I enter
text in the 'datasheet' mode, it will automatically be converted
tp upper case. Or must I use a Form for this?
rex


Nov 12 '05 #4
o.k.
I get you, if I remove the ">" it will be lower case again.
Thanks!!

"Peyter" <Pe****@btinter net.com> wrote in message news:bp******** **@hercules.bti nternet.com...

o.k. , it does work and it seems to be exactly what I wanted, but I am
a little confused from what you said. You said that I can't convert to
upper case. I added the ">" sign as you said, and now if I enter some
lower case characters and press 'enter' they do seem to appear as
upper case. So what exactly can't I do, I didn't get this comment ?

"Wayne Morgan" <co************ *************** @hotmail.com> wrote in message

news:fH******** ***********@new ssvr31.news.pro digy.com...
You can have the table display what you entered as upper case, but not convert it to upper
case. Also, it is bad form to enter data directly into the table. Tables are for storing
data only, the work should be done elsewhere.

To have the table display the text as upper case type


in the Format box for the field in table design view.

--
Wayne Morgan
Microsoft Access MVP
"programmerforh ire" <pr************ ***@btinternet. com> wrote in message
news:bp******** **@sparta.btint ernet.com...
Hello all,
Is there a way to setup an ms-access table so that when I enter
text in the 'datasheet' mode, it will automatically be converted
tp upper case. Or must I use a Form for this?
rex



Nov 12 '05 #5

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

Similar topics

2
2119
by: ToddT | last post by:
i'm trying to convert names to their proper case (e.g. "todd" -> "Todd") using the following rountine: Private Function ConvertToProperCase(ByVal stringValue As String) As String Dim ci As New System.Globalization.CultureInfo("en-US", False) Dim properCaseValue As String properCaseValue = stringValue.Replace("'", "' ")
2
2106
by: kevin | last post by:
Hello, we've an Oracle transition in the pipeline and want to convert all our database objects to upper case. Any one got a script or technique (other than manual) to do it? Many thanks, Kevin.
10
2850
by: jose.jeria | last post by:
I use the following to convert uppercase to lowercase: translate($queryString, 'ABCDE...', 'abcde...') But how can i convert the case for umlauts? öåä etc
3
6493
by: Brian Conway | last post by:
How do I convert a field that is filled in to uppercase within the C3 code? I see the ToUpper in there, but how do I get the text box to convert this to upper when you change focus or move to another text box?
8
65106
by: Brian Conway | last post by:
How do I convert a field that is filled in to uppercase within the C3 code? I see the ToUpper in there, but how do I get the text box to convert this to upper when you change focus or move to another text box?
6
12545
by: Manish | last post by:
In my application there is need for only upper case chars.. Currently I am making entry to upper case when user leaves focus of the text control. I want to do some modification here...When user enters any char in small case...during that entry it should convert in upper case... It is very easy in VB6..In VB6 you just need to convert the Ascii...
5
10272
by: Nelson | last post by:
In my web form, I am converting all lower case letters to upper case when the user types the characters in the edit boxes. I am achieving that by injecting client side script (onkeyup event) for each text box. However if the user types the characters so fast it may not work.. Also there are some other loopholes in my code. Is there any...
2
3004
by: Curious Trigger | last post by:
Hello, if have an asp.net web page with a detailsview. This detailsview uses a sqldatasource connecting to a sql server 2005 database with a select statement simliar to this one: SELECT warning_threshold, critical_threshold, weight FROM thresholds UPDATE thresholds SET warning_threshold=@warning_threshold,...
1
1743
by: nbowman | last post by:
How do you convert lower case to upper case in the entire Access database, while maintaining data that is in upper case?
0
7609
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 effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language...
0
8118
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 tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that...
1
7666
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 Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For...
0
7964
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 protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the...
0
6278
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, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then...
1
5504
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes...
0
5217
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert...
0
3651
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in...
0
936
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating...

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.