Auto Size Text on Report

  • Thread starter Thread starter Ryan
  • Start date Start date
R

Ryan

Hello, I have been able to find info on auosizing text on a form but nothing
on auto sizing text on a report to shrink it if need be to fit in a control
that does not grow..if anybody has a suggestion or can give direction it
would be appreciated.

Thanks in advance

Ryan
 
Ryan said:
Hello, I have been able to find info on auosizing text on a form but nothing
on auto sizing text on a report to shrink it if need be to fit in a control
that does not grow..if anybody has a suggestion or can give direction it
would be appreciated.


Whatever you did on the form should also work in a report.
Not knowing what you did I can't say exactly, but in general
the only difference is that the code goes in the text box
section's Format event instead of the form's Current event.
 
Back
Top