|
-
May 15th, 2009, 10:48 AM
#1
Thread Starter
New Member
Using If statements to change font size, access Reports
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
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|