L
LMcMillan
Guest
Code:
<snip>
Dim rstEmail As Recordset
Set rstEmail = CurrentDb.OpenRecorset("tblEmails")
Gets to the previous line of code and then throws Run-time error '13': Type mismatch.
Any suggestions appreciated, thanks.
<snip>
Dim rstEmail As Recordset
Set rstEmail = CurrentDb.OpenRecorset("tblEmails")
Gets to the previous line of code and then throws Run-time error '13': Type mismatch.
Any suggestions appreciated, thanks.