J
jebuss
I am trying to start an instance of MS Word 2000 from my Access 2000
database application, without success.
Here is how I am trying to do this
On my Form
General Declarations
Dim appWord as Word.Application
Dim appDoc as Word.Document
on Form Load
Set appWord = CreateObject ("Word.Application")
When I start my form I get the following error
User defined type not defined
I've checked my refereneces and have them checked for Visual basic, ms
access 9.0 library, ole automation, but there are a slew of references
in the listing that are not checked. Could this be my problem?
Any help is much appreciated
database application, without success.
Here is how I am trying to do this
On my Form
General Declarations
Dim appWord as Word.Application
Dim appDoc as Word.Document
on Form Load
Set appWord = CreateObject ("Word.Application")
When I start my form I get the following error
User defined type not defined
I've checked my refereneces and have them checked for Visual basic, ms
access 9.0 library, ole automation, but there are a slew of references
in the listing that are not checked. Could this be my problem?
Any help is much appreciated