Error on transfer text

D

David Widener

Hi when the code below runs I get the message

'The Microsoft Jet engine cannot open the file 'SumOfcurStateEeSIT' it is
already opened exclusively by another user, or you need permission to view
its data'.

FN = Format((Now), "yyyymmdd") & "-tblNewQtrTaxExp.txt"
DoCmd.TransferText acExportFixed, "TblNewQtrTaxExp Export Specification",
"tblNewQtrTaxExp", "\\CTFLAN\NETWORK\DB\" & FN, False, ""

SumOfcurStateEeSIT is a field in the table and part of the Export Spec,
Thanks in advance for any help.
 

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

Top