Hello,
When I run the code below it errors - I have tried for sometime to see where I am going wrong - help much appreciated.
Thanks Mark
When I run the code below it errors - I have tried for sometime to see where I am going wrong - help much appreciated.
Thanks Mark
Code:
'Add Attachments
Dim db As DAO.Database
Dim rstAttachments As DAO.Recordset
Dim rstRecordsToSend As DAO.Recordset
Set db = CurrentDb()
Set rstRecordsToSend = Me.RecordsetClone
Set rstAttachments = "SELECT [InvChk_Scan_Path] FROM [rstRecordsToSend] WHERE [InvChk_Select_Invoice] = True"