Access 2003 VB Export to Word, Excel or as text

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

Guest

I have converted a database to Access 2003 and the 'OutputTo' function gives
me an error.

Does anyone know an easy way of exporting to Word, Excel or as txt using
Visual Basic.

Thanks
 
The easy ways are DoCmd.TransferText, .TransferSpreadsheet, and
..OutputTo.

What error message are you getting and in what circumstances?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top