JONESISGOOD
MIS
Is there any way to open Microsoft Word one time within Access and then open multiple files in that one instance of Word? Right now we use Call Shell("Microsoft Word", File1) and then Call Shell("Microsoft Word", File2). This opens Word up 2 times, one for each file we want to open. We would like Word to open on the first instance of a call to Word, and then use the existing Application to open File2 ?