Mail merge multiple records to word multiple tables

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Trying to merge multiple records to multiple tables. No problem with single
record using bookmarks, but looking for ideas on least painful method to use
multiple tables (3 per page) to show multiple access records.
 
Trying to merge multiple records to multiple tables. No problem with single
record using bookmarks, but looking for ideas on least painful method to use
multiple tables (3 per page) to show multiple access records.

This might help... there's code in Access Developer's Handbook that
does this. You pass an ADO recordset (the contents of your table) to
Word, (or was it a delimited string after using GetString to convert
the recordset to a delimited list?) and then do a replace in Word (I
think)... then you'd just do that for each recordset/table.
 
Back
Top