Set the required record to display in an Access continuous form.

A

Axis

In a continuous form the requirement is to programatically set the displayed
record to one that is not initially visible unless the user scrolls down to
it.
 
R

RuralGuy

In a continuous form the requirement is to programatically set the
displayed record to one that is not initially visible unless the user
scrolls down to it.

Have a look/see here:

http://www.lebans.com/SelectRow.htm
Stephan Lebans database containing functions to allow a user to
programmatically set the position of a Form's Scrollbar in Continuous Forms
or Datasheet view!

hth
 
Top