Results 1 to 13 of 13

Thread: You can't do that the form isn't loaded! (But it is) {sorta...} [Resolved...]

Threaded View

  1. #1

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

    You can't do that the form isn't loaded! (But it is) {sorta...} [Resolved...]

    VB Code:
    1. Private Sub Form_Load()
    2. DoEvents
    3.    DoCmd.GoToRecord , , acFirst
    4.    DoCmd.GoToRecord , Me.Name, acLast   'this one errors
    5. End Sub

    The error message comes back saying "Form [name of form] is not open."

    This form is also nested that is it is a sub form.

    can any one tell me why this may be.
    Last edited by Matt_T_hat; Jan 28th, 2004 at 11:30 AM.
    ?
    'What's this bit for anyway?
    For Jono

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