Group: alt.comp.freeware · Group Profile · Search for Word Text in alt.comp.freeware
Author: morgan.o
Date: Aug 1, 2008 05:05
Hi Diane, There's no simple way of doing this. One approach is: 1) Set up a Word template with all the various blocks of formatted text stored as Autotext entries. At points where you need to insert values from database fields, put placeholders (e.g. "<<CompanyName>>"). 2) Write VBA code that runs in Access and - creates a new document from the template - inserts the Autotext entries
|