Search results

  1. T

    System Date

    Help! :confused: I have a very simple query which works in all of my other databases except one, where on the click of a button it updates a field with the date. However for some reason this one databse is unable to understand the commend Date, it's like it can not read from the system...
  2. T

    Opening an MSWord template from MSAccess.

    I need to create a new document from an exisiting MSWord template but I want to access it via MSAccess. I have tried the below code and also in desperation tried a hyperlink to the address, but both open the template file itself instaed of creating a new document from the file. Can anyone...
  3. T

    Help w/ printer settings in Word from Access using .ActiveDocument

    I am doing a mailmerge from Access to Word but evertime I load Word it reverts to the systems default printer settings. The document requires some specific settings that I want loaded everytime this document is opened. My code is: Sub Open3rdLetter(strDocName As String) Dim objApp As Object...
Back
Top Bottom