|
-
Apr 30th, 2001, 08:05 AM
#1
Thread Starter
Junior Member
Anyone able to solve this???
I am developing an application which use ADO with access. I have used the appAccess.TransferText method to import a csv file into a new table. Through the development i have decided not to use a specification in the statement. So it looks like this
.DoCmd.TransferText acImportDelim, , "tblTable1",gstrFilePathToOpen, True
Table1 does not exist already on the DB. But i am sure that the table should be created as i have had it doing this previoulsy. I am now recieving the following error when using this command. Any suggestions welcomed (an no i dont want to have the table their already).
Cheers
p.s I a using vb6 with Access 97
-
Apr 30th, 2001, 08:09 AM
#2
Thread Starter
Junior Member
Doh, the message i recieve:
Error # -2147217865 was generated by Microsoft JET database engine
The microsoft jet database engine cannot find the input table or query 'tblTable1'. Make sure it exist and that the name is spelled correctly.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|