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 » General Discussion
Site Map Home Register Authors List Search Today's Posts Mark Forums Read  

Search in combo box



 
 
Thread Tools Display Modes
  #1  
Old September 28th, 2009, 10:21 AM posted to microsoft.public.access
Abdul Shakeel[_2_]
external usenet poster
 
Posts: 99
Default Search in combo box

In a form I have a combo box listed seven thousand of inventory item in
ascending order, sometimes it becomes very difficult to reach on a specific
inventory item, typing the name of the inventory item is also not so use full
as the name of the inventory having almost same character for example:
C1 UM UDR 1 1/0
C1 UM UDR 1 1/1
and so on, so I want to search item on combo box by typing less is there any
way to do this.

--
Regards
  #2  
Old September 28th, 2009, 11:13 AM posted to microsoft.public.access
Arvin Meyer [MVP][_2_]
external usenet poster
 
Posts: 2,310
Default Search in combo box

If there is significant commonality in the inventory items, you could use
the Left, Mid, and Right functions to build multiple combo boxes and drill
down to your final record. In the example below, you could save as many as 4
characters. I'm not sure that the effort required is worth the result.
--
Arvin Meyer, MCP, MVP
http://www.datastrat.com
http://www.mvps.org/access
http://www.accessmvp.com


"Abdul Shakeel" wrote in message
...
In a form I have a combo box listed seven thousand of inventory item in
ascending order, sometimes it becomes very difficult to reach on a
specific
inventory item, typing the name of the inventory item is also not so use
full
as the name of the inventory having almost same character for example:
C1 UM UDR 1 1/0
C1 UM UDR 1 1/1
and so on, so I want to search item on combo box by typing less is there
any
way to do this.

--
Regards



  #3  
Old September 28th, 2009, 02:50 PM posted to microsoft.public.access
Klatuu
external usenet poster
 
Posts: 7,074
Default Search in combo box

In addition to Arvin's suggestion, you may consider using Cascading Combos if
the items have a category or grouping you can use to reduce the search.
--
Dave Hargis, Microsoft Access MVP


"Abdul Shakeel" wrote:

In a form I have a combo box listed seven thousand of inventory item in
ascending order, sometimes it becomes very difficult to reach on a specific
inventory item, typing the name of the inventory item is also not so use full
as the name of the inventory having almost same character for example:
C1 UM UDR 1 1/0
C1 UM UDR 1 1/1
and so on, so I want to search item on combo box by typing less is there any
way to do this.

--
Regards

  #4  
Old September 28th, 2009, 05:37 PM posted to microsoft.public.access
KARL DEWEY
external usenet poster
 
Posts: 10,767
Default Search in combo box

Checkout the combo Auto Expand property. It scrolls to the value or part of
the value as you type in the combo.

--
Build a little, test a little.


"Abdul Shakeel" wrote:

In a form I have a combo box listed seven thousand of inventory item in
ascending order, sometimes it becomes very difficult to reach on a specific
inventory item, typing the name of the inventory item is also not so use full
as the name of the inventory having almost same character for example:
C1 UM UDR 1 1/0
C1 UM UDR 1 1/1
and so on, so I want to search item on combo box by typing less is there any
way to do this.

--
Regards

 




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


All times are GMT +1. The time now is 12:46 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.