I'm using MS Access 2003.
I have a form containing a subform control sub1 whose Source Object is frm1. I also have (on the same form) another subform control sub2 whose Source Object is frm2. Both subforms display in Continuous view.
Subform sub2 offers the user the ability to filter its list based on the record clicked in sub1. But when the user clicks on a different record in sub1, I want filtering removed from sub2.
So I'm trying to figure out the syntax to turn filtering off for frm2 from within the OnCurrent event of frm1.
Can anyone help with this?
Thanks for any help you can give.
Wayne
I have a form containing a subform control sub1 whose Source Object is frm1. I also have (on the same form) another subform control sub2 whose Source Object is frm2. Both subforms display in Continuous view.
Subform sub2 offers the user the ability to filter its list based on the record clicked in sub1. But when the user clicks on a different record in sub1, I want filtering removed from sub2.
So I'm trying to figure out the syntax to turn filtering off for frm2 from within the OnCurrent event of frm1.
Can anyone help with this?
Thanks for any help you can give.
Wayne