S
SteveSanDiego
I have created a form that draws data from an assignment table that have a
Contact field and a Contact Type field. . I can filter for Contact Type if
i use the command
Private Sub cboFindRelationship_Change()
Me.Filter =
"RelationshipType=forms!frmContactAssignmentSub!cboFindRelationship"
Me.FilterOn = True
End Sub
When I put this form in another form (Company) as a subform it does not
work. I am trying to figure out the syntax to make this work?
Can you help?
Contact field and a Contact Type field. . I can filter for Contact Type if
i use the command
Private Sub cboFindRelationship_Change()
Me.Filter =
"RelationshipType=forms!frmContactAssignmentSub!cboFindRelationship"
Me.FilterOn = True
End Sub
When I put this form in another form (Company) as a subform it does not
work. I am trying to figure out the syntax to make this work?
Can you help?