M
Mike
hello
i have a large database of jobs. each job has between 2
and 6 rows of data which contain different products. i am
trying to write a query which will pull out all jobs which
contain a certain product. the product would be one of the
rows in any particular job. however i don't just want the
single rows extracted that contain the product, i want all
the rows for all jobs that contain that product. each job
has a number and the job number is shown in each row. is
there a way i can easily do this - i just end up with the
individual rows that contain the product and not all the
rows for those jobs.
thanks for your help in this
i have a large database of jobs. each job has between 2
and 6 rows of data which contain different products. i am
trying to write a query which will pull out all jobs which
contain a certain product. the product would be one of the
rows in any particular job. however i don't just want the
single rows extracted that contain the product, i want all
the rows for all jobs that contain that product. each job
has a number and the job number is shown in each row. is
there a way i can easily do this - i just end up with the
individual rows that contain the product and not all the
rows for those jobs.
thanks for your help in this