Results 1 to 2 of 2

Thread: Closing all the Form Active before new form is Open

  1. #1

    Thread Starter
    Hyperactive Member
    Join Date
    Jun 2006
    Posts
    263

    Question Closing all the Form Active before new form is Open

    Hi,

    I needed a help how can I close all the opened/active form before I will run inside the VBA code to open the new form I want... Is this possible to do?


    Thanks!
    "Its easy to teach FAITHFUL MAN to be ABLE than ABLE MAN to be FAITHFUL"

  2. #2
    Junior Member
    Join Date
    Mar 2007
    Posts
    18

    Re: Closing all the Form Active before new form is Open

    This is probably the ugliest way to do it, but if you keep track of forms as you open them (in a collection, say) then you just walk down the list, closing each form in the collection. -- don't forget to delete the form from the collection after closing the form.
    Bob.

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