Results 1 to 2 of 2
  1. #1
    Join Date
    Jul 2007
    Location
    arlington
    Posts
    1

    True or false

    I have a table that has a multitude of check boxes (the default value is TRUE), how would I set up a query that will let me view only the records where one or more of the values= false

  2. #2
    Join Date
    Apr 2006
    Location
    Manchester UK
    Posts
    11
    True has a 'value' of -1 & false 0

    So if you have 100 checkboxes defaulted to True then

    Abs(Checkbox1+checkbox2....................+Checkb ox100) = 100

    so you would use

    Abs(Checkbox1+checkbox2....................+Checkb ox100) < 100

    as a criteria.

    Best of Luck

    Ian

Please reply to this thread with any new information or opinions.

Similar Threads

  1. Replies: 2
    Last Post: 08-31-2006, 12:19 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Other Forums: Microsoft Office Forums