Results 1 to 2 of 2
  1. #1
    jgelpi16 is offline Expert
    Windows XP Access 2010 32bit
    Join Date
    Mar 2010
    Location
    Charlotte, NC
    Posts
    544

    Run-time error on import (Split DB)

    I recently have come across Run-time error '3349' when I try to import a .csv file using MS Access 2010. While I was developing my DB I had everything in one DB and it worked fine. I just split my DB into a front end and back end.....Now I get the run-time error when I try to execute the below code. I've looked around and the general solution I have found is to link to the .csv file. I would rather not do that as I am archiving the file each week and replacing with a new .csv file. Any suggestions on this? Thanks in advance.



    Code:
    DoCmd.TransferText acImportDelim, vImportSpec, vTableName, vFolderLoc

  2. #2
    jgelpi16 is offline Expert
    Windows XP Access 2010 32bit
    Join Date
    Mar 2010
    Location
    Charlotte, NC
    Posts
    544
    Solved...One of the fields in my import spec was numeric for some reason. Changed to text and works fine.

Please reply to this thread with any new information or opinions.

Similar Threads

  1. Sum Error on Split Form
    By anoob in forum Access
    Replies: 1
    Last Post: 01-21-2011, 03:20 PM
  2. Replies: 2
    Last Post: 12-23-2010, 09:11 AM
  3. Database Split - Error Subscript out of range
    By Huddle in forum Database Design
    Replies: 7
    Last Post: 07-16-2010, 01:52 PM
  4. Split string into Date and Time Columns?
    By Hobbes29 in forum Queries
    Replies: 2
    Last Post: 06-08-2010, 06:50 PM
  5. Replies: 0
    Last Post: 03-27-2010, 01:25 PM

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Other Forums: Microsoft Office Forums