I have a query that uses information from a form to return a data set.
In this query I also want to exclude certain codes i.e. CSC01, CSC02 and have therefore typed, not like CSC01 and not like CSC02. This works.
I have explicitly told the query these codes.
I have these codes in a table and could be subject to change. Can I not have the query lookup the information in the table to say if the codes in the data set are not matching those in the table, do not return any records.
Thanks
In this query I also want to exclude certain codes i.e. CSC01, CSC02 and have therefore typed, not like CSC01 and not like CSC02. This works.
I have explicitly told the query these codes.
I have these codes in a table and could be subject to change. Can I not have the query lookup the information in the table to say if the codes in the data set are not matching those in the table, do not return any records.
Thanks