I have two tables
INTRAN with two fields that apply fmjobno and fqty
JOMAST with several fields I require, for this example lets use fjobno, fordqty, ford_dt
there is a 1 to many relationship where jomast with be 1 record INTRAN will be many entries for the same jobno
result would be everything from JOMAST and a total of fqty from INTRAN where fjobno = fmjobno
Cannot seem to get the select, join and group by to work properly and could use a hand
INTRAN with two fields that apply fmjobno and fqty
JOMAST with several fields I require, for this example lets use fjobno, fordqty, ford_dt
there is a 1 to many relationship where jomast with be 1 record INTRAN will be many entries for the same jobno
result would be everything from JOMAST and a total of fqty from INTRAN where fjobno = fmjobno
Cannot seem to get the select, join and group by to work properly and could use a hand