I’ve just discovered something about the INCLUDETEXT field & why relative paths sometimes work & sometimes give an error message such as “!Syntax Error” or “Error! Cannot open file.” A relative path will work (at least in Word 2000) only if the File/Open… dialog box is set to the same folder.
I posted a method of using continuous page numbering between separate files in post 27832. In that post, I mentioned that using a complete path & double backslashes, such as:
{INCLUDETEXT “C:My DocumentsFolderSubFolderChapter 1.doc” bmk1 !}
would always give a correct result. I also mentioned that if the source & target document were in the same folder, that you could use:
{INCLUDETEXT “Chapter 1.doc” bmk1 !}
Several people have said that using a relative path like that would give an error message. Now I know why. If you change the File/Open… to My DocumentsFolderSubfolder (in the example above), you will not get that error message.
I wonder if someone who has access to other versions of Word could verify my observations.