Re: List Box Display Limit
I've got no idea how long each item can be, but why are you using a list box?
I've always used textboxes for this sort of data (with MultiLine set to True, and ScrollBars set appropriately).
Re: List Box Display Limit
hello si_the_geek
i was just informed that a listbox holds up to a limit of 255 characters.
as for textbox, there is no recordset property which i will need to modify table values.
do you have any other suggestions?
thanks for replying anyway =)
Astro
Re: List Box Display Limit
Ok, I'm confused - where are you doing this? Is it in Access?
Re: List Box Display Limit
hey yeap =P Access!
Astro
Re: List Box Display Limit
If your form is bound to a table you can link the textbox to the field using the "Control Source" property.
If it isn't bound, you have full control over what is placed in the textbox, and the data (you just need to load your own recordset).