Results 1 to 4 of 4

Thread: Anyway to hide Access completely??

  1. #1

    Thread Starter
    Hyperactive Member
    Join Date
    Aug 2005
    Location
    Long Island, NY.
    Posts
    353

    Question Anyway to hide Access completely??

    I have this form below that is set to come up on start-up. Is there anyway to just show the form and hide the Access windows completely? I just want to see my form outside of Access, so basically just hide it somehow??

    VB Code:
    1. Private Sub Form_Timer()
    2.  
    3. 'On the forms timer event close the start-up form
    4.     DoCmd.Close acForm, "frmStartUp"
    5. 'Open up the main Logon form when the start-up form closes
    6.     DoCmd.OpenForm "frmLogon"
    7.    
    8. End Sub

  2. #2
    Frenzied Member
    Join Date
    Feb 2003
    Location
    Argentina
    Posts
    1,950

    Re: Anyway to hide Access completely??

    Found this.
    You could also minimixe the Access window, set hide database in startup (still have the grey window, but not the database window (tables, queries, etc, and/or set the form to maximize, thereby covering Access.
    Tengo mas preguntas que contestas

  3. #3

    Thread Starter
    Hyperactive Member
    Join Date
    Aug 2005
    Location
    Long Island, NY.
    Posts
    353

    Re: Anyway to hide Access completely??

    thanks, that's what I tried and couldn't get it to work

  4. #4
    Lively Member JustinLabenne's Avatar
    Join Date
    Jul 2005
    Location
    Ohio
    Posts
    64

    Re: Anyway to hide Access completely??

    What didn't work for you? I have used that code posted in the link with great success.
    Justin Labenne
    www.jlxl.net

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