Wrox Home  
Search P2P Archive for: Go

  Return to Index  

pro_vb thread: Fill a ComboBox using a value in another ComboBox


Message #1 by "Rick Dunmire" <dunnies@p...> on Fri, 9 Feb 2001 01:55:37
Hey Rick,

Let DBCombo1 drive the other.  When they select Buick, take its ID and goto
the database and Select all records from Models where the Make = ID.  Once
you get that data back, Clear and then add that data to DBCombo2.

Mark

  Return to Index