Probem with text box input

A

AM

Dear all

I have an Access database problem!

I would like to create an unlimited amount of characters in a particular
text box, but at the moment it is limited to 50 characters.

How can I change this to be able to type in any amount of text?

Many thanks
 
K

Ki Yi [MS]

Hello,

I'm assuming this text box is a bound to a particular field in a table.
You can change the datatype of this bound field in the table to memo which
can hold up to 65,535 characters.

Regards,

Ki Yi
Microsoft Support

This posting is provided AS IS with no warranties, and confers no rights.
 
Top