My understanding is that if a three or four or whatever length string is entered into a text field in a table, it only takes up the space of the lenght of the string, not the amount of space that has been allotted to the field. If this is the case, why not just set all text fields to 255 to avoid the unexpectedly long entry from causing problems? Is there a downside to this?