I have a continuous form which I open via a vba module.
As it is now a fairly long form, I have used
DoCmd.GoToRecord , , acLast
with the OnCurrent event to move to the end.
This works to an extent, as it shows me only the last record, at the top of the screen. Is there a way to make it show me a screen-full with the last record at the bottom of the screen?
Thanks