Hi,

I've created a Data Form with the Wizard (Under VB.net
and MS Access)
I can browse the records with the buttons( movefirst,
movelast,move previous,...).
If I want to move to a specific location like where
costumersID=5 for example, and then continuing browsing
the records with the buttons from that position.
How can it be done?

Thanks in advance,

Luis Mendes

Re: Browsing records from a specific location by Miha

Miha
Tue Jan 06 11:42:27 CST 2004

Hi Luis,

First, you have to find the BindingManagerBase (depends on the datasource
the way to obtain it)
Once you have it, simply set its Position property to record number.

--
Miha Markic - RightHand .NET consulting & development
miha at rthand com
www.rthand.com

"Luis Mendes" <anonymous@discussions.microsoft.com> wrote in message
news:09a401c3d467$097d4330$a501280a@phx.gbl...
> Hi,
>
> I've created a Data Form with the Wizard (Under VB.net
> and MS Access)
> I can browse the records with the buttons( movefirst,
> movelast,move previous,...).
> If I want to move to a specific location like where
> costumersID=5 for example, and then continuing browsing
> the records with the buttons from that position.
> How can it be done?
>
> Thanks in advance,
>
> Luis Mendes