My Question:
Is there a way to group jobs that have like colors?
Background:
My database has each job with a list of inserts for that month. Each insert has a color. A color can be used for more than one insert in a job. For example, job #1 has 20 inserts, but only the colors blue and green for one month. On a monthly basis I want to be able to list all the jobs that get the same color inserts. There are about 25 different colors that can be used and a job can consist of any conbination of those 25 colors. I did a crosstab query and was able to get the colors listed for each job, but that was in job number order. Someone has to manually go through and group the jobs that have similar colors.
Any ideas? Thanks.
Is there a way to group jobs that have like colors?
Background:
My database has each job with a list of inserts for that month. Each insert has a color. A color can be used for more than one insert in a job. For example, job #1 has 20 inserts, but only the colors blue and green for one month. On a monthly basis I want to be able to list all the jobs that get the same color inserts. There are about 25 different colors that can be used and a job can consist of any conbination of those 25 colors. I did a crosstab query and was able to get the colors listed for each job, but that was in job number order. Someone has to manually go through and group the jobs that have similar colors.
Any ideas? Thanks.