In the Load event procedure of the form:
If not Me.NewRecord Then
RunCommand acCmdRecordsGoToLast
End If
--
Allen Browne - Microsoft MVP. Perth, Western Australia.
Tips for Access users -
http://allenbrowne.com/tips.html
Reply to group, rather than allenbrowne at mvps dot org.
"Manny" <(E-Mail Removed)> wrote in message
news:e7g03e$ft2$(E-Mail Removed)...
>
> I am trying to show the last record when a form opens in edit mode. This
> form has numrous records and it defaults to the first record only.
>
> Can this be done?
>
> Appreciate your help!