S Simon Mar 24, 2004 #1 Can Anyone help?? Is there any way I can make a field on a form to take more than 255 characters.
C Chris Large Mar 24, 2004 #2 A field with a Text data type can only hold up-to 255 characters, if you need more make it a Memo data type. hth Chris
A field with a Text data type can only hold up-to 255 characters, if you need more make it a Memo data type. hth Chris
A Allen Browne Mar 24, 2004 #3 Open the source table in design view. Select the problem field. Change its Data Type from "Text" to "Memo".
Open the source table in design view. Select the problem field. Change its Data Type from "Text" to "Memo".