D
Dave the wave
Using VBA, how can I read the present filter status and value of a subform.
In the object browser I am able to see the subform, filter status, and
filter string, but I can not figure out the proper syntax. i.e.
me.forms[subformname].filteron.
Is there a handy tool for relating VBA syntax to the Object browser? It
doesn't appear to be the same. (The filter value for the subform is viewable
using the object browser but if I follow the same object hierarchy I can not
find the property so I can read its value.)
In the object browser I am able to see the subform, filter status, and
filter string, but I can not figure out the proper syntax. i.e.
me.forms[subformname].filteron.
Is there a handy tool for relating VBA syntax to the Object browser? It
doesn't appear to be the same. (The filter value for the subform is viewable
using the object browser but if I follow the same object hierarchy I can not
find the property so I can read its value.)