I have a form that I would like each time the form opens that it should go to the last or new record on the continuous form.
I wrote in my open event procedure
DoCmd.GoToRecord,,acnewrec
or
DoCmd.GoToRecord,,aclast
It works fine.
what happens is, it jumps to the new record, and displays that record at the top of the form.
I would like to know is there a way to go to the last/new record, and still see at least the last page of records on the screen.
Thanks for your help in advbance
I wrote in my open event procedure
DoCmd.GoToRecord,,acnewrec
or
DoCmd.GoToRecord,,aclast
It works fine.
what happens is, it jumps to the new record, and displays that record at the top of the form.
I would like to know is there a way to go to the last/new record, and still see at least the last page of records on the screen.
Thanks for your help in advbance