copy from recordset ( ms word)

  • Thread starter Thread starter balu
  • Start date Start date
B

balu

is there any method to copy data from access03 to word03 like (copy from
recordset which i use to copy to excel )
if any demo links / DB / materials will help me greatly.
 
There is no built-in function that I am aware of. That said, it is not that
hard to create your own. Take a look at the following links they should get
you off to a good start.

http://www.bluemoosetech.com/micros...4&title=Export Microsoft Access Data with VBA

Another option is to setup a word document and place bookmarks, then use
some simple code to transfer the Access recordset to populate the pre-defined
bookmarks, see

http://visualbasic.ittoolbox.com/gr...ng-vba-access-to-create-word-document-1568322

Lastly you can do a mail merge. Albert Kallal has the Super Easy MailMerge.
It is the best and easiest mail merge and would highly reccomend it.

http://www.members.shaw.ca/AlbertKallal/msaccess/msaccess.html

At the end of the day which techinic you use depends on your needs. All 3
approach have their place.
--
Hope this helps,

Daniel Pineault
http://www.cardaconsultants.com/
For Access Tips and Examples: http://www.devhut.net
Please rate this post using the vote buttons if it was helpful.
 
Back
Top