indiana45s
IS-IT--Management
I am getting desperate for a solution.
I have a table set up with check boxes for two fields
Investigation and Investigation Completed.
I would like to make a Query in which the table instance passes the Query ONLY if BOTH boxes are checked YES, not either one.
I am very new to queries and the most advanced I have gotten is putting "Yes" in the criteria of a query field so that the event is passed through the query only if the box is checked.
However, in this instance TWO boxes must be checked to pass the query test, not one.
I have tried to write the following expression into the criteria:
If([clients]![Investigation]=Yes AND [clients]![Investigationcomplete]=Yes, yes, no].
However, this does not work.
Help!
I have a table set up with check boxes for two fields
Investigation and Investigation Completed.
I would like to make a Query in which the table instance passes the Query ONLY if BOTH boxes are checked YES, not either one.
I am very new to queries and the most advanced I have gotten is putting "Yes" in the criteria of a query field so that the event is passed through the query only if the box is checked.
However, in this instance TWO boxes must be checked to pass the query test, not one.
I have tried to write the following expression into the criteria:
If([clients]![Investigation]=Yes AND [clients]![Investigationcomplete]=Yes, yes, no].
However, this does not work.
Help!