I am trying to open a form based on a filter vaule which happens to be a control already populate on my form.
I am trying something like this with no luck?
docmd.openform "frmX"
docmd.applyfilter , "[controlX]"
I am trying to open another form based on a filter of a bound textbox that is already populated.
Any Ideas?
Thanks
Chance~
I am trying something like this with no luck?
docmd.openform "frmX"
docmd.applyfilter , "[controlX]"
I am trying to open another form based on a filter of a bound textbox that is already populated.
Any Ideas?
Thanks
Chance~