|
Julian,
You can experiment with sample code given below, in
format event of detail section. Title is the name of text box.
For a finer control, you could use criteria
based on textwidth value (instead of Len function).
Best wishes,
A.D.Tejpal
===================================
Private Sub Detail_Format(Cancel As Integer, _
FormatCount
As Integer)
If Len(Title) > 30 Then Title.FontSize = 9 Else Title.FontSize = 12 End If End Sub ===================================
Please zip all files prior to uploading to Files section. YAHOO! GROUPS LINKS
|
- [AccessDevelopers] Changing font size in Report Julian Flint
- Re: [AccessDevelopers] Changing font size in Report A.D.Tejpal
- Re: [AccessDevelopers] Changing font size in Report Julian Flint
