Search results

  1. B

    Mail Merge -- Word Not display my Query from Datasource

    Found a solution to my own problem(or moreover a thread)....if anyone is interested check thread http://www.access-programmers.co.uk/forums/showthread.php?t=50057&highlight=mail+merge+queries :D
  2. B

    query not showing up as data source from Word

    I had same problem...It is little bug in word but it is fixable check this thread out http://www.access-programmers.co.uk/forums/showthread.php?t=50057&highlight=mail+merge+queries
  3. B

    Mail Merge -- Word Not display my Query from Datasource

    Hi All :D I have a problem. What I am trying to do is create a mail merge doucment from a ACCESS DB called Db1. I have previously & succesfully created a merge document from this same Db1. I have created a new query which hardly differs from the previous queries I have used before for mail...
  4. B

    data Type Mismatch for DateAdd

    Thanks for that...I just realised my mistake 5 mins ago....................GOD I HATE ACCESS haha thanks mate :D
  5. B

    data Type Mismatch for DateAdd

    Hi all :) Got a little problem. I am running an update query for a table called tbl_PrintReminders I have a PrintDate field in that table with a type of Date/Time. What I want to do is Add 3 months to all the Dates within the tbl_PrintReminders. So I got a query running and within the...
  6. B

    Mail Merge is Reversing My Dates

    Hi I am running an Access program on a network. It's function is to grab some data including a Date and then mail merge it to a word template letter. The 3 Computers are running WinXP with Word 2001 with Access 2001. What is happening is that on 2 computers when a mailmerge is done they are...
  7. B

    Simple Question.. Default New Record in Form

    Thanks mate for that.....Much appreciated! :)
  8. B

    Simple Question.. Default New Record in Form

    Simple Question....When loading a Form that is linked to a table how do u default it to a new data entry on form load???
  9. B

    "User-Defined type-not defined" When using Word in Access

    Thanks mate, I can't believe i didn't see that library....much appreciated
  10. B

    "User-Defined type-not defined" When using Word in Access

    No unfortunately it doesn't. Still get the same problem. Ahh it is driving me insane
  11. B

    "User-Defined type-not defined" When using Word in Access

    Hi I am trying to do a mail merge.... I have the proper code to do it. However when I compile VB stops at the first line which is: Dim objWord As New Word.Application And gives the error message "User-Defined type-not defined" . I am pretty sure it is to do with my reference library. At the...
Back
Top Bottom