Results 1 to 5 of 5

Thread: ACCESS '02: How To: Make main window inaccessible ???

Threaded View

  1. #1

    Thread Starter
    Frenzied Member
    Join Date
    May 2004
    Location
    Carlisle, PA
    Posts
    1,045

    Resolved ACCESS '02: How To: Make main window inaccessible ???

    Esteemed Forum Participants and Lurkers:
    ===============================
    Access 2002 (XP)

    I can make my user Forms "PopUp" and "Modal" which renders the main Access Window inaccessible, but how do I get the main (parent) window off the screen so the user can't even see it? What can I put in the Form Open event?
    Code:
    Private Sub Form_Open(Cancel As Integer)
        
        'Minimize or hide the main window
        How do I do this???
        
    End Sub
    Thank you for any and all comments, suggestions, and assistance.
    Last edited by Webtest; Aug 17th, 2005 at 08:31 AM.
    Blessings in abundance,
    All the Best,
    & ENJOY!

    Art . . . . Carlisle, PA . . USA

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