Results 1 to 2 of 2

Thread: Anyone able to solve this???

  1. #1

    Thread Starter
    Junior Member AWF's Avatar
    Join Date
    Apr 2001
    Location
    United Kingdom
    Posts
    20

    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
    'Resistance is Futile'

  2. #2

    Thread Starter
    Junior Member AWF's Avatar
    Join Date
    Apr 2001
    Location
    United Kingdom
    Posts
    20
    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.
    'Resistance is Futile'

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width