Locating record on form by key

  • Thread starter Thread starter John
  • Start date Start date
J

John

Hi

I have a winform db app that I have created by dragging fields on the form
i.e. code has been generated by vs2008. How can I locate a record on the
form by the record id?

Many Thanks

Regards
 
John,

In vb 2008 you have more possibilities for what you did, however for sure
you can find it in the underlying dataset or dbml class.

But you have to access the underlying instanced class (object), whatever it
is.

Cor
 
Back
Top