Yep, that's the INCLUDETEXT command. In summary:
- Now I use {INCLUDETEXT "C:\\Doc1.doc"}, which works great but I'd like to refrain from using absolute paths.
- Using {INCLUDETEXT "Doc1.doc"} uses whatever current directory Word is using (My documents at startup, or the directory of the last opened file through the Open GUI) rather than the directory of the main file.
- I was just wondering if there was a variable/field function that returned the path to the current document, so maybe I could use something like {INCLUDETEXT PATH Doc1.doc}, but the more I look at the field codes the more I think this isn't possible. Thanks for your help!