Search results

  1. T

    System Date

    Looked at the references but can't find what's missing, so going to use the now() function, how frustrating. Thank you for your help.
  2. 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...
  3. T

    run query on close

    Re: run query on close AUTOEXEC Hiya, Is there a similar macro to autoexec that can be run on close? :o
  4. T

    Opening an MSWord template from MSAccess.

    Fantastic solution thanks. Especially useful as I have a number of users and I can use your solution to create different templates. :)
  5. 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...
  6. 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