P
PHisaw
Using the following code, I cannot get the detail section to change back to
the original color, regardless of the text selected in the combo box. It
changed the first time I went back to the form. I'm using ElseIf because I
have other conditions on the After Update event of the TypeCombo box.
ElseIf Me.TypeCombo = "CONDITIONAL TEXT" Then
Me.Section(acDetail).BackColor = 8421440
End If
Any help is appreciated!
Phisaw
the original color, regardless of the text selected in the combo box. It
changed the first time I went back to the form. I'm using ElseIf because I
have other conditions on the After Update event of the TypeCombo box.
ElseIf Me.TypeCombo = "CONDITIONAL TEXT" Then
Me.Section(acDetail).BackColor = 8421440
End If
Any help is appreciated!
Phisaw