Results 1 to 2 of 2

Thread: closing word from Access

  1. #1

    Thread Starter
    New Member
    Join Date
    Jun 1999
    Posts
    2
    Help..... I use the hyperlink on my Access97 application to open a instruction file(Microsoft Word). How can I make the Word application closes itself when when the Access application is closed?

  2. #2
    New Member
    Join Date
    Feb 2001
    Posts
    10
    If you created an object for word to open your instruction file you can set the object to nothing, then quit the word application.


    Dim WordApp As Word.Application

    'your code here

    Set WordApp = Nothing
    WordApp.quit

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width