Results 1 to 2 of 2

Thread: Staff anouncement: sub form to last record please

  1. #1

    Thread Starter
    Fanatic Member Matt_T_hat's Avatar
    Join Date
    Dec 2001
    Location
    '76 Male Body Evil-Errors: 666
    Posts
    774

    Staff anouncement: sub form to last record please

    I have a form

    the form has a subform

    with code behind the form how can I tell the subform to goto last record?
    ?
    'What's this bit for anyway?
    For Jono

  2. #2
    Member
    Join Date
    Jan 2004
    Posts
    37
    Call DoCmd.GoToControl("SubFormControlName")
    Call DoCmd.RunCommand(acCmdRecordsGoToLast)

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width