Check box to filter subform

Joined
Apr 23, 2010
Messages
1
Reaction score
0
Hi,
Iam trying to fiter a subform using a command button basing the filter on the value of a checkbox the code iam trying is:
Me.Filter = "[Existing] = '-1'"
Me.FilterOn = True
"existing" is the field name of the checkbox on the subform but this is not working
Any help would be much appreciated.
 

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