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

    Error in Login Menu

    Guys, Good Night!


    Okay, I have this database that is a logistics system


    with custom menus, User Login my problem when accessing the user login, it works normally but opens the form "Main_Menu" which is the main one where I access the other forms of the system, when I leave any form, the Login is automatically disconnected, that I needed when leaving a form any, would continue the user logged in, please who can help me I am grateful.


    User: adao


    Password:1234
    Attached Files Attached Files

  2. #2
    adaoluz is offline Advanced Beginner
    Windows 7 32bit Access 2010 32bit
    Join Date
    Oct 2017
    Posts
    46
    Quote Originally Posted by adaoluz View Post
    Guys, Good Night!


    Okay, I have this database that is a logistics system


    with custom menus, User Login my problem when accessing the user login, it works normally but opens the form "Main_Menu" which is the main one where I access the other forms of the system, when I leave any form, the Login is automatically disconnected, that I needed when leaving a form any, would continue the user logged in, please who can help me I am grateful.


    User: adao


    Password:1234
    could someone please help?

  3. #3
    Bob Fitz's Avatar
    Bob Fitz is offline Access Developer
    Windows 7 32bit Access 2016
    Join Date
    May 2011
    Location
    Essex UK
    Posts
    3,530
    Not sure of your requirement but perhaps this will help

    The form called Cliente has a button named Comando24. Change the code in the buttons On Click event to:
    Code:
        DoCmd.Close
        DoCmd.OpenForm "Main_Menu"
    If this helped, please click the star at the bottom left of this posting and add to my reputation . Many thanks.
    Bob Fitzpatrick

  4. #4
    adaoluz is offline Advanced Beginner
    Windows 7 32bit Access 2010 32bit
    Join Date
    Oct 2017
    Posts
    46
    thank you


    everything worked.

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

Similar Threads

  1. login form error 91
    By HS_1 in forum Forms
    Replies: 5
    Last Post: 12-22-2016, 11:44 PM
  2. Error with Custom Shortcut Menu
    By MatthewR in forum Forms
    Replies: 1
    Last Post: 09-15-2015, 01:17 PM
  3. Coding Login Menu
    By sharVyn in forum Programming
    Replies: 3
    Last Post: 05-28-2012, 10:53 AM
  4. Login error
    By accessnewb in forum Programming
    Replies: 15
    Last Post: 07-27-2011, 11:40 AM
  5. Database Login Error
    By narasareddy in forum Access
    Replies: 0
    Last Post: 08-30-2008, 12:00 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