No easy way.
You'd need to create a table to which you'd write the details of the current
record in the form's Unload event, and then read that table and navigate to
the record in the form's Load event.
--
Doug Steele, Microsoft Access MVP
http://I.Am/DougSteele
(no e-mails, please!)
"Jagstrom" <(E-Mail Removed)> wrote in message
news:684d4e69-573f-4f66-988c-(E-Mail Removed)...
> When I open my form I would like to be at the last record viewed
> instead of always starting at the 1st record. Any easy ways to
> accomplish this?