I am writing a fairly simple VBA app in Access to retrieve a tab file from a Unix server via FTP, import the file into a table, then run a report off the table. When I try to import the table, I get the following error:
The Microsoft Jet engine could not find the object 'X:\Data\InternalReports\PaymentReport\COCASH.payment.081406.tab'. Make sure the object exists and that you spell its name and the path correctly.
I get this error whether I attempt to import in the code or import manually. I don't understand how it cannot find the file, when I import manually, I am browsing to the file. Perhaps access can't handle a file with multiple '.' in the name?
Any ideas? Thanks.
The Microsoft Jet engine could not find the object 'X:\Data\InternalReports\PaymentReport\COCASH.payment.081406.tab'. Make sure the object exists and that you spell its name and the path correctly.
I get this error whether I attempt to import in the code or import manually. I don't understand how it cannot find the file, when I import manually, I am browsing to the file. Perhaps access can't handle a file with multiple '.' in the name?
Any ideas? Thanks.