K
kev100 via AccessMonster.com
I need conditional formatting to use a different font TYPE, size and
italicization.
I saw the programming in previous posts to change the font size and color....
With Me.thetextbox
If <condition> Then
.FontSize = 12
.ForeColor = vbRed
.FontWeight = 700
Else
.FontSize = 10
.ForeColor = vbGreen
.FontWeight = 400
End If
End With
However, I was also needing to change the Font TYPE and use Italics.
Does anyone know the proper coding for those items?
Thanks very much.
italicization.
I saw the programming in previous posts to change the font size and color....
With Me.thetextbox
If <condition> Then
.FontSize = 12
.ForeColor = vbRed
.FontWeight = 700
Else
.FontSize = 10
.ForeColor = vbGreen
.FontWeight = 400
End If
End With
However, I was also needing to change the Font TYPE and use Italics.
Does anyone know the proper coding for those items?
Thanks very much.