D
Dave Couch
I found the code from Frank Rice of Microsoft that details how to setup the
module to send an outlook message from access. I have copied the code and
verified that I have "Microsoft Outlook 11.0 Object Library" in my
references. When I try to run the code, I get an error message on each of
the "Dim" statements.
"Compile Error: User-defined type not defined." The first statement is
"Dim objoutlook As Outlook.Application". Any ideas why this is happening??
Dave
module to send an outlook message from access. I have copied the code and
verified that I have "Microsoft Outlook 11.0 Object Library" in my
references. When I try to run the code, I get an error message on each of
the "Dim" statements.
"Compile Error: User-defined type not defined." The first statement is
"Dim objoutlook As Outlook.Application". Any ideas why this is happening??
Dave