G
Guest
I'm starting a mailmerge from ACC2000 like this:
Set wordObj = CreateObject("word.application")
wordObj.Visible = True
wordObj.Documents.Open case_file
wordObj.Documents(case_file).Activate
In case_file the file name is stored. Every time the
file is opened, WORD opens a second instance of the database.
Is there a way to suppress this?
Set wordObj = CreateObject("word.application")
wordObj.Visible = True
wordObj.Documents.Open case_file
wordObj.Documents(case_file).Activate
In case_file the file name is stored. Every time the
file is opened, WORD opens a second instance of the database.
Is there a way to suppress this?