What is the syntax to filter on a check box?

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Am somewhat rusty and getting back into reporting in Access. I am trying to
filter on a check box and find that it does not respond to a filter on yes or
no. Can anyone help by telling my how to write the syntax for filtering a
report on the check box. I am just double clicking on the header on the
report in design view and building an expression manually. Would be very
grateful for some help!
 
You can use the constants vbYes or vbNo, or you can use -1 for true, 0 for
false
 

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

Back
Top