Page 1 of 2 12 LastLast
Results 1 to 15 of 16
  1. #1
    johnseito is offline Competent Performer
    Windows 7 64bit Access 2010 64bit
    Join Date
    Aug 2013
    Posts
    419

    Create a popup form upon opening ACCESS

    Hello,

    I am fairly new to Access. I am trying to create a form in access that upon a user opening it a form will pop up with a button for them to click.



    Please advise and provide some example if possible.

    Greatly appreciate it.

  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,770
    This can be a file setting: File > Options > Current Database > Application Options > Display Form
    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
    Micron is offline Very Inert Person
    Windows 7 32bit Access 2007
    Join Date
    Jun 2014
    Location
    Ontario, Canada
    Posts
    13,421
    If you want to disallow any other user action until that form is dealt with, make the form modal as well.
    The more we hear silence, the more we begin to think about our value in this universe.
    Paraphrase of Professor Brian Cox.

  4. #4
    johnseito is offline Competent Performer
    Windows 7 64bit Access 2010 64bit
    Join Date
    Aug 2013
    Posts
    419
    June7 -

    Thank you for your response and information.
    I did just that and when I click on Access to open it, I couldn't see the form or the button.
    However when I go to the form after is has opened (meaning access), and switched to layout view I could see the form and the button.

  5. #5
    johnseito is offline Competent Performer
    Windows 7 64bit Access 2010 64bit
    Join Date
    Aug 2013
    Posts
    419
    Micron - Ok, thanks for that nice piece of information.
    I am sure it can come in handy and that I will need it soon.

  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,770
    If you can't see the form, exactly how do you go to it?

    Default form setting works for me. I don't understand issue you describe.
    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
    johnseito is offline Competent Performer
    Windows 7 64bit Access 2010 64bit
    Join Date
    Aug 2013
    Posts
    419
    I actually just want the form to be visible and not Access (not sure if this is possible)
    With your steps Access is still visible (but I tried it, in my situation, I couldn't see the form or button).

  8. #8
    johnseito is offline Competent Performer
    Windows 7 64bit Access 2010 64bit
    Join Date
    Aug 2013
    Posts
    419
    If you can't see the form, exactly how do you go to it?
    I go to it by open Access and click on the form and in design view I could manipulate and design the form.
    and then in layout view I could see my changes made.

    But with your steps - I was hoping after your step, I close and save Access then open it again and I am seeing a pop up
    of the form with the button (ideally I just want the form to pop up with the button and not see Access at all but not sure if this is possible).
    I want it this way is because so user can just put an excel file, set it up, and then click on Access, a form and button pops up and all they do is
    click on a button to run the program and the program do what it needs and give them the result in excel formatted workbook/worksheet.

    Default form setting works for me. I don't understand issue you describe.
    How to default form setting ?

  9. #9
    Micron is offline Very Inert Person
    Windows 7 32bit Access 2007
    Join Date
    Jun 2014
    Location
    Ontario, Canada
    Posts
    13,421
    Can you see a Word document without seeing Word? Can you see a workbook without seeing Excel?
    You might have a good reason, but I'm wondering what's the point of building a database that you can't see?

  10. #10
    johnseito is offline Competent Performer
    Windows 7 64bit Access 2010 64bit
    Join Date
    Aug 2013
    Posts
    419
    I meant you can see access but not to where the user can do things that can break the program and only allow
    just what they need to use it. I am trying to create this access application not for the user to view, or search for information stored in it
    but to use it just as a program that analyze data and produce a result. I use access instead of excel because access can
    do query to data which I think can be quicker than using excel and loops.

    User can see Access, but then the table, query, macros and module should not be in the view of the user because
    it wouldn't be robust and the user can break the Access program set up. User just open access and a form pop up
    with a button and they just click on it to run the access program.

    Sorry I am not trying to make it difficult or anything, just want to see the options and capabilities of Access and make it robust and user friendly application
    for just what user need to do to use it.

  11. #11
    June7's Avatar
    June7 is offline VIP
    Windows 7 64bit Access 2010 32bit
    Join Date
    May 2011
    Location
    The Great Land
    Posts
    53,770
    It is possible to set up an Access file to open without the application frame displaying, just forms and reports. It requires VBA code and from what I've read it can be a bit frustrating for users.

    I just disable the Navigation Pane, shortcut menus, function keys, and customize the ribbon, also disable the app X close and the File Exit. Review https://www.accessforums.net/showthread.php?t=48543
    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.

  12. #12
    johnseito is offline Competent Performer
    Windows 7 64bit Access 2010 64bit
    Join Date
    Aug 2013
    Posts
    419
    Ok - I wonder why it would be frustrating for users when they don't need to see or use any of the underlying data to use it. Thanks :-)

  13. #13
    Micron is offline Very Inert Person
    Windows 7 32bit Access 2007
    Join Date
    Jun 2014
    Location
    Ontario, Canada
    Posts
    13,421
    Quote Originally Posted by johnseito View Post
    I meant you can see access but not to where the user can do things that can break the program and only allow
    just what they need to use it. I am trying to create this access application not for the user to view, or search for information stored in it
    but to use it just as a program that analyze data and produce a result. I use access instead of excel because access can
    do query to data which I think can be quicker than using excel and loops.

    User can see Access, but then the table, query, macros and module should not be in the view of the user because
    it wouldn't be robust and the user can break the Access program set up. User just open access and a form pop up
    with a button and they just click on it to run the access program.

    Sorry I am not trying to make it difficult or anything, just want to see the options and capabilities of Access and make it robust and user friendly application
    for just what user need to do to use it.
    That is an entirely different animal. You can make an Access db look like most other programs insofar as June7 is saying. I believe June7 is saying hiding the whole application window is what the frustrating pain can be - not what it sounds like you want to do. A customized ribbon with the navigation pane hidden and the db designed so that users cannot use short cut menus, etc. to expose things you don't want them to see is probably what you're after.
    The more we hear silence, the more we begin to think about our value in this universe.
    Paraphrase of Professor Brian Cox.

  14. #14
    June7's Avatar
    June7 is offline VIP
    Windows 7 64bit Access 2010 32bit
    Join Date
    May 2011
    Location
    The Great Land
    Posts
    53,770
    Something about if a form is minimized then restored, the app window also exposes. But it's been a long time so my recollections are jumbled. So maybe it wasn't user that was frustrated, but the developer.

    http://www.tek-tips.com/faqs.cfm?fid=2562

    And other issues have to be dealt with: https://social.msdn.microsoft.com/Fo...w?forum=isvvba
    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.

  15. #15
    Micron is offline Very Inert Person
    Windows 7 32bit Access 2007
    Join Date
    Jun 2014
    Location
    Ontario, Canada
    Posts
    13,421
    After recalling that this has been asked in this forum several times that I'm aware of, I searched this forum and found one where there's code and it was marked as solved.
    https://www.accessforums.net/showthr...+access+window

Page 1 of 2 12 LastLast
Please reply to this thread with any new information or opinions.

Similar Threads

  1. Replies: 2
    Last Post: 11-22-2015, 07:24 PM
  2. Replies: 20
    Last Post: 07-07-2014, 03:04 PM
  3. Replies: 2
    Last Post: 05-21-2014, 06:37 PM
  4. Difference between opening a form vs. a popup form?
    By Access_Novice in forum Forms
    Replies: 8
    Last Post: 01-18-2014, 01:10 PM
  5. popup when opening a form
    By ajetrumpet in forum Forms
    Replies: 1
    Last Post: 10-08-2010, 09:33 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