Hello,
I have a problem with property BackColor. I would like to put the back color (by code VBA and not by the option of formating) according to the value of a field but I do not arrive there in spite
of my many test and my research. Could you help me.
I have do this like function:
' This function doesn' t run and I don' t No why!!!!
Private Sub Report_Page()
If Me![Type ] = "5260" Then
Me![Type].BackColor = RGB(0, 25, 255)
Else Me![Type].BackColor = RGB(0, 0, 255)
End if
End Sub
I wanted to put in Excel my state in Excel and it does not keep the colors during the transfer, is this normal?.
Thank you for your assistance
Nilses
I have a problem with property BackColor. I would like to put the back color (by code VBA and not by the option of formating) according to the value of a field but I do not arrive there in spite
of my many test and my research. Could you help me.
I have do this like function:
' This function doesn' t run and I don' t No why!!!!
Private Sub Report_Page()
If Me![Type ] = "5260" Then
Me![Type].BackColor = RGB(0, 25, 255)
Else Me![Type].BackColor = RGB(0, 0, 255)
End if
End Sub
I wanted to put in Excel my state in Excel and it does not keep the colors during the transfer, is this normal?.
Thank you for your assistance
Nilses