need syntax help on the following join example (all left joins with the field names shown as links). the problem i run into is the link from tbl2 to tbl5 and the proper placement of the parens:
tbl1 (fld1)
|
+--->tbl2 (fld1,fld2)
|
+--->tbl3 (fld2,fld3)
| |
| +--->tbl4(fld3)
|
+--->tbl5 (fld2,fld5)
|
+--->tbl6 (fld5)
thanks for your time.
tbl1 (fld1)
|
+--->tbl2 (fld1,fld2)
|
+--->tbl3 (fld2,fld3)
| |
| +--->tbl4(fld3)
|
+--->tbl5 (fld2,fld5)
|
+--->tbl6 (fld5)
thanks for your time.