Results 1 to 3 of 3

Thread: question about loaded forms..

  1. #1

    Thread Starter
    Addicted Member
    Join Date
    Mar 2000
    Posts
    168
    How can you check if a form is currently loaded in VB6 -and- in MS Access 97?

    Thanks,
    Thai

  2. #2
    Guest
    you can simply loop through the forms collection like:

    Dim f as Form

    For Each f in Forms
    Debug.Print f.Name
    Next

    and check if your form is among the items

    regards

  3. #3

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