Access 2000 and Outlook 2000

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hello,

I am attempting to create an email from Access 2000 that can be reviewed by
the user before being sent (cannot use docmd.sendobject)

I have tried
Dim olapp As Outlook.Application
but this object does not seem to exist in Access 2000.... is there some
other way?

thanks for you help,
K
 
Make sure you check your references (Tools, References) when in code view.
The reference is Microsoft Outlook x.y Object Library. Where the x.y denotes
the version you're running.
Hello,

I am attempting to create an email from Access 2000 that can be reviewed by
the user before being sent (cannot use docmd.sendobject)

I have tried
Dim olapp As Outlook.Application
but this object does not seem to exist in Access 2000.... is there some
other way?

thanks for you help,
K

--
Never let it be said that I was totally comitted to sanity. It is the dark
places of my mind that fascinate me.

NthDegree

Message posted via AccessMonster.com
 
Back
Top