CREATE A OUTLOOK TASK IN ACCESS

  • Thread starter Thread starter Guest
  • Start date Start date
I tried these and received a error
Complie Error
user-defined type not defined

So what do I do now?
It really looks like this is what I need but when I import it into my
database I receive the error.
 
You need to set a reference to Microsoft Outlook. There is one set, but you
probably arent using the same version and need to change the reference to
your version. In a code window, go to Tools ... References and just uncheck
the reference marked as missing, then find the one for your version and
check it.
--
Arvin Meyer, MCP, MVP
Microsoft Access
Free Access Downloads
http://www.datastrat.com
http://www.mvps.org/access
 
Did you add reference to Microsoft OutLook, if not open code anywhere, select
tools, reference, in the list select Microsoft OutLook
 
Thanx, that did it.

Ofer said:
Did you add reference to Microsoft OutLook, if not open code anywhere, select
tools, reference, in the list select Microsoft OutLook
 
Back
Top