Transfer form data

S

Shell

In access 2000, how do I transfer form data to MS Word?. I would like to use
something like transferSpreadsheet which I use often to transfer data to
Excel.

I would prefer not to create an Access report and then use "Publish with MS
Word". This method does NOT faithfully reproduce the report.

Thanks
 
J

Jonathan

Shell said:
In access 2000, how do I transfer form data to MS Word?. I would like to use
something like transferSpreadsheet which I use often to transfer data to
Excel.

I would prefer not to create an Access report and then use "Publish with MS
Word". This method does NOT faithfully reproduce the report.

Thanks

Hi Shell,

DoCmd.TransferText

Luck,
Jonathan
 
Top