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

    Password Login Error

    Hello friends, Good afternoon!




    Okay ?, I have this bank that is divided in two parts between front end and back end, but I found a difficulty logging into the database.


    all passwords are: admin


    but I can not access it in any way.



    https://mega.nz/#!RIUD0ArB!OaUG6X7eG...d32eLNGTY3vCRA

  2. #2
    CJ_London is online now VIP
    Windows 10 Access 2010 32bit
    Join Date
    Mar 2015
    Posts
    11,430
    most responders will not go to an unknown site - recommend you zip the files and upload the zip file to this thread (go to the advanced editor and find manage attachments below the edit window)

  3. #3
    adaoluz is offline Advanced Beginner
    Windows 7 32bit Access 2010 32bit
    Join Date
    Oct 2017
    Posts
    46
    the file exceeds 10 megs, I can not attach to the site.

  4. #4
    GinaWhipp's Avatar
    GinaWhipp is offline Competent Performer
    Windows 7 64bit Access 2013 32bit
    Join Date
    Jul 2011
    Location
    Ohio, USA
    Posts
    377
    Hmm, well downloaded file but not in English so not much I can do. I am only mentioning in case anyone else downloads.

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

  6. #6
    June7's Avatar
    June7 is offline VIP
    Windows 10 Access 2010 32bit
    Join Date
    May 2011
    Location
    The Great Land
    Posts
    52,929
    Did you build this db? When I first opened db, a form opened that is not the login form. Apparently that form somehow updated a field with project path. I closed and reopened db and this time it goes directly to login form.

    If StrComp(Me!senha, fncCrip(.Column(2), 102030), vbBinaryCompare) = 0 Then

    That code compares user input with encryption of that input, which makes no sense, so of course "admin" = "E@IMJ" fails.

    Need to compare user input with value in table, consider:

    If StrComp(Me.Senha, DLookup("Senha", "tblUsuários", "Usuario=" & Me.cboUsuário), vbBinaryCompare) = 0 Then
    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
    adaoluz is offline Advanced Beginner
    Windows 7 32bit Access 2010 32bit
    Join Date
    Oct 2017
    Posts
    46
    Yes, so what can I do in this case?

  8. #8
    June7's Avatar
    June7 is offline VIP
    Windows 10 Access 2010 32bit
    Join Date
    May 2011
    Location
    The Great Land
    Posts
    52,929
    Apparently I edited my post after you read. Review again.
    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.

  9. #9
    adaoluz is offline Advanced Beginner
    Windows 7 32bit Access 2010 32bit
    Join Date
    Oct 2017
    Posts
    46
    I made the changes, everything went fine.
    thank you.

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

Similar Threads

  1. After Password Login Form
    By data808 in forum Access
    Replies: 13
    Last Post: 02-25-2014, 12:46 AM
  2. Password Login Forms
    By data808 in forum Access
    Replies: 1
    Last Post: 02-20-2014, 11:41 AM
  3. Login Form with Password
    By data808 in forum Programming
    Replies: 1
    Last Post: 02-12-2014, 01:06 PM
  4. Password ### login
    By buckwheat in forum Access
    Replies: 5
    Last Post: 09-10-2013, 11:54 AM
  5. Login/Password Code not working
    By eww in forum Programming
    Replies: 3
    Last Post: 09-21-2010, 10:49 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