Database - SQLBase
Crystal 9
Tables-
Part (Master)
Trace (Child)
Trace_Inv (Child)
Part is linked to Trace through PART_ID and is joined with an outer join (Trace is the table with nulls). This is working fine.
However, I also need to link Trace_Inv to Trace and use an outer join there aswell (Trace_Inv will contain some nulls).
When I do this and try and run my report I get told I can only have one outer join..... I assume that this means I can only use one outer join with the trace table.
Does anyone know how to get around this?? If I can!
Cheers,
Woody
Crystal 9
Tables-
Part (Master)
Trace (Child)
Trace_Inv (Child)
Part is linked to Trace through PART_ID and is joined with an outer join (Trace is the table with nulls). This is working fine.
However, I also need to link Trace_Inv to Trace and use an outer join there aswell (Trace_Inv will contain some nulls).
When I do this and try and run my report I get told I can only have one outer join..... I assume that this means I can only use one outer join with the trace table.
Does anyone know how to get around this?? If I can!
Cheers,
Woody