Or whatever the corresponding syntax would be in Access... Can't swear it'll work in Access, but it does in some other dev. environments.

(If you want to be somewhat fancy, make it "Form.StopUpdates(); Dataset.Prev(); Dataset.Next(); Form.StartUpdates();"; again, translate the syntax to AccessBasic or whatever. :-)

HTH!