Does TransferText work in secured database?

  • Thread starter Thread starter Jesper Fjølner
  • Start date Start date
J

Jesper Fjølner

I'm trying this in a secured database :
DoCmd.TransferText acExportDelim, , sTablename, sFilename

I'm getting a 3027 error, Can't it be done in a secured database?
Thanks
 
What extension do you have on sFilename? If it's anything other than txt,
csv, tab, asc, htm or html, that's your problem.

I hadn't specified the extension! Great - thanks for your help!
 
Back
Top