Hi There,
I am having major problems with getting my query to filter data using a yes/no field.
What I am trying to do is in the form, I click mark off employees from the "Select" field to say that I have completed their 90 day review. But once I check mark somebody off, I don't want them to appear anymore. If I use a delete query, it deletes the record from the table, which is not what I want.
My query is pulling the names from my employee table and the "Select" and "Date" fields are coming from my 90 day review table.
I have tried to put NO in the select field, then it either doesn't show any records (and yes I have the relationship proper) or it shows the records, but then won't save any of the records that I check mark off.
Can I put an if statment in the query, IF Select = true, then don't show those records, but show the false records?
Any suggestions?
Thank you,
Jennifer
I am having major problems with getting my query to filter data using a yes/no field.
What I am trying to do is in the form, I click mark off employees from the "Select" field to say that I have completed their 90 day review. But once I check mark somebody off, I don't want them to appear anymore. If I use a delete query, it deletes the record from the table, which is not what I want.
My query is pulling the names from my employee table and the "Select" and "Date" fields are coming from my 90 day review table.
I have tried to put NO in the select field, then it either doesn't show any records (and yes I have the relationship proper) or it shows the records, but then won't save any of the records that I check mark off.
Can I put an if statment in the query, IF Select = true, then don't show those records, but show the false records?
Any suggestions?
Thank you,
Jennifer