twinnyfo... I would LOVE it if you would jump in on this one.
As you will recall to my prior question, I had two issues... One was setting the recordset to a 2nd subform to a parent form, and the other was getting the 1st subform to filter off of the 2nd subform. We solved the 2nd question, but as it turns out, I am still unable to set the recordset for that 2nd subform.
This is what I used...
I got Run-time error 2455
You entered an expression that has an invalid reference to the property Form/Report.
Thoughts?
As you will recall to my prior question, I had two issues... One was setting the recordset to a 2nd subform to a parent form, and the other was getting the 1st subform to filter off of the 2nd subform. We solved the 2nd question, but as it turns out, I am still unable to set the recordset for that 2nd subform.
This is what I used...
Code:
Set rs = Forms!frm_Action_Holder.Actions_DS.Form.frm_Responses.Form.RecordsetClone
You entered an expression that has an invalid reference to the property Form/Report.
Thoughts?
Comment