Skip straight 2 last record

S

stuck! again!

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

-Michael
 
D

Dennis

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

DoCmd.GoToRecord , , acLast
 
Top