Hi I am fairly new to VBA and am trying to edit a word template in Access. I have the code ready but when I try to dim the object:
Dim objWord as Word.Application
Access returns an error user type not defined.
I know that in excel I can add references for such things but do not know the library name within access as they differ slightly.
Sorry if question a bit newbish!
Dim objWord as Word.Application
Access returns an error user type not defined.
I know that in excel I can add references for such things but do not know the library name within access as they differ slightly.
Sorry if question a bit newbish!