Hi
I'm having to pull tables out of an Access db. I'm using late binding because it has to work across multiple versions.
Early binding everything is happy
However, when I use late binding the statement
apAccess.DoCmd.TransferText acExportDelim, , "exp", "C:\myfile.txt", True
Throws error 3011 - File not found
Any suggestions 'cause it's getting me down
I'm having to pull tables out of an Access db. I'm using late binding because it has to work across multiple versions.
Early binding everything is happy
However, when I use late binding the statement
apAccess.DoCmd.TransferText acExportDelim, , "exp", "C:\myfile.txt", True
Throws error 3011 - File not found
Any suggestions 'cause it's getting me down