Jeff,
Sorry it took so long to respond. Super busy. Yes once the DB was ready
to test I helped each person create the DSN entries both in Windows XP and
our Oracle client. 3 of us are on one version and it works. two are on a
slightly newer version and the ODBC calls fail.
So as a work around I developed a MS Word template the others would fill
out and I would take it from there. I wrote a routine to process the data
from the MS Word document object. But my new problem is my call to -
On Error Resume Next ' Defer error handling.
Set Pptr = GetObject(, "Word.Application")
Fails. I get the message - "ActiveX component can't creat Object".
Additionally the ON ERROR RESUME NEXT doesn't seem to work because the code
to check err.number never executes. I have tried all 4 of the acceptable
classes for MS Word to no avail. I.E.
To create this object Use one of these identifiers:
Application Word.Application
Document Word.Document, Word.Template
Global Word.Global
I've tried lookig at the library references but none that I have tried have
helped.
I really appreciate your willingness to discuss these things. It's great
to be able to bounce ideas/problems off someone...