Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Controls

Status
Not open for further replies.

Bigpapou

Programmer
May 23, 2001
41
CA
Hi,
I have a form in wich you enter a first and a last name. Now if the 2 are not isNull(), there should be only one entry so I search for it and bingo.

Now, if one of them isNull() then there could be more then one entry so I wanna open another form with a scrollingdown list box()(sorry but... dunno how to call those in english) in wich the user will find all the choices associated with the first or last name he entered.

As an example:let's say you're searching for Bob Dylan. You enter Bob in the "firstName" box and click the GO button... then the other form pop's up and ask you to choose from the list:

Bob Clark
Bob Dylan
Bob Binette...

How to do that???
I've read the "AddItem(Text, Index)" method but I don't quite understand.
!!!Any help would be appreciated!!!
 
If you have all the names already, why not just give the user a combo box instead of making them type the name out?

Joe Miller
joe.miller@flotech.net
 
All of you guys are always saying combo box here and there. I'm french... do you know the french translation for combo box, I'm all f*cked up here.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top