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]"...