I have set up a table with the following data:
category type
======== =====
color blue
color red
color yellow
shape square
shape circle
shape triangle
texture smooth
texture rough
I would like to create a report that reports any record in my table where the category and type do not match the combinations shown in the table above. Can this be done easily and if so how?
Thank you for your help with this!
category type
======== =====
color blue
color red
color yellow
shape square
shape circle
shape triangle
texture smooth
texture rough
I would like to create a report that reports any record in my table where the category and type do not match the combinations shown in the table above. Can this be done easily and if so how?
Thank you for your help with this!