Results 1 to 3 of 3
  1. #1
    joshynaresh is offline Competent Performer
    Windows 7 32bit Access 2007
    Join Date
    Aug 2013
    Posts
    131

    proble with login form

    Dear Sir,
    I have created Login form. Login form is working properly but it don't recognized Capital and Small Letter.


    I'm using
    If Me.qpwd.Value = DLookup("pwd", "AUTHORIZED", "USERID ='" & Me.quserid.Value & "'") Then
    DoCmd.OpenForm "Set Date", acNormal, , , , acDialog
    what should i have to change to recognized capital and Small Letter?

    Thank You in advance.

  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,628
    Try this line in the module header:

    Option Compare Binary

    Review http://msdn.microsoft.com/en-us/libr...(v=vs.60).aspx
    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
    joshynaresh is offline Competent Performer
    Windows 7 32bit Access 2007
    Join Date
    Aug 2013
    Posts
    131
    Thank You My problem solved

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

Similar Threads

  1. Login form help
    By RiceKnife in forum Programming
    Replies: 2
    Last Post: 02-20-2013, 05:53 PM
  2. Login form
    By pervezahmed in forum Forms
    Replies: 1
    Last Post: 01-13-2013, 12:45 PM
  3. Replies: 1
    Last Post: 12-11-2011, 11:48 AM
  4. Login form with nt login
    By hitesh_asrani_j in forum Forms
    Replies: 6
    Last Post: 09-22-2011, 11:43 AM
  5. Login to a form?
    By tandkb in forum Forms
    Replies: 0
    Last Post: 04-25-2011, 06:05 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