Results 1 to 4 of 4

Thread: Opening Forms correctly. (RESOLVED)

  1. #1

    Thread Starter
    Fanatic Member Avatarp's Avatar
    Join Date
    Sep 2002
    Location
    Calgary
    Posts
    826

    Opening Forms correctly. (RESOLVED)

    How do I open a form in Access and have the code wait until the form closes before the next line of code executes. There must be an easy solution.
    Last edited by Avatarp; Dec 9th, 2003 at 01:48 PM.

  2. #2
    Frenzied Member ober0330's Avatar
    Join Date
    Dec 2001
    Location
    OH, USA
    Posts
    1,945
    Can you open a form modally in VBA?
    format your code!! - [vbcode] [/vbcode]

    ANSWERS CAN BE FOUND HERE!!

    my personal company

  3. #3

    Thread Starter
    Fanatic Member Avatarp's Avatar
    Join Date
    Sep 2002
    Location
    Calgary
    Posts
    826

    I got it lol

    The OpenForm statement, 5th parameter has the WindowMode Property that must be set to acDialog

  4. #4
    Frenzied Member ober0330's Avatar
    Join Date
    Dec 2001
    Location
    OH, USA
    Posts
    1,945
    cool... now I have another one for you... NEXT THREAD
    format your code!! - [vbcode] [/vbcode]

    ANSWERS CAN BE FOUND HERE!!

    my personal company

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