Problems APPLYING FILTERS to subforms.

B

Bill Mitchell

Hi,

I am using DoCmd.RunCommand.FilterBySelection in one of
my shortcut menus. When I invoke on a subform it filters
successfully on the screen.activecontrol.value. But when
I try DoCmd.RunCommand.RemoveFilterSort to remove the
filter, it removes and filters on and requeries my Parent
form and not my Sub form.

Why is this and how do I work around it? I want to
remove the filter on only my subform.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top