Connecting Tech Pros Worldwide Help | Site Map

typing a VIN number into a combo box VS selecting a value from list

 
LinkBack Thread Tools Search this Thread
  #1  
Old July 16th, 2006, 09:05 PM
MLH
Guest
 
Posts: n/a
Default typing a VIN number into a combo box VS selecting a value from list

Lets say I have a combo box control on a form
whose recordsource is a table called tbl_PotentialVINs.
For argument's sake, say the table has 10 records.

A user types a VIN into the control - say its one of those
in the table. Now he doesn't drop the list and select it -
he types in all 17-characters one-at-a-time.

Is there any way to tell he did that in the control's
AfterUpdate event property code? That is, type each
char in rather than select the VIN using the list box
portion of the control?

  #2  
Old July 16th, 2006, 09:25 PM
salad
Guest
 
Posts: n/a
Default Re: typing a VIN number into a combo box VS selecting a value fromlist

MLH wrote:
Quote:
Lets say I have a combo box control on a form
whose recordsource is a table called tbl_PotentialVINs.
For argument's sake, say the table has 10 records.
>
A user types a VIN into the control - say its one of those
in the table. Now he doesn't drop the list and select it -
he types in all 17-characters one-at-a-time.
>
Is there any way to tell he did that in the control's
AfterUpdate event property code? That is, type each
char in rather than select the VIN using the list box
portion of the control?
Probably if you put in a routine in the OnKeyDown/Press events and then
verified in the before or after update events.
  #3  
Old July 17th, 2006, 04:55 AM
pietlinden@hotmail.com
Guest
 
Posts: n/a
Default Re: typing a VIN number into a combo box VS selecting a value from list

what's the point though? Are you trying to figure out if the design is
clueless or if you should use AutoExpand and LimitToList?

 

Bookmarks

Thread Tools Search this Thread
Search this Thread:

Advanced Search

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 Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Popular Articles

What is Bytes?

We are a network of experts and professionals in IT and software development that help one another with answers to tough questions and share insights. Get the best answers to your questions from over 220,662 network members.