You need to link the orderrel table to jobprod (job prod is the table which
'links' the order tables to the job tables). From job prod you can get the
job#. But, if you want more job info, you would then link to jobhead or
other tables as needed to get the info you want.
If you have orders without jobs you should do a left outer join to the job
prod table so you would see those with and without jobs.
'links' the order tables to the job tables). From job prod you can get the
job#. But, if you want more job info, you would then link to jobhead or
other tables as needed to get the info you want.
If you have orders without jobs you should do a left outer join to the job
prod table so you would see those with and without jobs.