D
dj2719
I have a table which I input labor charges(laborID). I have a second table
which I input parts charges(partsID). when I querry the 2 table to create my
billing information I get duplicated results. If I have 1 labor charge and
multiple parts charges the labor charges or duplicated as if to keep the rows
equal.
EXAMPLE of what i expect to see:
workorderID laborID partsID
1 1 1
1 2
1 3
What I actually see is the laborID duplicated for for partsID 2 & 3
This seems so easy but I just cant get it to work!
which I input parts charges(partsID). when I querry the 2 table to create my
billing information I get duplicated results. If I have 1 labor charge and
multiple parts charges the labor charges or duplicated as if to keep the rows
equal.
EXAMPLE of what i expect to see:
workorderID laborID partsID
1 1 1
1 2
1 3
What I actually see is the laborID duplicated for for partsID 2 & 3
This seems so easy but I just cant get it to work!