Fieldsize property

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.
 
J

JSand42737

"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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top