Search results

  1. R

    Adding a Button to Print Form

    I would like to add a button to a form that will print the form with the current record in it. Also, to add a level of difficulty, there are 8 subforms attached to the form. As I already have the form developed, I don't want to reinvent the wheel and go off and create a report with 8 subreports...
  2. R

    The remote Server Machine does not Exist or is unavailable

    Thanks Bob for your article. Wish I would of had it before I spent two days chasing this thing!
  3. R

    The remote Server Machine does not Exist or is unavailable

    All that needed to be done was add the prefix "msword." to the ActiveWindow declarations and it all worked great!
  4. R

    The remote Server Machine does not Exist or is unavailable

    Public Sub open_Word_Doc(strDocName As String) ' Created by Chuck Anderson Info Systems Dept - 12/07/2006 ' Remarks>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> ' Module will build the path and name of a file based upon the Appeal Number ' and then open a Word Document Dim MS_Word As Object Dim...
  5. R

    The remote Server Machine does not Exist or is unavailable

    Hello Everyone. I have been using this code for years with no problem and now when I open a word document from Access, I get all the revisions. So, I found these settings called acvtivewindow. It works the very first time through. However, after that, you get the error that is in my title...
  6. R

    Running Word 2007 - Locked File Issue

    How do I do that?
  7. R

    Running Word 2007 - Locked File Issue

    Hi Everyone. I am using code to do a mail merge in Word 2007. I run a query in Access and it builds a table. Then, I initiate Word 2007 and run the Mail Merge. This has been working fine for over two years. Now, we just moved to Office 2007 and Vista. So, I converted the Word Document and...
Back
Top Bottom