Was hoping to make use of AutoSizeFont\Au toSizeFontVer2. mdb
procedures to auto-resize fonts in a textbox control on a report when
the fixed physical size of the textbox was insufficient to display all
the text in the source table's memo field. One could, I suppose,
simply count the displayable chars at various acceptable fontsize
settings and use If-Then or Select Case to effect an appropriate
change.
But Lebans' solution, I think, is a more elegant one. I'm just not
sure I can make it work with reports.
procedures to auto-resize fonts in a textbox control on a report when
the fixed physical size of the textbox was insufficient to display all
the text in the source table's memo field. One could, I suppose,
simply count the displayable chars at various acceptable fontsize
settings and use If-Then or Select Case to effect an appropriate
change.
But Lebans' solution, I think, is a more elegant one. I'm just not
sure I can make it work with reports.
Comment