Results 1 to 5 of 5
  1. #1
    Coombes1976 is offline Novice
    Windows 10 Access 2016
    Join Date
    Nov 2018
    Posts
    5

    Hiding Access window


    Hi, hoping someone can help.

    I have an Split access database that when it opens displays a popup form in full screen (like a stand alone application), I have then used the below code to minimize the access window so this is not in the way.

    Private Sub Form_Current()
    'Hide Data-Base Window:
    DoCmd.SelectObject acTable, , True
    DoCmd.RunCommand acCmdWindowHide
    '...Other Actions...
    End Sub

    I also use a desktop shortcut which is also set to minimized, and this all works great except for one thing. When a user clicks on the Access icon in the task bar to show the form the Access window also shows and the only way to do anything with it is close the open form. Is there a way to completely hide or prevent the access window from opening in the first place? I initially thought to hide the icon in the task bar but cannot find away to do this.

    Any help would be awesome.

    Cheers
    Jonathan

  2. #2
    ranman256's Avatar
    ranman256 is offline VIP
    Windows Vista Access 2010 32bit
    Join Date
    Apr 2014
    Location
    Kentucky
    Posts
    9,550
    are you trying to hide the Access app?
    or
    hide the objects in access (tables,queries,etc) ?

  3. #3
    Coombes1976 is offline Novice
    Windows 10 Access 2016
    Join Date
    Nov 2018
    Posts
    5
    Sorry I was not very clear, hide the access app. I have achieved this but when users click on the access icon in the task bar the app reappears and the only way to clear it from the screen is to close the forms.

  4. #4
    ranman256's Avatar
    ranman256 is offline VIP
    Windows Vista Access 2010 32bit
    Join Date
    Apr 2014
    Location
    Kentucky
    Posts
    9,550
    it have to be visible for users to use it.

  5. #5
    isladogs's Avatar
    isladogs is offline Access MVP / VIP
    Windows 10 Access 2010 32bit
    Join Date
    Jan 2014
    Location
    Somerset, UK
    Posts
    6,204
    Colin Riddington, Access MVP, Website, email
    The more I learn, the more I know I don't know. When I know I don't know, I keep quiet!

Please reply to this thread with any new information or opinions.

Similar Threads

  1. Replies: 2
    Last Post: 09-06-2018, 02:22 AM
  2. Replies: 10
    Last Post: 12-05-2017, 01:14 AM
  3. Replies: 4
    Last Post: 01-05-2016, 07:31 PM
  4. Hiding controls off form window view
    By mrod in forum Forms
    Replies: 1
    Last Post: 04-02-2015, 12:34 PM
  5. Hiding ribbon window
    By data808 in forum Access
    Replies: 18
    Last Post: 03-22-2014, 04:42 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Other Forums: Microsoft Office Forums