P
prairiewind via AccessMonster.com
The front page of a report has fields that a user can change according to
their needs. Is there a way for the user to specify the font type and size
for each control individually? Possibly for just each section (a couple of
headers and the detail sections)?
I've tried:
With Me.GroupHeader0
Me.FontName = Me.TitleLineFontName
Me.FontSize = Me.TitleLineFontSize
End With
TitleLineFontName and TitleLineFontSize are fields in a table in which a
person specifies the font type and size.
Am I on the right track going that direction?
I'm using Access 2007.
Thanks,
Jeff
their needs. Is there a way for the user to specify the font type and size
for each control individually? Possibly for just each section (a couple of
headers and the detail sections)?
I've tried:
With Me.GroupHeader0
Me.FontName = Me.TitleLineFontName
Me.FontSize = Me.TitleLineFontSize
End With
TitleLineFontName and TitleLineFontSize are fields in a table in which a
person specifies the font type and size.
Am I on the right track going that direction?
I'm using Access 2007.
Thanks,
Jeff