Results 1 to 2 of 2
  1. #1
    galapogos is offline Novice
    Windows XP Access 2003
    Join Date
    Apr 2010
    Posts
    1

    MDB database field limited to 64 or 255 characters

    Hi,

    I'm trying to work with an existing database table with some fields already defined. One of them seems to be limited to only 64 characters, so when I try to insert a new item into that field, it gets truncated to 64 characters. I've tried deleting the column in Access and re-inserting a column, but it's limited to 255 characters too. The data I'm trying to store is a text string of 256 characters, so I'm 1 character short. Any ideas on how to increase the character limit? I've read about switching from text to memo field data type, but I can't figure out how to switch. Also, will sql queries work once the change is implemented?

    Thanks!

  2. #2
    SoftwareMatters is offline Access VBA Developers
    Windows XP Access 2003
    Join Date
    Mar 2009
    Location
    Dorset
    Posts
    274
    You need to change the datatype to a memo field in the table design.
    Yes, the sql will still work as long as you don't change the name.

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

Similar Threads

  1. Limited use
    By kevbetty in forum Security
    Replies: 1
    Last Post: 03-29-2010, 11:34 AM
  2. Counting Characters in a text field
    By velvettiger in forum Queries
    Replies: 1
    Last Post: 03-12-2010, 12:36 PM
  3. Setting a field to only accept text characters, not numbers
    By USAFA2012 in forum Database Design
    Replies: 2
    Last Post: 03-09-2010, 12:37 PM
  4. Replies: 3
    Last Post: 12-15-2009, 01:47 PM
  5. Strings limited to 255 characters
    By ocordero in forum Programming
    Replies: 4
    Last Post: 08-09-2006, 09:13 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