Hi Everyone,
I have a problem.
I am trying to open 2 recordsets. But when I run the code, it displays a message "Type Mismatch." Can someone look at my code and tell me what I am doing wrong?
Dim dbs As Database
Dim rs As Recordset, rsa As Recordset, sql As String, sqlA As String...