G
Guest
Hi all,
I got a form (not bound) which has a datasheet subform.
I want to make a button on the form to filter out the subform values.
I thought this should be a correct reference, but it doesnt work:
DoCmd.ApplyFilter "", "Me!ListSub1.English Like (""*""+[Find an English
Word]+""*"")"
It gives a message that "The action or method is invalid because the form or
report isn't bound to a table or query"
Help please! I am desperate....
Thank you.
Lana
I got a form (not bound) which has a datasheet subform.
I want to make a button on the form to filter out the subform values.
I thought this should be a correct reference, but it doesnt work:
DoCmd.ApplyFilter "", "Me!ListSub1.English Like (""*""+[Find an English
Word]+""*"")"
It gives a message that "The action or method is invalid because the form or
report isn't bound to a table or query"
Help please! I am desperate....
Thank you.
Lana