Skip straight 2 last record

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi,
Can some1 please tell me how I set the form properties so that when it
opens it goes to the last record?

-Michael
 
Set the forms On Open property to Event Procedure and then in the code for
this event put

DoCmd.GoToRecord , , acLast
 

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

Similar Threads

Validation in child form 1
last record in datasheet 1
Separate Form 0
tab order skipping some fields 1
Going to first record 0
New record entry 1
Access Main form/Subform Navigation 0
How To Move To Last Record in Form 2

Back
Top