Click to See Complete Forum and Search --> : Urgent!!! Automately updating Word file fields based on Access data


GTina
June 13th, 2002, 02:53 PM
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!

Dozo_1st
July 15th, 2003, 08:14 AM
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.
:cool: