Results 1 to 2 of 2

Thread: logins and security

  1. #1

    Thread Starter
    New Member
    Join Date
    May 2000
    Location
    Brockworth, Gloucester, uk
    Posts
    3

    Cool

    Dear knowlegable one's
    How do i check and compare then confirm data that has been entered onto a form, with data that is in a access table.(for a login that checks username and password)

    ` Many thanks

    The Brokite...
    Benjamin Walden.

  2. #2
    Lively Member
    Join Date
    Mar 1999
    Posts
    93
    Open a recordset from user info table that will contain name and password fields. Search for entered user name. If found, then compare stored password with the entered one. In case they match login is correct else throw "Invalid password error". If user name is not found then throw appropriate error as well
    Regards,
    Vit

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width