I have lifted out of the Access Developers Handbook the code for opening a Word document and entering data from the db into it.
However it falls down on this first line!!!!!
Dim ObjWord As Word.Application
I get a compile error:
User-defined type not defined
with the words ObjWord As Word.Application in red.
Any ideas as to why this is not working?
However it falls down on this first line!!!!!
Dim ObjWord As Word.Application
I get a compile error:
User-defined type not defined
with the words ObjWord As Word.Application in red.
Any ideas as to why this is not working?