I'm trying to validate the username and password, when I call the GetUsername() and GetPassword() function through the debugger, it's printing the values which are appropriate but when I type the same values in the program, it shows incorrect username or password.
Private Sub cmdLogin_Click()
Dim ReturnVal As Integer
Dim
…
Top comments (0)