Hi all,
I have a parameter query that contains information on a list of people and contains 3 checkboxes: alumni, parent, business
In this query, I am trying to use parameters to filter the results based on these three fields i.e.
true, false, true would return all records where either alumni, business or both are true, and parent can be either true or false.
false, true, false would return all records where only parent is true, and the other fields do not matter.
Its quite straight forward really, i'm just a bit of a novice!
Basically, my question is, how do I get this to work. I have tried and failed miserably.
TIA
I have a parameter query that contains information on a list of people and contains 3 checkboxes: alumni, parent, business
In this query, I am trying to use parameters to filter the results based on these three fields i.e.
true, false, true would return all records where either alumni, business or both are true, and parent can be either true or false.
false, true, false would return all records where only parent is true, and the other fields do not matter.
Its quite straight forward really, i'm just a bit of a novice!
Basically, my question is, how do I get this to work. I have tried and failed miserably.
TIA