Results 1 to 7 of 7
  1. #1
    chuck555 is offline Novice
    Windows XP Access 2000
    Join Date
    Feb 2014
    Posts
    22

    Display a hiden form


    Modifying a copy of an already working mdb to use only two of the forms. In the working copy, first form in view has list boxes and combo boxes to select information for viewing. A command button is then pressed to display another form showing the querried information. When viewing is done, a command button is pressed to close the viewing form and display the selection form.

    The mdb was modified so the public can only use the controls on the two forms by setting properties of both forms
    - popup - yes
    - modal - yes
    - boarder style - none.

    The above property settings keeps the viewing form hidden behind the selection form.
    So, how to display the hidden viewing form?

  2. #2
    June7's Avatar
    June7 is offline VIP
    Windows 7 64bit Access 2010 32bit
    Join Date
    May 2011
    Location
    The Great Land
    Posts
    53,624
    Don't set the selection form as popup or modal.
    How to attach file: http://www.accessforums.net/showthread.php?t=70301 To provide db: copy, remove confidential data, run compact & repair, zip w/Windows Compression.

  3. #3
    chuck555 is offline Novice
    Windows XP Access 2000
    Join Date
    Feb 2014
    Posts
    22
    If I don't use popup and modal, how then to obtain the needed user restriction to only the controls on the two forms? The two properties can not be changed at run time.

    - found an exe file that will remove (and restore) the Windows task bar at the bottom
    - [code] CommandBars.ActiveMenuBar.Enabled = True [code] hides the form menu bar line

    How then do I disable or remove the Access blue title bar at the top? A few days ago, I posted a thread to this question in the Access section and came up with popup and modal

  4. #4
    June7's Avatar
    June7 is offline VIP
    Windows 7 64bit Access 2010 32bit
    Join Date
    May 2011
    Location
    The Great Land
    Posts
    53,624
    I just tested the BorderStyle property set to None and Popup and Modal set to No. There is no border or title bar.

    The first form can be Modal but not Popup and the second form will then be on top.
    How to attach file: http://www.accessforums.net/showthread.php?t=70301 To provide db: copy, remove confidential data, run compact & repair, zip w/Windows Compression.

  5. #5
    chuck555 is offline Novice
    Windows XP Access 2000
    Join Date
    Feb 2014
    Posts
    22
    In my 2000 version, Boarder Style - none, popup - no and modal - no; still shows
    - Access blue title bar at top
    - Form gray menu bar
    - Windows taskbar at the bottom

  6. #6
    June7's Avatar
    June7 is offline VIP
    Windows 7 64bit Access 2010 32bit
    Join Date
    May 2011
    Location
    The Great Land
    Posts
    53,624
    Sorry, can't help with 2000. I guess MS has changed these properties behaviors since 2000.
    How to attach file: http://www.accessforums.net/showthread.php?t=70301 To provide db: copy, remove confidential data, run compact & repair, zip w/Windows Compression.

  7. #7
    chuck555 is offline Novice
    Windows XP Access 2000
    Join Date
    Feb 2014
    Posts
    22
    Keeping the property settings at the thread start, worked around with some vba

    After "select" form opens the "view" form, [code] DoCmd.Close acForm, "selectimages" [code] in the "view" form displays the "view" form. Found a 3rd form was still needed which opens from "view" form. So in "details" form the same docmd display this. Closing "details" opens "view" and closing "view" displays "select"

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

Similar Threads

  1. Display info from parent form in child form
    By Leonidsg in forum Forms
    Replies: 3
    Last Post: 03-23-2013, 07:14 PM
  2. Replies: 2
    Last Post: 03-07-2013, 06:35 PM
  3. display form(s) nothing else.
    By dgamma3 in forum Access
    Replies: 1
    Last Post: 01-20-2012, 09:55 PM
  4. Replies: 6
    Last Post: 11-17-2011, 10:50 PM
  5. Form Display Help
    By FadingAPE in forum Forms
    Replies: 2
    Last Post: 10-28-2010, 05:37 AM

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