nicheplayer
Technical User
I have a form I'm using to input criteria for a query that outputs to a report. The database is a job log that tracks a number of criteria on jobs done by the people in my department. I have a query set up that feeds my report, but what I'd like to do is include a way to *exclude* all records that have a certain value in their "task type" field. My input form will have a checkbox for, say, "list request" that -- when checked -- will modify the query in such a way that all records *except* those that include "list request" as the task type will be returned.
I don't know if I should create a temporary table that excludes the "list request" records and use that as a source in my existing query? What's the best way to handle something like this? Thanks very much!
I don't know if I should create a temporary table that excludes the "list request" records and use that as a source in my existing query? What's the best way to handle something like this? Thanks very much!