Revised question regarding Combo Box - Binding Context

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

Jeff Brown

I have my form loading correctly and when i use navigation buttons they work
correctly, but the nav buttons would be a pain when the number of records
increased.

What i am trying to do is code the combo box's SelectedIndexChanged event so
that when the index is changed the other records change? does this make
sense?
i have been doing navigation to the next record using code below:

Me.BindingContext(DsTrailers1, "EquipTrailers").Position += 1

I need it to be something like :

me.bindingcontext(DsTrailers,"EquipTrailers").position = ???ROW THAT
MATCHES the COMBO BOX???
or
currentrow = ???ROW THAT MATCHES the COMBO BOX???

Maybe i am "Illegitimate" and can't read
everything i find is how to do it in access

Any Ideas?
 
This question is off topic here, please try one of these groups:

news://msnews.microsoft.com/microsoft.public.dotnet.framework.adonet
or
news://msnews.microsoft.com/microsoft.public.dotnet.framework.windowsforms
 
Thanks, but i got it working albeit probably not efficiently

but thanks for the newsgroup , i subscribed to that also
 
Back
Top