If you want to have Access open up a Word mail merge document, do NOT fill in anything for Tools | Startup | Application Title or else Word will try to open up another instance of Access and ask the user to fill in all the parameters of the query even though the old instance of Access may have the parameter values shown on an open form.
Or perhaps have code to temporarily change the application title to Microsoft Access during the mailmerge such as the following:
And code to change back to your title sometime after the mailmerge code:
db.Properties("AppTitle") = "My Title"
RefreshTitleBar
J. Paul Schmidt, Freelance Access and ASP Developer
http://www.Bullschmidt.com/Login.asp - Database on the Web Demo
http://www.Bullschmidt.com/Access - Sample Access Invoices Database
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.