Access 2000 and Outlook 2000

K

KurviousKoala

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
 
N

NthDegree via AccessMonster.com

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.
 
Top