G
Guest
I am attempting to format a field background color when formatting for print
and would like to do the following but the background still stays white. Can
I make it a different color?
Private Sub Detail_Format(Cancel As Integer, FormatCount As Integer)
If Left(Me.[ID], 1) = "A" Then
Me.[txtRegionNAME].BackColor = 14869218
End If
End Sub
Thanks,
Jack
and would like to do the following but the background still stays white. Can
I make it a different color?
Private Sub Detail_Format(Cancel As Integer, FormatCount As Integer)
If Left(Me.[ID], 1) = "A" Then
Me.[txtRegionNAME].BackColor = 14869218
End If
End Sub
Thanks,
Jack