How to create a CASE SENSITIVE LOGIN form in Microsoft Access

Sdílet
Vložit
  • čas přidán 10. 05. 2023
  • This video will show you the easy way on how to create a Case Sensitive login form in Microsoft Access.
    👍 Please Like comment and share to support this channel
    czcams.com/users/EdcelleJohnGulf...
    Wants to download? drive.google.com/file/d/1oFp2...
    Downloadable Template:
    • Free Download Template
    RELATED CONTENT:
    DLOOKUP TUTORIAL : • How to use DLOOKUP fun...
    ADVANCE LOGIN FORM: • Login
    KEYWORDS:
    How To Apply Case Sensitive In Login Form
    How to do username case insensitive in login form?
    How to Make Your Password Case-Sensitive,
    case sensitive form, case sensitive username and password
    Make login password case sensitive, Case sensitive, Case sensitivity
    Uppercase, Lowercase, Letter case, Capitalization
    Case-insensitive, Case-preserving, Case-matching, Case distinctions
    Case-aware, Case-dependent, Case handling, Case conventions
    Case manipulation, Case-sensitive comparison
    Case-sensitive search, Case-sensitive matching
    Case-sensitive operations, Case sensitivity in programming languages
    #microsoftaccess
    #microsoftaccesstutorial
    #mstutorial

Komentáře • 26

  • @omegacodedeveloper3592

    I can't believe I didn't think about it from this angle... That's great.. I've learnt a lot watching your video

  • @mrvictor2010
    @mrvictor2010 Před rokem +2

    Very Very Very Very Very Good way , Thanks Bro

    • @EdcelleJohnGulfan
      @EdcelleJohnGulfan  Před rokem

      Thanks Victor for supporting my channel. It's highly appreciated.

  • @mrvictor2010
    @mrvictor2010 Před rokem +1

    First Comment and Big LIke

  • @migomotovlog
    @migomotovlog Před rokem +1

    Ang ganda niya

  • @jamesmartinez9069
    @jamesmartinez9069 Před rokem

    Señor John lo felicito muy buen video. Diez mil gracias por compartir su conocimiento

  • @tolnojeanpierre3962
    @tolnojeanpierre3962 Před rokem +1

    Your are wonderful my dear

  • @LecceGiallorossaNews
    @LecceGiallorossaNews Před 10 měsíci +1

    Hi great video, but what if want to check even username for sensitive case? Thanks

  • @bharatkhatri1987
    @bharatkhatri1987 Před rokem +1

    You solved my problem once again....I have been long waiting for.
    Can you pls share the code file.

  • @hazelfelicilda4120
    @hazelfelicilda4120 Před rokem +1

    can you do a code for authorization so that users cannot sign up just the admins

    • @EdcelleJohnGulfan
      @EdcelleJohnGulfan  Před rokem

      Hi mam. Thanks for asking.
      You can refer in this video.
      czcams.com/video/fNRZziWCzMg/video.html

  • @partner779
    @partner779 Před 8 měsíci

    hello and thanks for your nice videoes
    I'm looking for a solotion to lock data entry form after finalizing and printing report by yes/no field which no one will be able to change it then.
    but the problem I got is, when I use allowedits and allowdeletion in vba code in "on load" or after update event, once it locks the record, by the next record, it doesn't unlock when some records are uncheek or not finalized or ready for printing.
    how to solve this problem sir?
    thank you for your helps..

    • @EdcelleJohnGulfan
      @EdcelleJohnGulfan  Před 8 měsíci +2

      Apply your vba code in ON CURRENT not in ON LOAD EVENT.

    • @partner779
      @partner779 Před 8 měsíci +1

      thank you sir...
      what's your idea about locking sub form by that yes/no field in the main form?
      @@EdcelleJohnGulfan

    • @EdcelleJohnGulfan
      @EdcelleJohnGulfan  Před 8 měsíci +2

      On current event ()
      If Lock? = -1 then 'Yes
      Me.NameOfSubform.locked = true
      Else
      Me.NameOfSubform.locked = false
      End if

    • @partner779
      @partner779 Před 8 měsíci +1

      thank you.........
      @@EdcelleJohnGulfan