Results 1 to 2 of 2

Thread: reset form???

  1. #1

    Thread Starter
    Frenzied Member
    Join Date
    Jun 2001
    Location
    USA
    Posts
    1,026

    reset form???

    Hi,

    I need a way to reset a form so it is as though it was first opened. Can I just unload the form and then load it, or will that just retain the same settings when it opens?

    Squirrelly1
    Now happily married and still crankin' away at the keyboard. Life is grand for a coder, no?

  2. #2
    Theoretically. I don't know if it will deallocate all variables though. Try this:

    VB Code:
    1. Unload Form1
    2. Set Form1 = Nothing
    3. Load Form1
    4. Form1.Show

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