Results 1 to 7 of 7
  1. #1
    Dave_D's Avatar
    Dave_D is offline Advanced Beginner
    Windows XP Access 2010 64bit
    Join Date
    Aug 2015
    Posts
    67

    Memo datatype not importing past 255 characters


    After several Googles, I'm consisting reading where a text string longer than 255 characters will truncate using the Transferspreadsheet command into the DB if the first 25 rows of Excel ends up not containing a text string over 255 characters even though the datatype is Memo. If I move record say 36 to record 3, I have no issues. Is there a work around for this? Thanks!

  2. #2
    rpeare is offline VIP
    Windows XP Access 2003
    Join Date
    Jul 2011
    Posts
    5,441
    perhaps try linking the spreadsheet, then appending the records to your table but I suspect you will find the same trouble. Are you transferring into an existing table or creating a new table on the import?

  3. #3
    Dave_D's Avatar
    Dave_D is offline Advanced Beginner
    Windows XP Access 2010 64bit
    Join Date
    Aug 2015
    Posts
    67
    This is being transferred into an existing table.

  4. #4
    rpeare is offline VIP
    Windows XP Access 2003
    Join Date
    Jul 2011
    Posts
    5,441
    Have you thought about not using the transferspreadsheet method then? Perhaps loading the spreadsheet as a recordset then cycling through the recordset to add data?

  5. #5
    Dave_D's Avatar
    Dave_D is offline Advanced Beginner
    Windows XP Access 2010 64bit
    Join Date
    Aug 2015
    Posts
    67
    Yes I have. I was just hoping for a quicker solution

  6. #6
    rpeare is offline VIP
    Windows XP Access 2003
    Join Date
    Jul 2011
    Posts
    5,441
    I don't know how far you want to go with this but it might be possible to re-sort the excel file sorting by the longest memo field first prior to your import, that may take longer than inserting records 1 by 1 though. I don't know how large your file is.

  7. #7
    Dave_D's Avatar
    Dave_D is offline Advanced Beginner
    Windows XP Access 2010 64bit
    Join Date
    Aug 2015
    Posts
    67
    I've given that some thought as well. Thank you for all of your feedback!

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

Similar Threads

  1. Replies: 4
    Last Post: 09-18-2015, 07:20 AM
  2. Importing nonprinting characters, then applying functions
    By Access_Novice in forum Database Design
    Replies: 2
    Last Post: 08-15-2014, 06:43 PM
  3. Replies: 1
    Last Post: 05-22-2014, 03:54 PM
  4. Replies: 12
    Last Post: 03-03-2013, 07:13 PM
  5. Limited characters in a memo field
    By Robbyp2001 in forum Forms
    Replies: 11
    Last Post: 11-24-2011, 07:04 AM

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