Go to last page on form

S

Sok Hong

Hello,

I am trying to set the form, so that when it opens it goes
to the last page on the form automatically. Any clue on
how I can go about doing this?
 
K

Kevin3NF

If you mean go to last RECORD, then put this into the on Open event of the
form:

DoCmd.GoToRecord , , acLast
 
K

karyn

create a macro telling it to "go to last page" on open.

1. Click Macros, New
2. Choose Action "GoToPage"
 
K

karyn

Oops...ok, continuing:

Then in design mode on the form, choose properties,
Choose "Event" Choose "On Open" and point it to your
macro you created.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top