G
Guest
I'm IN Outlook. I've seen tons of examples on how to program Access to
manipulate Outlook but a few archaic examples from Outlook, none of which I
can understand.
I'd like to use ado because I know it.
I'll try anything right now. The DAO.Recordset object won't work with
Dim rs as DAO.Recordset
or
Dim rs
Set rs = CreateObject("DAO.RecordSet")
Something with this CreateObject method that's needed in Outlook
Any suggestions would be greatly welcomed.
manipulate Outlook but a few archaic examples from Outlook, none of which I
can understand.
I'd like to use ado because I know it.
I'll try anything right now. The DAO.Recordset object won't work with
Dim rs as DAO.Recordset
or
Dim rs
Set rs = CreateObject("DAO.RecordSet")
Something with this CreateObject method that's needed in Outlook
Any suggestions would be greatly welcomed.