Results 1 to 3 of 3
  1. #1
    Join Date
    Apr 2009
    Posts
    2

    access to word please help!

    hi im setting up a database for a friend of mine who is setting his own business up and i want to transfer data from Access to Word to print an invoice off but i dont want to do it using mail merge I want to do it using VBA as I have done the whole database using VBA can anyone help me??

    any help will be brill



    rich

  2. #2
    Join Date
    Apr 2009
    Posts
    2
    any one please help??

  3. #3
    marianne is offline Competent Performer
    Windows XP Access 2003
    Join Date
    Mar 2009
    Location
    Asia Pacific Region
    Posts
    150
    do you know that access can make a report base on you tables or queries? why the need to transfer data from access to word for the purpose of printing invoice while you can do it without printing the invoice in the word file.

    anyway, if you have created you invoice template in a report form of access, then you can use the code below to export it to word file.


    docmd.OutputTo acOutputReport,"reportname",acformatrtf,"c:\",true

Please reply to this thread with any new information or opinions.

Similar Threads

  1. How do I get info from Access table to Word doc.
    By slim_jim_56 in forum Import/Export Data
    Replies: 0
    Last Post: 10-04-2007, 09:56 PM
  2. Word document INTO Access form
    By jonathonhicks in forum Forms
    Replies: 0
    Last Post: 04-30-2007, 05:59 PM
  3. Replies: 1
    Last Post: 09-06-2006, 11:48 AM
  4. font of word bookmarks
    By emilylu3 in forum Programming
    Replies: 1
    Last Post: 03-09-2006, 12:07 PM
  5. Importing a table created in word to Access
    By anthony_f_justin in forum Access
    Replies: 4
    Last Post: 01-04-2006, 09:06 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Other Forums: Microsoft Office Forums