DarrenBaker
May 15th, 2009, 10:48 AM
I'm trying to change the font size so as its larger given the data is the given criteria, within a report in Access.
I've tried putting this code into the VB code for the report
Private Sub ChangeFontSize()
If TicketType = "C" Then
TicketType.Font.Size = 48
Else
TicketType.Font.Size = 20
End If
End Sub
Be grateful of any help? Thanks
I've tried putting this code into the VB code for the report
Private Sub ChangeFontSize()
If TicketType = "C" Then
TicketType.Font.Size = 48
Else
TicketType.Font.Size = 20
End If
End Sub
Be grateful of any help? Thanks