How do I build a record locator for my app?

J

Jack

OK I have an App that just has 1 table and I have a form for that
table but now that there are a coulpe of hundred records I want any
easy way to find the record that I want.

What I am trying to do is open the same table in a datasheet form,
scroll to the record I want, then close the the form and have the
record pointer moved to the new record in the currect form

So I built the datasheet form and put a button on my main form to call
it.

When I click on the button the form opens but not as a data sheet so
how do I get it to open and browse the records?

How do I open it as a view of the currect instance of the table so
that when I move the record pointer in the browse window it moves the
point in the formthat it is being called from.

Is there some othe way to do this?

Hope it is reasonable clear.

Thanks
Jack
 
Top