Increase the field size

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

How can I increase the no. of characters that can be entered in a field? It
the table for this particular field I have assigned in properties the field
size as 255 as that is the max it will go. So in my form I can type in
onlyabout 5 lines can I increase it in any way?????
 
FC said:
How can I increase the no. of characters that can be entered in a
field? It the table for this particular field I have assigned in
properties the field size as 255 as that is the max it will go. So in
my form I can type in onlyabout 5 lines can I increase it in any
way?????

Change DataType from Text to Memo.
 
Switch the field data type to "Memo". This will allow 65,535 characters in
according to the information that I have on the 2002 and 2003 versions.
 

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

Back
Top