llkhoutx said:Save the record position in a global variable, and if not null, use it when the form is opened. It won't be available the first time the form is open.
However, will every user always want to go back to the last position. I think not.
Another idea is to use some criteria in an unbound combo box in the form header to reposition the form, at users election.
llkhoutx said:Neither are available in Access. Maybe one could write an API.
Access is "event" driven, not "state" driven.