Y
yagfxgeek
I have a subform that I am attempting to set a filter value for.
However access claims that the subform does not have a property or
method called filter. I know its not a misspelled name or anything as
I can execute a refresh on the sub form:
Forms!frm_BUDATA!Contacts.Requery
However, the statement:
Forms!frm_BUDATA!Contacts.Filter = sFilter
Generates an error. Can anyone shed some light on this?
Thanks!
However access claims that the subform does not have a property or
method called filter. I know its not a misspelled name or anything as
I can execute a refresh on the sub form:
Forms!frm_BUDATA!Contacts.Requery
However, the statement:
Forms!frm_BUDATA!Contacts.Filter = sFilter
Generates an error. Can anyone shed some light on this?
Thanks!