sportsguy
09-09-2010, 10:33 AM
What is the proper syntax to set the backcolor to #FAF3E8??
Private Sub GroupFooter7_Format(Cancel As Integer, FormatCount As Integer)
If Me.ftrQuota = "Bookings" Then
Me.Box30.BackColor = vbWhite
Else
Me.Box30.BackColor = vbYellow
Me.Box30.BackColor = "#FAF3E8"
End If
End Sub
thanks
sportsguy
Private Sub GroupFooter7_Format(Cancel As Integer, FormatCount As Integer)
If Me.ftrQuota = "Bookings" Then
Me.Box30.BackColor = vbWhite
Else
Me.Box30.BackColor = vbYellow
Me.Box30.BackColor = "#FAF3E8"
End If
End Sub
thanks
sportsguy