ComboBox Double Click

  • Thread starter Thread starter MadCrazyNewbie
  • Start date Start date
M

MadCrazyNewbie

Hey Group,

How could I do it so if something isn`t listed in my ComboBox (It looks up a
Database Coloumn), When a User Double Clicks on the ComboBox it brings up a
form so they Can add it in there and then, if you get what I mean?

Many Thanks
MCN
 
* "MadCrazyNewbie said:
How could I do it so if something isn`t listed in my ComboBox (It looks up a
Database Coloumn), When a User Double Clicks on the ComboBox it brings up a
form so they Can add it in there and then, if you get what I mean?

Double click IMO doesn't make sense because the 1st click will drop down
the combobox. Instead, you can provide an item "Search..." or something
like that which shows the dialog if it is selected.
 
Back
Top