Hello I am trying to filter a subform from another subform using the on current event.
I think everything is named correctly, should the above work or is the code not correct?
Thank you Mark
Code:
Forms![frm_Contractor_Job]![Subfrm_Contractor_Job_Detail].Form.Filter = "Inv_Pman_Prop_ID_WorkAt_Link =" & Me.Repair_Property_ID_Link And "Inv_Pman_Cont_ID_Link =" & Me.Repair_Contractor_ID_Link
I think everything is named correctly, should the above work or is the code not correct?
Thank you Mark