My Assistant
![]() ![]() |
|
|
Apr 11 2007, 03:26 PM
Post
#1
|
|
|
UtterAccess VIP Posts: 6,898 From: Earth... |
Hi My 'Utter Friends,
For the life of it, I can't seem to remember how I did this. On a form, I have a combo box which will list all the available items which works properly. It also allows the user to start entering a item name so that the user can narrow down the items. (the item list is text format btw.) What I need is on a 2nd form, I have a combo box which allows a user to select an item by serial number. I can't get it to 'narrow' down the list when #'s are entered into it. :( So slap me, and tell me what little thing that I am missing. Thanks, Aqua |
|
|
|
Apr 11 2007, 03:41 PM
Post
#2
|
|
|
UtterAccess VIP Posts: 12,201 From: Tacoma, WA. |
Hello Aqua,
Did you look at the code on the Forms that works to apply to the 2nd? |
|
|
|
Apr 11 2007, 03:46 PM
Post
#3
|
|
|
UtterAccess VIP Posts: 6,898 From: Earth... |
John,
Yep, and for the life of me, I can't see whats different. :( Aqua |
|
|
|
Apr 11 2007, 03:48 PM
Post
#4
|
|
|
UtterAccess VIP Posts: 5,597 From: St. Louis, MO |
Can you post your db, I am not really clear on what is going on.
|
|
|
|
Apr 11 2007, 04:12 PM
Post
#5
|
|
|
UtterAccess VIP Posts: 6,898 From: Earth... |
|
|
|
|
Apr 11 2007, 04:36 PM
Post
#6
|
|
|
UtterAccess VIP Posts: 5,597 From: St. Louis, MO |
Look at the row source of the combo box, you are returning the prefix before the serial number. Autocompletion works off the first visible column in the combo box. Since your prefix is null, there is nothing to match against. You should either move the serial number to come before the prefix in the row source or concatenate them.
|
|
|
|
Apr 11 2007, 04:39 PM
Post
#7
|
|
|
UtterAccess VIP Posts: 6,898 From: Earth... |
Brian,
See I told ya it was an easy one!! I forgot about the placement. Thanks, Aqua |
|
|
|
Apr 11 2007, 04:48 PM
Post
#8
|
|
|
UtterAccess VIP Posts: 12,201 From: Tacoma, WA. |
Aqua,
Sorry I was not able to get back to you for a solution I was unable to open your attachment. Glad to see Brian jumped in. |
|
|
|
Apr 11 2007, 04:49 PM
Post
#9
|
|
|
UtterAccess VIP Posts: 5,597 From: St. Louis, MO |
I like those kind (IMG:http://www.utteraccess.com/forum/style_emoticons/default/wink.gif)
|
|
|
|
![]() ![]() |
|
Go to Top · Lo-Fi Version | Time is now: 25th May 2013 - 03:54 AM |