Thanks for your responses! I chose not to do a hyperlink because I want more than just a document to open. First I turn the warnings off, then SQL runs to make a table (deleting the previous table of the same name.), then I open the appropriate document in word (already set up to mail merge to the table I just made), then I turn warnings back on and close out of Access so the mail merge is possible. The only thing not working is calling up the particular document.
Randy, I tried what you suggested, but it tells me the file is not found. It must be something in the way I did the punctuation or something, because I just copied the file name and path from the document itself so it wouldn't have typos. Here's what I have--do you have any ideas?
DoCmd.SetWarnings (WarningsOff)
DoCmd.RunSQL "SELECT tblCourses.CourseID, --REALLY LONG SQL HERE.
Call Shell("C:\Program Files\Microsoft Office\Office10\WINWORD.EXE""\\documents\Offices\Judicial & Court Services\Judicial College\Shared Project Folders\Templates\Letters & Accessories\Conf Letter Mail Merge.doc", 1)
DoCmd.SetWarnings (WarningsOn)
DoCmd.Quit acSave
DoCmd.Close ,