Click to See Complete Forum and Search --> : Access/Word Modules for code generation


Wolfram Steinke
June 21st, 2001, 04:12 PM
In a project I am working on we are keeping lot of the specifications in an Access database, from which we then actually generate C++ code for the program. Some of the contents of the Help files can also be generated from this database. The problem I have is that presently we export part of the help via a Report to and RTF file. In Word we then run a Macro over it which adds page breaks and footnotes for the help links, and also generates the corresponding section of the .cnt file.
What I am interested in doing is making this a ONE STEP process initiated from Access as part of the total code generation.

Does anyone have any idea how I can get an Access module to start a word macro?