Recent content by MBJD

  1. M

    Log In system using VBA in a form

    Still having problems :eek:
  2. M

    Log In system using VBA in a form

    Still causing a problem :confused:
  3. M

    Log In system using VBA in a form

    DLookup("[Password]", tbl_SystemUsers, "[UserID]='" & UserName.Value & "'" is highlighted I tried the text data type (as passwords can contain letters/numbers) but I'm still getting the same error
  4. M

    Log In system using VBA in a form

    Still not working ahah :(
  5. M

    Log In system using VBA in a form

    Done that but still have the same problem :(
  6. M

    Log In system using VBA in a form

    Hi guys would really appreciate some help here. I've created a database and I'm trying to make a log-in screen for it. I've currently got a table named "tbl_SystemUsers" For the Log In form, I've got Username (Combo10) and Password (Text 2) fields. Every time I click the log in button I get...
Back
Top Bottom