Fieldsize property

  • Thread starter Thread starter grace
  • Start date Start date
G

grace

Hello,
Can a fieldsize for a text field be set to a value greater
than 255? How can this be done?

Thank you.
 
"grace" said:
Hello,
Can a fieldsize for a text field be set to a value greater
than 255? How can this be done?

Thank you.

Grace

If you want something larger, then you will have to use a memo field, which can
handle 64k characters (or the size of the database if manipulated through DAO).
Note that Indexing and sorting don't work on Memo fields.
 
Back
Top