Results 1 to 5 of 5
  1. #1
    gwboolean is offline Advanced Beginner
    Windows 7 64bit Access 2010 64bit
    Join Date
    Apr 2012
    Posts
    65

    Field size


    Is there any actual value in setting the field size for short text fields? I have been doing this for a long time, but have never actually read anything that is gained. My assumption is that if you set the field size to the max that the database will actually use that much memory for every record created. Is that the case?

  2. #2
    alansidman's Avatar
    alansidman is offline Indifferent
    Windows 10 Access 2016
    Join Date
    Apr 2010
    Location
    Steamboat Springs
    Posts
    2,538
    Look here for a simple explanation. MS has changed terminology in recent releases.

  3. #3
    gwboolean is offline Advanced Beginner
    Windows 7 64bit Access 2010 64bit
    Join Date
    Apr 2012
    Posts
    65
    I went to link you placed and found nothing that addressed my question. Did I miss something?

  4. #4
    Micron is offline Very Inert Person
    Windows 7 32bit Access 2007
    Join Date
    Jun 2014
    Location
    Ontario, Canada
    Posts
    13,423
    The reason for the ability to limit a field size is really all about controlling what the user can enter. If you have a field that absolutely always must have a maximum number of characters, you can set a limit. The difference in db size is affected by other things far more than a field that can have 255 characters but you limit it to 15 for example. A slightly more affecting aspect would be a decimal field when an integer would do. Even then, things like design changes, user actions, and storing objects (images/files) have a far more profound effect. It might have mattered more in 1991 when hard drives were around 8 Mb.
    I'd say impose a limit only if not doing so would allow too much for a form or report design to handle, and it's likely to happen.
    The more we hear silence, the more we begin to think about our value in this universe.
    Paraphrase of Professor Brian Cox.

  5. #5
    gwboolean is offline Advanced Beginner
    Windows 7 64bit Access 2010 64bit
    Join Date
    Apr 2012
    Posts
    65
    Thanks MIcron. Good to know. I guess I am a nineties guy and still think in terms of 8M instead of 8T.

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

Similar Threads

  1. Replies: 4
    Last Post: 04-06-2014, 12:56 PM
  2. Replies: 2
    Last Post: 03-20-2013, 04:25 PM
  3. Reduce field size in query field
    By escapades_access in forum Queries
    Replies: 9
    Last Post: 03-13-2011, 12:21 PM
  4. OLE field size?
    By Wiele in forum Programming
    Replies: 2
    Last Post: 01-19-2011, 01:22 AM
  5. Field size
    By nikki in forum Database Design
    Replies: 1
    Last Post: 02-15-2010, 09:19 AM

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