combo box navigation

  • Thread starter Thread starter Jeff Brown
  • Start date Start date
J

Jeff Brown

Anyone know wher i can find info about how to navigate through my dataset
with a combobox that is filled with the same data?

ie..
the form loads and fills all controls... when the combobox is changed i want
the other controls to be updated?

this was easier with vb6 ... where i would just perform queries everytie i
needed something.like select * from mytable where fldID=cboNum.value or
text ...
god ..... .NET is Killing me!!!!!!

Coming soon to a .net recovery clinic near you ..Jeff
 
Jeff Brown said:
Anyone know wher i can find info about how to navigate through my dataset
with a combobox that is filled with the same data?

ie..
the form loads and fills all controls... when the combobox is changed i want
the other controls to be updated?

this was easier with vb6 ... where i would just perform queries everytie i
needed something.like select * from mytable where fldID=cboNum.value or
text ...
god ..... .NET is Killing me!!!!!!

Coming soon to a .net recovery clinic near you ..Jeff


The good lord givith, and the good lord takith away. =)
After you get over the initial hump, .NET is SO much easier than VB 6.
 
Back
Top