Question : Access:subform starting on last record

I have a subform on a form. the subforms recordsource is a table. How do I make the subform move focus/start on the last record? I would like it this way so that users can immediatly go to the empty record in the subform and make entries. (Instead of having to scroll down first)

Answer : Access:subform starting on last record

Private Sub Form_Load()
    docmd.RunCommand acCmdRecordsGoToNew
End Sub

mx
Random Solutions  
 
programming4us programming4us