Text box

J

JenK

I have a text box which is used to store memos. The field size only allows
255 charecters I need more space to keep proper notes. What can I use to have
unlimited text area, or is there some other object I can use for this purpose?
 
R

RonaldoOneNil

Set the data type of the field in your table that the text box is bound to,
to a memo type. This will give you all the characters that you need.
 
J

JenK

Thank-you, that is exactly what I needed.


RonaldoOneNil said:
Set the data type of the field in your table that the text box is bound to,
to a memo type. This will give you all the characters that you need.
 

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