Recent content by KittyCat

  1. K

    Command Button is not functioning

    Thanks a lotmoke123 and Grumm! The problem is now solved! I'm happy now! :D
  2. K

    Command Button is not functioning

    Runtime error 2471 occurs. Is it because of LoginID? Cause LoginID is a text not number strSql = "update tblUser set txtPassword = """ & Me.TxtNew & """, dteChanged = #" & Date & "# where LoginID = " & Me.cboUser & "'" and Me.TxtHint = "For demo purposes " & Me.cboUser.Column(1) & "'s old...
  3. K

    Command Button is not functioning

    Yes, text. But the button stil not functioning. I put the incorrect old password (with my new password) and the button detects but when I insert correct old password (with new password), the button is not detecting. Any idea?
  4. K

    Command Button is not functioning

    Still not functioning:( Is it because of my query or my table? Because i use Email as my id. hmm
  5. K

    Command Button is not functioning

    Hello there, I have an issue here where I cannot run my command button in VB Access. There is no error stated but the button just wont function. Here is the code: Private Sub Command14_Click() Dim strOldPassword As String Dim strSQL As String strOldPassword = DLookup("[password]"...
  6. K

    Newbiee

    Hi There! I am new here. Registered here to get info for my internship project regarding on Microsoft Access. Hope to receive your assistance!:)
Back
Top Bottom