C
Callum Davidson
Hi looking for help.
I'm merging data from Access 2007 with a Word Template 2007.
On this line I'm getting a "Variable Not Defined" "Compile Error"
Specifically at the wdFormatdoc bit.
wdTmp.SaveAs Left(strImage, Len(strImage) - 3) & "doc",
FileFormat:=wdFormatdoc
Anyone help me with a way around this problem?
Tx
I'm merging data from Access 2007 with a Word Template 2007.
On this line I'm getting a "Variable Not Defined" "Compile Error"
Specifically at the wdFormatdoc bit.
wdTmp.SaveAs Left(strImage, Len(strImage) - 3) & "doc",
FileFormat:=wdFormatdoc
Anyone help me with a way around this problem?
Tx