A Microsoft Office (Excel, Word) forum. OfficeFrustration

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Home » OfficeFrustration forum » Microsoft Access » Using Forms
Site Map Home Register Authors List Search Today's Posts Mark Forums Read  

Combo Boxes



 
 
Thread Tools Display Modes
  #1  
Old December 6th, 2005, 04:00 PM posted to microsoft.public.access.forms
external usenet poster
 
Posts: n/a
Default Combo Boxes

Hi

I have created a combo box on a form which I have created. There are
approximately 500 entries (e.g. running from alpha to sierra) tied to the
combo/database. Is it possible that if the user wants to select kilo from
the combo they just type the first letter "k" and the combo navigates
automatically to the "k" options.

Also it is possible to force user to enter information in the form using
caps. Is there some sort of rule that I can create to allow for this.

Thanks


  #2  
Old December 6th, 2005, 04:26 PM posted to microsoft.public.access.forms
external usenet poster
 
Posts: n/a
Default Combo Boxes

The Combobox has a Property called Auto Expand. If this is set to Yes,
it will produce the behaviour you are seeking.

If all the items in the combobox's Row Source table are capitalised
according to your requirements, then the selection entered in the
combobo will be as desired, regardless of the case of the characters typed.

--
Steve Schapel, Microsoft Access MVP


microsoft wrote:
Hi

I have created a combo box on a form which I have created. There are
approximately 500 entries (e.g. running from alpha to sierra) tied to the
combo/database. Is it possible that if the user wants to select kilo from
the combo they just type the first letter "k" and the combo navigates
automatically to the "k" options.

Also it is possible to force user to enter information in the form using
caps. Is there some sort of rule that I can create to allow for this.

Thanks


  #3  
Old December 6th, 2005, 09:30 PM posted to microsoft.public.access.forms
external usenet poster
 
Posts: n/a
Default Combo Boxes

Hi
Thanks for responding.

My table is called symbols. There are three fields, description, symbols
and currency. This is the order in the table.

The code tied to the combo box is as follows.

SELECT [SYMBOLS], [DESCRIPTION], [CURRENCY] FROM SYMBOLS ORDER BY
[DESCRIPTION];
Bound Column:1
Column Count:3
Column Width:0";2";0"

However when I select the first letter in the name of the description the
word beginning with that letter is not automatically navigated to.

The combo box has the auto expand set to YES.

Thanks

"Steve Schapel" wrote:

The Combobox has a Property called Auto Expand. If this is set to Yes,
it will produce the behaviour you are seeking.

If all the items in the combobox's Row Source table are capitalised
according to your requirements, then the selection entered in the
combobo will be as desired, regardless of the case of the characters typed.

--
Steve Schapel, Microsoft Access MVP


microsoft wrote:
Hi

I have created a combo box on a form which I have created. There are
approximately 500 entries (e.g. running from alpha to sierra) tied to the
combo/database. Is it possible that if the user wants to select kilo from
the combo they just type the first letter "k" and the combo navigates
automatically to the "k" options.

Also it is possible to force user to enter information in the form using
caps. Is there some sort of rule that I can create to allow for this.

Thanks



  #4  
Old December 12th, 2005, 05:22 AM posted to microsoft.public.access.forms
external usenet poster
 
Posts: n/a
Default Combo Boxes

I am very sorry, I can't think of any explanation for what you are
seeing here.

--
Steve Schapel, Microsoft Access MVP


microsoft wrote:
Hi
Thanks for responding.

My table is called symbols. There are three fields, description, symbols
and currency. This is the order in the table.

The code tied to the combo box is as follows.

SELECT [SYMBOLS], [DESCRIPTION], [CURRENCY] FROM SYMBOLS ORDER BY
[DESCRIPTION];
Bound Column:1
Column Count:3
Column Width:0";2";0"

However when I select the first letter in the name of the description the
word beginning with that letter is not automatically navigated to.

The combo box has the auto expand set to YES.

 




Thread Tools
Display Modes

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

vB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Confused about 3 combo boxes esparzaone New Users 1 April 28th, 2005 01:06 PM
Continuous subforms, combo boxes, and making them dependent David Walker Using Forms 3 July 26th, 2004 08:35 PM
Combo Boxes #1 Tom Using Forms 0 June 9th, 2004 03:50 AM
Data Dependencies between Combo Boxes Tom Using Forms 7 June 6th, 2004 05:25 PM
Multiple combo boxes Lee Worksheet Functions 2 May 6th, 2004 02:49 PM


All times are GMT +1. The time now is 08:09 PM.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 OfficeFrustration.
The comments are property of their posters.