C
Christy Turner
The expression After Update you entered as the event
property setting produced the following erre: A problem
occurred while Property Database was communicating with
the OLE Server of ActiveX Control.
Here is the code I am running. I am trying to make a
combo box visible if an item in an option group is picked.
Private Sub Mat_Select_AfterUpdate()
If .[Mat Select].Value = 1 Then
.[Prod].Visible = True
Else
.[Prod].Visible = False
End If
End Sub
property setting produced the following erre: A problem
occurred while Property Database was communicating with
the OLE Server of ActiveX Control.
Here is the code I am running. I am trying to make a
combo box visible if an item in an option group is picked.
Private Sub Mat_Select_AfterUpdate()
If .[Mat Select].Value = 1 Then
.[Prod].Visible = True
Else
.[Prod].Visible = False
End If
End Sub