How to make a text box dynamically resize?

B

bbdobuddy

We have a string that is contenated multiple times and is it posible to have
a text box in the reports dynamically grow depending on the size of the
string. The string can be any where from a few characters to hundreds. We
need to show all the characters in the text box and this happens for multiple
stirngs and multiple textboxes in the report
 
S

Stephen Lebans

Access TextBox controls support a CanGrow/Shrink property.

--

HTH
Stephen Lebans
http://www.lebans.com
Access Code, Tips and Tricks
Please respond only to the newsgroups so everyone can benefit.
 
Top