Results 1 to 4 of 4
  1. #1
    tanveerksingh is offline Novice
    Windows XP Access 2003
    Join Date
    Aug 2012
    Posts
    6

    Angry Character limit in form field

    Hi everyone,

    I have created a form in Access 2003. One of the fields titled "Description" typically will have more than one line of information entered into it. Right now, there appears to be a character limit. It does not allow me to enter any information beyond just one line. Is there any way to extend the character limit of this field, or even better, make it unlimited?



    Thanks!

  2. #2
    Missinglinq's Avatar
    Missinglinq is offline VIP
    Windows 7 64bit Access 2007
    Join Date
    May 2012
    Location
    Richmond (Virginia, not North Yorkshire!)
    Posts
    3,018
    Go into Table Design View and select the Field, then set the Field Size to the maximum, 255 characters. If you need a Field to hold more than 255 characters you need to change the Field's Datatype to Memo field, which can hold in excess of 64K. If a database is set up properly, text fields seldom need to be more than 255 characters long. One of the Cardinal rules to having a well designed, normalized database is that no single field will contain more than one individual piece of data. Data stored in Memo fields should be restricted to "notes" or narrative type information, such as a salesman's notes on a customer visit or a doctor's progress notes on a patient.

    Working primarily in a Heath Care environment, I've used Memo fields extensively for a number of years, without ever having a problem. The secret is to follow one single rule:

    Never, never, never place data in a Memo field if there any possibility that you will ever need to search, sort, parse or in any other way manipulate the data!

    Because many queries perform some of these functions, you have to take care in using them in queries or they will be truncated to 255 characters. . Allen Browne has some excellent advice explaining how to deal with Memo Fields and Queries:

    http://allenbrowne.com/ser-63.html

    Linq ;0)>
    The problem with making anything foolproof...is that fools are so darn ingenious!

    All posts/responses based on Access 2003/2007

  3. #3
    tanveerksingh is offline Novice
    Windows XP Access 2003
    Join Date
    Aug 2012
    Posts
    6
    Thank you!!

  4. #4
    Missinglinq's Avatar
    Missinglinq is offline VIP
    Windows 7 64bit Access 2007
    Join Date
    May 2012
    Location
    Richmond (Virginia, not North Yorkshire!)
    Posts
    3,018
    Glad we could help!

    Linq ;0)>
    The problem with making anything foolproof...is that fools are so darn ingenious!

    All posts/responses based on Access 2003/2007

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

Similar Threads

  1. SendObject Message Character Limit
    By kevins in forum Access
    Replies: 9
    Last Post: 07-20-2012, 09:58 AM
  2. Replies: 16
    Last Post: 10-13-2011, 07:52 AM
  3. Replies: 5
    Last Post: 05-18-2011, 11:02 AM
  4. Text Box control and character limit?
    By Bigdoggit in forum Forms
    Replies: 2
    Last Post: 03-29-2011, 10:05 AM
  5. Replies: 4
    Last Post: 10-07-2010, 09:42 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