donnydooner
Programmer
I have a form with a subform. I also have a "Search Dialog" form where users enter search criteria in unbound text or combo boxes. I have a visual basic procedure, triggered by a Find Record button on the Search Dialog form.
My problem is, I can't write the VBA code so that it recognizes the field in the subform that I'm trying to filter. My procedure uses the DoCmd.ApplyFilter method and works fine until I try to filter the subform. Can someone help me with this?
My problem is, I can't write the VBA code so that it recognizes the field in the subform that I'm trying to filter. My procedure uses the DoCmd.ApplyFilter method and works fine until I try to filter the subform. Can someone help me with this?