"Jane" <alexanderj@[EMAIL PROTECTED]
> wrote in message
news:f66bf07e-f556-4875-9791-
>Unfortunately, we have to use the Outlook library because I have
mailing code for all sorts of processes
sure, then use late binding, and it will just fine.
There's not a competent developer in the last ten years in this newsgroup
that has ever suggested to use early binding in this case.
If you use late binding in your code, you can use different versions of
outlook for your application, and it will work fine.
I have a super easy mail merge sample download that thousands of people in
this newsgroup have used for years, and they've used it with every
conceivable version of access and every conceivable version of word, and
they've NEVER had one problem or one breakage and almost ten years of
usage.
It is a mount Everest, humongous, large, massive different issue you are
experiencing than the original poster. The original poster was using two
references to two different office libraries at the SAME TIME, and you are
not attempting to do anything and nearly remotely close to this.
If you simply want a use outlook automation code, you can do so with every
conceivable version of outlook and your code will not break, and you do
NOT
need a reference to the outlook library to do so.
You need to use late binding, it is explained here:
http://www.granite.ab.ca/access/latebinding.htm
--
Albert D. Kallal (Access MVP)
Edmonton, Alberta Canada
pleaseNOOSpamKallal@[EMAIL PROTECTED]


|