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.
'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.