PC Review


Reply
Thread Tools Rate Thread

COMBO BOX vs Uppercase

 
 
fishqqq@hotmail.com
Guest
Posts: n/a
 
      1st Oct 2011
I have a combo box listing a column of City State in Upper & lower
case (for example "Los Angeles CA")
and the combox box works perfectly if the user has his keyboard set to
lower case.
If the user has his keyboard set to uppercase the combo box doesn't
work correctly and the user has to backspace then change to lowercase
format then start his search again.

I know this doesn't seem like a big deal but with hundreds of cities
in the dropdown box column and the users working very quickly to input
the data (which is our environment) it really slows things down and
breaks the users rhythem. Is there a way the users can set their
keyboards to uppercase and still have the dropdown boxes work
correctly? or would i have to reformat all the data to uppercase first
then the user will be able to use the dropdown box in uppercase
mode???


Tks
Steve
 
Reply With Quote
 
 
 
 
John W. Vinson
Guest
Posts: n/a
 
      2nd Oct 2011
On Sat, 1 Oct 2011 11:38:58 -0700 (PDT), "(E-Mail Removed)"
<(E-Mail Removed)> wrote:

>I have a combo box listing a column of City State in Upper & lower
>case (for example "Los Angeles CA")
>and the combox box works perfectly if the user has his keyboard set to
>lower case.
>If the user has his keyboard set to uppercase the combo box doesn't
>work correctly and the user has to backspace then change to lowercase
>format then start his search again.
>
>I know this doesn't seem like a big deal but with hundreds of cities
>in the dropdown box column and the users working very quickly to input
>the data (which is our environment) it really slows things down and
>breaks the users rhythem. Is there a way the users can set their
>keyboards to uppercase and still have the dropdown boxes work
>correctly? or would i have to reformat all the data to uppercase first
>then the user will be able to use the dropdown box in uppercase
>mode???
>
>
>Tks
>Steve


I haven't seen this phenomenon! Access searches are not case sensitive, nor
are combo boxes. What is the RowSource property of the combo box? What is the
datatype of the table field you're using as the Control Source? In which way
does it "not work correctly"?
--

John W. Vinson [MVP]
Microsoft's replacements for these newsgroups:
http://social.msdn.microsoft.com/For...-US/accessdev/
http://social.answers.microsoft.com/.../en-US/addbuz/
and see also http://www.utteraccess.com
 
Reply With Quote
 
fishqqq@hotmail.com
Guest
Posts: n/a
 
      2nd Oct 2011
On Oct 1, 7:17*pm, John W. Vinson <jvinson@STOP_SPAM.WysardOfInfo.com>
wrote:
> On Sat, 1 Oct 2011 11:38:58 -0700 (PDT), "fish...@hotmail.com"
>
>
>
>
>
>
>
>
>
> <fish...@hotmail.com> wrote:
> >I have a combo box listing a column of City State in Upper & lower
> >case (for example "Los Angeles CA")
> >and the combox box works perfectly if the user has his keyboard set to
> >lower case.
> >If the user has his keyboard set to uppercase the combo box doesn't
> >work correctly and the user has to backspace then change to lowercase
> >format then start his search again.

>
> >I know this doesn't seem like a big deal but with hundreds of cities
> >in the dropdown box column and the users working very quickly to input
> >the data (which is our environment) it really slows things down and
> >breaks the users rhythem. Is there a way the users can set their
> >keyboards to uppercase and still have the dropdown boxes work
> >correctly? or would i have to reformat all the data to uppercase first
> >then the user will be able to use the dropdown box in uppercase
> >mode???

>
> >Tks
> >Steve

>
> I haven't seen this phenomenon! Access searches are not case sensitive, nor
> are combo boxes. What is the RowSource property of the combo box? What isthe
> datatype of the table field you're using as the Control Source? In which way
> does it "not work correctly"?
> --
>
> * * * * * * *John W. Vinson [MVP]
> *Microsoft's replacements for these newsgroups:
> *http://social.msdn.microsoft.com/For...-US/accessdev/
> *http://social.answers.microsoft.com/.../en-US/addbuz/
> *and see alsohttp://www.utteraccess.com


