Results 1 to 9 of 9
  1. #1
    adaoluz is offline Advanced Beginner
    Windows 7 32bit Access 2010 32bit
    Join Date
    Oct 2017
    Posts
    46

    Login form with progress bar

    Hello friends!




    I have this database that has login form and user, with progress bar, my question is how do I start the database with the progress bar, and then start the login form and user?


    User: admin


    Password: admin


    Who can help me by kindness, thank you very much already.
    Attached Files Attached Files

  2. #2
    CJ_London is offline VIP
    Windows 10 Access 2010 32bit
    Join Date
    Mar 2015
    Posts
    11,397
    look to the bottom of this thread and you will see 5 examples of implementing a progress bar

  3. #3
    adaoluz is offline Advanced Beginner
    Windows 7 32bit Access 2010 32bit
    Join Date
    Oct 2017
    Posts
    46
    Friend!


    in my database is ready, I just need a help to call the login form.

  4. #4
    CJ_London is offline VIP
    Windows 10 Access 2010 32bit
    Join Date
    Mar 2015
    Posts
    11,397
    to open the progress bar automatically when the db is opened, go to File>Options>Current Database. In the third item down, select the Inicial form

    to open the login form, in the inicial form close event use docmd.openform to open the login form (looks like you are already opening other forms there)

    Be aware users will get fed up with waiting for a progress bar that does nothing other than run.

  5. #5
    adaoluz is offline Advanced Beginner
    Windows 7 32bit Access 2010 32bit
    Join Date
    Oct 2017
    Posts
    46
    Hello !


    Thank you.

  6. #6
    Micron is offline Virtually Inert Person
    Windows 10 Access 2016
    Join Date
    Jun 2014
    Location
    Ontario, Canada
    Posts
    12,737
    The login form has the progress bar? Sorry, I don't see the point. There should be no progress on logging in - it's instantaneous that one gets in, or doesn't.
    Unless the db is on a shared computer and you're hoping the db user logs in and out while the pc continues to run under the credentials of whoever started it, I don't see the point of a login feature anyway. In other words, if you have multiple users, each having their own front end, the login form is so passe' AFAIC.
    The more we hear silence, the more we begin to think about our value in this universe.
    Paraphrase of Professor Brian Cox.

  7. #7
    adaoluz is offline Advanced Beginner
    Windows 7 32bit Access 2010 32bit
    Join Date
    Oct 2017
    Posts
    46
    Hello Friend!


    The database will not be networked, nor will it be shared, it's simple just for small application.

  8. #8
    Micron is offline Virtually Inert Person
    Windows 10 Access 2016
    Join Date
    Jun 2014
    Location
    Ontario, Canada
    Posts
    12,737
    Then I'm afraid I don't see the need for a login form, let alone a progress bar for it.

  9. #9
    adaoluz is offline Advanced Beginner
    Windows 7 32bit Access 2010 32bit
    Join Date
    Oct 2017
    Posts
    46
    I understand!

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

Similar Threads

  1. VBA for Progress/Load bar on my Form
    By nwood in forum Programming
    Replies: 6
    Last Post: 07-14-2017, 05:59 PM
  2. Adding Progress Bar in a form
    By KH Ahmed Bara in forum Programming
    Replies: 4
    Last Post: 04-09-2016, 04:43 AM
  3. Replies: 2
    Last Post: 04-17-2015, 10:59 AM
  4. Form Progress/Status Bar
    By Tomfernandez1 in forum Forms
    Replies: 2
    Last Post: 06-09-2011, 01:01 PM
  5. Progress/Status Bar on Form
    By Tomfernandez1 in forum Forms
    Replies: 5
    Last Post: 05-10-2011, 04:41 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