A
AccessHar
I am using the following function
DoCmd.TransferText acImportDelim, , _
"TBL_All_CSV_RECORDS", Path & Reports_Dirs,
False
The Reports_DIRS is a file name for e.g.
20070420111907-caresponse.uni1.W0003260.csv
The code gives a Runtime Error 3011, saying "The Microsoft Access Database
engine could not find the object
'20070420111907-caresponse.uni1.W0003260.csv', make sure the object exists
and that you spelt its name and the path name correctly.
Can Access not handle file name of the form
'20070420111907-caresponse.uni1.W0003260.csv'
DoCmd.TransferText acImportDelim, , _
"TBL_All_CSV_RECORDS", Path & Reports_Dirs,
False
The Reports_DIRS is a file name for e.g.
20070420111907-caresponse.uni1.W0003260.csv
The code gives a Runtime Error 3011, saying "The Microsoft Access Database
engine could not find the object
'20070420111907-caresponse.uni1.W0003260.csv', make sure the object exists
and that you spelt its name and the path name correctly.
Can Access not handle file name of the form
'20070420111907-caresponse.uni1.W0003260.csv'