Am I understanding you correctly, you want a report to show all jobs in
which there are no operations listed? If that is it, you could try joining
the jobHead to the JobOper table (by company and jobnum) using a left outer
join. Then, use conditional printing to print only the jobs where the count
of all job operation records is 0 or something like that...
-Sarah
which there are no operations listed? If that is it, you could try joining
the jobHead to the JobOper table (by company and jobnum) using a left outer
join. Then, use conditional printing to print only the jobs where the count
of all job operation records is 0 or something like that...
-Sarah