Access 2003 VB Export to Word, Excel or as text

  • Thread starter Support@greensystems
  • Start date
S

Support@greensystems

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
 
J

John Nurick

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

What error message are you getting and in what circumstances?
 
Top