Setting Field Sizes

  • Thread starter Thread starter Simon
  • Start date Start date
S

Simon

Can Anyone help??

Is there any way I can make a field on a form to take more
than 255 characters.
 
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
 
Open the source table in design view.
Select the problem field.
Change its Data Type from "Text" to "Memo".
 
Back
Top