J
Jack K.
Hi, all the expert. Please help...
I code the Docmd statement like this:
dim a, sTableName, sBackupFile as string
a = "TblExportToMIP Export Specification"
sTableName = "tblExportToMIP"
sBackupFile = "N:\Child Support Expense
Data\MIPExport\Willits2202004.csv"
DoCmd.TransferText acExportDelim, a, sTableName,
sBackupFile, False, ""
Result: Sometimes work, sometimes don't. I did not change
anything at all. However if I debugged and had it stopped
executing at the DoCmd, it will work every time. I am
really confuse what ACCESS has inconsistency.
Is any way I can solve this problem?
Thanks so much if you can help me!
Jack K.
I code the Docmd statement like this:
dim a, sTableName, sBackupFile as string
a = "TblExportToMIP Export Specification"
sTableName = "tblExportToMIP"
sBackupFile = "N:\Child Support Expense
Data\MIPExport\Willits2202004.csv"
DoCmd.TransferText acExportDelim, a, sTableName,
sBackupFile, False, ""
Result: Sometimes work, sometimes don't. I did not change
anything at all. However if I debugged and had it stopped
executing at the DoCmd, it will work every time. I am
really confuse what ACCESS has inconsistency.
Is any way I can solve this problem?
Thanks so much if you can help me!
Jack K.