Lebans CanGrow Ver3

  • Thread starter Thread starter David
  • Start date Start date
D

David

Hi, all

Could someone help regarding how this code works? Using Lebans Demo db and
frmcanGrow I can see the functions working however, unlike access when I add
a record with no data place into the ExtraInfo field the text box does not
shrink to 0. I am looking for it to shrink if the Control Source is a null
or is unbound. It seems to me that it will not shrink any more than say a
character height.

Dave
 
If you simply want the TextBox to "shrink to 0" then set the control's
Visible property to No if the control does not contain any data.

--

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

I will have a number of text boxes next to each other, just like you would
have in a report. Will your idea work for this type of set-up?
 
Back
Top