I found it
Dim rsUsers As DAO.Recordset
User Profile
Collapse
-
Run-time error '13' Type mismatch
I have a table [Users] consist of two fields UserID and Password, and a form with unbounded fields txtUserID and txtPassword.
I’m running the below code on MS Access 2000 and I’m getting Run-time error '13' Type mismatch,
the line >Set rsT_Users = CurrentDb.OpenR ecordset(StrSQL , dbOpenSnapshot) < highlighted in yellow.
the same code worked for me on another DB, I don’t know whats wrong could anyone help please....
No activity results to display
Show More
Leave a comment: