P
Paul Washburn
I am trying to write a form with multiple check boxes that will apply filters
to a query result. When none of the boxes are checked all records with be
displayed. If two boxes are checked only records that contain both boxes
would be displayed.
Could someone tell me what the easiest way to do this would be? I was
thinking a switch statement in the where of the sql select.
Thank you for any help.
to a query result. When none of the boxes are checked all records with be
displayed. If two boxes are checked only records that contain both boxes
would be displayed.
Could someone tell me what the easiest way to do this would be? I was
thinking a switch statement in the where of the sql select.
Thank you for any help.