Uppermost record displayed in a continuous form

D

Daniel

Is there a way to determine in code what record is currently the uppermost
visible
record in a continuous form? I can use Me.SelTop = x to set it, but the
value of Me.SelTop does not seem to change when I scroll.

What I want to do is to be able to perform a Me.requery and then display the
same records (scroll down to the same place in the ordered recordset) as
before the requery.

Any ideas?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top