G
Guest
Help! I have a Main form that is unbound with a subform bound to a query. The subform has option groups that fire filters on the data within the subform. If I run the subform on its own (not within the Main form), it works great. I used DoCmd.ApplyFilter...no problem. If I try to run the filtering when accessed through the Main form, I error out with a message telling me that the method is invalid due to the fact that the form is unbound. Why isn't the filter working normally and what do I need to do to make that happen?