word merge

  • Thread starter Thread starter wd1153
  • Start date Start date
W

wd1153

hi,

Is it possible to have a unbound form record in access
project to be merged to Word. The data source is on SQL
server. I could just use Access Report, but then the user
could not change anything after the preview shows.
Sometime user needs to change some wording ad hoc. If I am
poping up a word document with all data filled from
datasource, they could review the letter, change wording
if they desires, and then print. Thanks!
 
Look in help for sendobject...... It can send a report to a rtf file and
then coded to open the file with word.
 
Back
Top