C
Carlos
Please tell me how to change the background color of a option box on a
form. Here is code we are using. The border changes color but we cannot
get the option box to turn white
If IsNull(Me!soapp4) Then
Me.optsoapp4.BorderColor = vbRed
Me.optsoapp4.BackColor = vbWhite
Me.optsoapp4.BackStyle = vbNormal
Me.Page3.SetFocus
Me.optsoapp4.SetFocus
End If
thanks in advance, Carlos
form. Here is code we are using. The border changes color but we cannot
get the option box to turn white
If IsNull(Me!soapp4) Then
Me.optsoapp4.BorderColor = vbRed
Me.optsoapp4.BackColor = vbWhite
Me.optsoapp4.BackStyle = vbNormal
Me.Page3.SetFocus
Me.optsoapp4.SetFocus
End If
thanks in advance, Carlos