the RowSource propert of the combo box is :
SELECT DISTINCTROW [All Points Q].[Full Point] FROM [All Points Q];

The data type is [Text]

here's what happens

the underlay data is in the table as follows:
Toronto ON (not TORONTO ON)

If the user has his keyboard set in lower case then as be begins
typing in the field [Origin] the word Toronto begins to be found
If the user has his keboard set to uppercase then as be begins typing
the word TORONTO in the field [Origin], the field begins to update as
follows: ToRamasina Madagascar (note Toamasina Madagascar is the next
origin in the list after the word Toronto)

what's happening is a capital TOR is entered by the user and the sys
updates this to ToR (then continues to find the word in the list and
comes back with ToRamasina Madagascar ).

it would be great if the user could type in upper or lower case and
the field would update accordingly

is there anything I can set to correct this?

tks
Steve
 
Reply With Quote
 
fishqqq@hotmail.com
Guest
Posts: n/a
 
      2nd Oct 2011
On Oct 2, 10:03*am, "fish...@hotmail.com" <fish...@hotmail.com> wrote:
> On Oct 1, 7:17*pm, John W. Vinson <jvinson@STOP_SPAM.WysardOfInfo.com>
> wrote:
>
>
>
>
>
>
>
>
>
> > On Sat, 1 Oct 2011 11:38:58 -0700 (PDT), "fish...@hotmail.com"

>
> > <fish...@hotmail.com> wrote:
> > >I have a combo box listing a column of City State in Upper & lower
> > >case (for example "Los Angeles CA")
> > >and the combox box works perfectly if the user has his keyboard set to
> > >lower case.
> > >If the user has his keyboard set to uppercase the combo box doesn't
> > >work correctly and the user has to backspace then change to lowercase
> > >format then start his search again.

>
> > >I know this doesn't seem like a big deal but with hundreds of cities
> > >in the dropdown box column and the users working very quickly to input
> > >the data (which is our environment) it really slows things down and
> > >breaks the users rhythem. Is there a way the users can set their
> > >keyboards to uppercase and still have the dropdown boxes work
> > >correctly? or would i have to reformat all the data to uppercase first
> > >then the user will be able to use the dropdown box in uppercase
> > >mode???

>
> > >Tks
> > >Steve

>
> > I haven't seen this phenomenon! Access searches are not case sensitive,nor
> > are combo boxes. What is the RowSource property of the combo box? What is the
> > datatype of the table field you're using as the Control Source? In which way
> > does it "not work correctly"?
> > --

>
> > * * * * * * *John W. Vinson [MVP]
> > *Microsoft's replacements for these newsgroups:
> > *http://social.msdn.microsoft.com/For...-US/accessdev/
> > *http://social.answers.microsoft.com/.../en-US/addbuz/
> > *and see alsohttp://www.utteraccess.com

>
> the RowSource propert of the combo box is :
> SELECT DISTINCTROW [All Points Q].[Full Point] FROM [All Points Q];
>
> The data type is [Text]
>
> here's what happens
>
> the underlay data is in the table as follows:
> Toronto ON *(not TORONTO ON)
>
> If the user has his keyboard set in lower case then as be begins
> typing in the field [Origin] the word Toronto begins to be found
> If the user has his keboard set to uppercase then as be begins typing
> the word TORONTO in the field [Origin], the field begins to update as
> follows: ToRamasina Madagascar (note Toamasina Madagascar is the next
> origin in the list after the word Toronto)
>
> what's happening is a capital TOR is entered by the user and the sys
> updates this to ToR (then continues to find the word in the list and
> comes back with ToRamasina Madagascar ).
>
> it would be great if the user could type in upper or lower case and
> the field would update accordingly
>
> is there anything I can set to correct this?
>
> tks
> Steve


I should also mention that an industry requirement we are prevented
from working totally in uppercase (we need our data to be in upper/
lower case format) - otherwise would just convert all the data in our
dbase to uppercase and fix this problem that way)
 
Reply With Quote
 
Douglas J Steele
Guest
Posts: n/a
 
      3rd Oct 2011
I believe you need your combo box to be sorted for it to work.

Try changing your RowSource to

SELECT DISTINCTROW [All Points Q].[Full Point] FROM [All Points Q] ORDER BY
1


