CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    May 2000
    Posts
    1

    Urgent!!! Automately updating Word file fields based on Access data

    I need to write a program that can first produce and later check a Word doc. for some certain fields and update the fields with the latest data in Access database. I'm not sure if I should use VBA or something else? Anybody has the knowledge please help!!! Some code samples would be perfect or recommendations of starting the coding...

    Thx a lotttttt!

  2. #2
    Join Date
    Jun 2003
    Location
    Netherlands
    Posts
    64

    create Worddoc

    I'd make a template,

    Then create a worddocument with this template in the program, replace all <<fieldnames>> in the Worddocument with the neccesary fields from the DB and all with 1 push of the button in your app... Once the DB has been updated, 1 push of the button and you got yourself a new updates worddoc...

    D.
    The most important thing about what people say, is what they don't say

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured