Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

255 character limit on each entry in a listbox?

Status
Not open for further replies.

utc13

Programmer
Oct 25, 2001
43
US
I found out with trial & error that there is a 255 character limit on each entry in a listbox. I really need to store more than 255. Is there a way to increase this limit or find a way around it?

 
The listbox only lets you use a text field which does indeed have the 255 character limit. That leaves you with a memo field to store all that data in.
A combo box will let you reference a memo field.
Perhaps if you provided more information as to your goal we can help you more effectively.

---------------------------------------
The customer may not always be right, but the customer is ALWAYS the customer.
 
Memo field are almost unlimited if storing text or numbers.

Never give up never give in.

There are no short cuts to anything worth doing :)
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top