wrote in message
news:dcc74dbe-8a87-4ec8-a8e2-(E-Mail Removed)...

On Oct 1, 7:17 pm, John W. Vinson <jvinson@STOP_SPAM.WysardOfInfo.com>
wrote:

the RowSource propert of the combo box is :
SELECT DISTINCTROW [All Points Q].[Full Point] FROM [All Points Q];

The data type is [Text]

here's what happens

the underlay data is in the table as follows:
Toronto ON (not TORONTO ON)

If the user has his keyboard set in lower case then as be begins
typing in the field [Origin] the word Toronto begins to be found
If the user has his keboard set to uppercase then as be begins typing
the word TORONTO in the field [Origin], the field begins to update as
follows: ToRamasina Madagascar (note Toamasina Madagascar is the next
origin in the list after the word Toronto)

what's happening is a capital TOR is entered by the user and the sys
updates this to ToR (then continues to find the word in the list and
comes back with ToRamasina Madagascar ).

it would be great if the user could type in upper or lower case and
the field would update accordingly

is there anything I can set to correct this?

tks
Steve

 
Reply With Quote
 
fishqqq@hotmail.com
Guest
Posts: n/a
 
      4th Oct 2011
On Oct 2, 9:21*pm, "Douglas J Steele"
<NOSPAM_djsteele@NOSPAM_gmail.com> wrote:
> I believe you need your combo box to be sorted for it to work.
>
> Try changing your RowSource to
>
> SELECT DISTINCTROW [All Points Q].[Full Point] FROM [All Points Q] ORDER BY
> 1
>
> wrote in messagenews:dcc74dbe-8a87-4ec8-a8e2-(E-Mail Removed)...
>
> On Oct 1, 7:17 pm, John W. Vinson <jvinson@STOP_SPAM.WysardOfInfo.com>
> wrote:
>
> the RowSource propert of the combo box is :
> SELECT DISTINCTROW [All Points Q].[Full Point] FROM [All Points Q];
>
> The data type is [Text]
>
> here's what happens
>
> the underlay data is in the table as follows:
> Toronto ON *(not TORONTO ON)
>
> If the user has his keyboard set in lower case then as be begins
> typing in the field [Origin] the word Toronto begins to be found
> If the user has his keboard set to uppercase then as be begins typing
> the word TORONTO in the field [Origin], the field begins to update as
> follows: ToRamasina Madagascar (note Toamasina Madagascar is the next
> origin in the list after the word Toronto)
>
> what's happening is a capital TOR is entered by the user and the sys
> updates this to ToR (then continues to find the word in the list and
> comes back with ToRamasina Madagascar ).
>
> it would be great if the user could type in upper or lower case and
> the field would update accordingly
>
> is there anything I can set to correct this?
>
> tks
> Steve


SELECT DISTINCTROW [All Points Q].[Full Point] FROM [All Points Q]
ORDER BY
1 gives me the same result. If the keybord is in uppercase then it
doesn't search properly.

any other suggestions?
tks
Steve
 
Reply With Quote
 
David-W-Fenton
Guest
Posts: n/a
 
      5th Oct 2011
"(E-Mail Removed)" <(E-Mail Removed)> wrote in
news:ebfb44f1-1000-4099-b001-(E-Mail Removed)
:

> SELECT DISTINCTROW [All Points Q].[Full Point] FROM [All Points Q]
> ORDER BY 1


I'd get rid of DISTINCTROW in favor of DISTINCT, given that the
combo box is not editable, and there's only one table in the FROM
clause.

--
David W. Fenton http://www.dfenton.com/
contact via website only http://www.dfenton.com/DFA/
 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
“uppercase”. Bob Microsoft Word New Users 1 18th Jul 2006 04:11 AM
Uppercase Worzel Gummidge Microsoft Excel Discussion 2 16th Jan 2006 04:52 PM
Uppercase Bhavesh.Patel Microsoft Excel Worksheet Functions 1 22nd Apr 2004 12:28 PM
Uppercase Bhavesh.Patel Microsoft Excel Worksheet Functions 1 22nd Apr 2004 12:27 PM
Force uppercase entry after update of combo box Joe Best Microsoft Access Forms 3 17th Feb 2004 01:41 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 04:52 PM.