Question Extending the Number of characters in a text box

iceburg

Registered User.
Local time
Today, 03:53
Joined
Feb 12, 2009
Messages
10
Just wondered if anyone knew how to extend the number of characters that can fit into a text box in a form. I am relativly new to access and currently the text box only allows around 50 characters.

Any help would be greatly appreciated.
 
Look at the field in the table in design mode and change the size of the field. The default is 50 but you can change it to up to 255 if you want without any penalty.
 
Thanks RG, that has done the trick.
 
if you need more than 255, make it a memo type field - there are some differences however- eg you cant sort memo fields, but you can sort text fields
 

Users who are viewing this thread

Back
Top Bottom