Code like a pro. Use JOINS:SELECT SEP_ACCOUNT.sep_acct_cde as Account, FUND.fund_cde as FUND, BRKG_FACT.accum_unit_cnt as Units_Purchased, BRKG_FACT.transaction_amt as Amount_PurchasedFROM FUND left outer join BRKG_FACT on FUND_DIM.FUND_ID_NUM = brkg_fact.FUND_ID_NUM and brkg_fact.SEP_ACCT_ID_NUM = 5 and brkg_fact.product_cde <> 'MM' and brkg_fact.transaction_amt <= 0 and brkg_fact.source_sys_id_num <> 3 and brkg_fact.source_sys_id_num <> 5 and BRKG_FACT.trans_process_dte >= '1/1/2008' and BRKG_FACT.trans_process_dte <= '1/2/2008' left outer join SEP_ACCOUNT on BRKG_FACT.sep_acct_id_num = SEP_ACCOUNT.sep_acct_id_numorder by fund_cde
e4 d5 xd5 Nf6