Papa_Bear1
Member
- Local time
- Yesterday, 21:31
- Joined
- Feb 28, 2020
- Messages
- 107
Hi,
I have an import specification, that actually works fine both manually and within a VBA loop (executing a DoCmd.TransferText acLinkDelim command) about 3 times around the loop, but then on the 4th round, it suddenly claims the specification doesn't exist.
My first thought was that Access was somehow deleting the spec, but it isn't. The spec is still there (in the MSysIMEXSpecs table).
So - I'm quite stumped here. I have no idea why it would suddenly think it doesn't exist - which it successfully JUST ran three times in a row.
Anyone else run into this?
Ideas on how to side-step this?
I have an import specification, that actually works fine both manually and within a VBA loop (executing a DoCmd.TransferText acLinkDelim command) about 3 times around the loop, but then on the 4th round, it suddenly claims the specification doesn't exist.
My first thought was that Access was somehow deleting the spec, but it isn't. The spec is still there (in the MSysIMEXSpecs table).
So - I'm quite stumped here. I have no idea why it would suddenly think it doesn't exist - which it successfully JUST ran three times in a row.
Anyone else run into this?
Ideas on how to side-step this?