G
Guest
The following is the statement causing the problem:
DoCmd.TransferText _
acImportFixed, _
rsFileName.Fields("strImExSpecification"), _
rsFileName.Fields("strTable"), _
rsFileName.Fields("strFile"), _
False
It was running fine and created two .txt file in a folder. The third hit on
this statement has error showing "System Recource Exceeded...".
Do you what is the cause of the problem and what is the resolution for it.
Thanks.
DoCmd.TransferText _
acImportFixed, _
rsFileName.Fields("strImExSpecification"), _
rsFileName.Fields("strTable"), _
rsFileName.Fields("strFile"), _
False
It was running fine and created two .txt file in a folder. The third hit on
this statement has error showing "System Recource Exceeded...".
Do you what is the cause of the problem and what is the resolution for it.
Thanks.