Results 1 to 9 of 9
  1. #1
    JRodko is offline Competent Performer
    Windows 10 Access 2016
    Join Date
    Oct 2018
    Posts
    127

    Pop up form stay on top while accessing main form(s)

    I have been googling this issue for about 60 minutes and I'm not having much luck. I suspect it's a unique issue and might not be out there.



    I'm trying to have a form, lets call it 'frmSummary' act as a pop-up that can be moved around and will stay on top, but it also allows the user to navigate other forms.

    Is this possible? The reason I am doing it is that it is a summary form and I need my users to be able to access other data filled forms so they can reference a number of different data fields.

    I believe the number of other data tables they'll have to click through does not make it practical for me to bring up additional sub-forms or use split forms to show data they might need to reference.

    I tried to enable the minimize button but when I minimize the form disappears completely and I can't even bring it up from the taskbar. Although if there's a way to do this that would also work.

    To attempt explaining it another way: I'd like it to act as a modal form where it stays on top and is move-able, but I need to retain the ability to navigate other forms in the background.

    Thank you

  2. #2
    Micron is offline Very Inert Person
    Windows 10 Access 2016
    Join Date
    Jun 2014
    Location
    Ontario, Canada
    Posts
    13,423
    AFAIK, not possible. The closest you would come is either tabbed forms, which would put them side by side, or have the other forms pop up modal to see whatever is related to whichever you consider the prime form to be, so the related data can be seen. Why are there so many other tables involved? You can't base the form on a query that joins them and show the related data in one form or a form with a minimal number of subforms? Not saying it's so, but when someone posts that there's too many tables or fields involved, it's usually because of improper normalization.
    The more we hear silence, the more we begin to think about our value in this universe.
    Paraphrase of Professor Brian Cox.

  3. #3
    JRodko is offline Competent Performer
    Windows 10 Access 2016
    Join Date
    Oct 2018
    Posts
    127
    I was afraid of that answer, but I kind of expected it.

    There's no way to get around the number of different data sets or data types I have to collect unfortunately. I will play with the idea of subforms and tabbing, though I suspect it'll be too hectic.

    Thank you for the info!

  4. #4
    Micron is offline Very Inert Person
    Windows 10 Access 2016
    Join Date
    Jun 2014
    Location
    Ontario, Canada
    Posts
    13,423
    Just to be clear, that was tabbed forms, not tab controls on forms.

  5. #5
    JRodko is offline Competent Performer
    Windows 10 Access 2016
    Join Date
    Oct 2018
    Posts
    127
    Subforms on tabs?

  6. #6
    Micron is offline Very Inert Person
    Windows 10 Access 2016
    Join Date
    Jun 2014
    Location
    Ontario, Canada
    Posts
    13,423
    No. Go
    File > Options > Current Database. Tabbed Documents is under Application Options.
    I doubt you will like the view as all forms will take up the entire application window, but it's easy to revert to Overlapping Windows.

  7. #7
    Missinglinq's Avatar
    Missinglinq is offline VIP
    Windows 7 64bit Access 2007
    Join Date
    May 2012
    Location
    Richmond (Virginia, not North Yorkshire!)
    Posts
    3,018
    Quote Originally Posted by JRodko View Post

    I'd like it to act as a modal form where it stays on top and is move-able, but I need to retain the ability to navigate other forms in the background.
    Why does it need to be Modal? If it is simply a Popup Form, it will stay on top, be movable, and the other Forms can be used as usual.

    My only concern with this approach would be that it would lead to a very cluttered interface.

    Linq ;0)>

  8. #8
    Micron is offline Very Inert Person
    Windows 10 Access 2016
    Join Date
    Jun 2014
    Location
    Ontario, Canada
    Posts
    13,423
    No. Go
    File > Options > Current Database. Tabbed Documents is under Application Options.
    I doubt you will like the view as all forms will take up the entire application window, but it's easy to revert to Overlapping Windows.

    After reading Missinglinq's post, I think I misunderstood your original post. I thought there were several forms that you wanted to behave like a popup. While you can do that, multiple popups won't behave much different than regular forms. Sorry if I misinterpreted the problem.

  9. #9
    JRodko is offline Competent Performer
    Windows 10 Access 2016
    Join Date
    Oct 2018
    Posts
    127
    Micron,

    Thank you for the idea. It does not seem to change my issue.

    I would like for one of my forms to be pop up, and move-able, but for it to stay focused even when I am clicking around in the background. This is so that I can reference other information and quickly come back into my pop up form while still being able to read what I've opened in the background.

    Cheers

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

Similar Threads

  1. Replies: 10
    Last Post: 07-05-2017, 11:31 AM
  2. Replies: 11
    Last Post: 04-09-2016, 08:54 PM
  3. Replies: 2
    Last Post: 11-13-2012, 02:11 PM
  4. Replies: 1
    Last Post: 05-07-2012, 06:41 AM
  5. Accessing main form varibales in sub form
    By accesscoder in forum Forms
    Replies: 7
    Last Post: 10-17-2010, 01:21 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