Hey everyone,
left me give you a brief rundown on what I've got going on. I've got a table with 1000 records, each record contains last name, first name, address, etc. Then I have a series of yes/no (checkboxes) for each record. These checkboxes are "LA Claimant","MS Claimant","Relation","Worker".
Ok now, each record could have none selected or it could have 2 or 3 out of the available options checked. The problem I'm having is...
How would i construct a query that basically excludes any records where any of the checkboxes are yes?
So say I have 4 checkboxes per record, if checkbox 1 is yes, but 2,3,4 are no. I want that record excluded. The same goes if any of the other boxes are checked.
I'm completely in the dark on this one and just can't seem to figure it out. If someone could help out with the sql on this one I'd appreciate it.
Thanks... I hope this made sense.
left me give you a brief rundown on what I've got going on. I've got a table with 1000 records, each record contains last name, first name, address, etc. Then I have a series of yes/no (checkboxes) for each record. These checkboxes are "LA Claimant","MS Claimant","Relation","Worker".
Ok now, each record could have none selected or it could have 2 or 3 out of the available options checked. The problem I'm having is...
How would i construct a query that basically excludes any records where any of the checkboxes are yes?
So say I have 4 checkboxes per record, if checkbox 1 is yes, but 2,3,4 are no. I want that record excluded. The same goes if any of the other boxes are checked.
I'm completely in the dark on this one and just can't seem to figure it out. If someone could help out with the sql on this one I'd appreciate it.
Thanks... I hope this made sense.