I have a table where I import data. This table has several fields. I need to exclude certain records from my report based on a value in a field or a combination field values.
Users need to add/edit these values so I have created a form for them to input records where if they need to exclude field Company = ABC, the add ABC to the company field and leave the rest blank for that record.
What is the best way to have my query look at all each record in the 'filters' table and exclude those records that match each row?
Users need to add/edit these values so I have created a form for them to input records where if they need to exclude field Company = ABC, the add ABC to the company field and leave the rest blank for that record.
What is the best way to have my query look at all each record in the 'filters' table and exclude those records that match each row?