Can you show some sample data??How about joining aureline to the first query?? Something like below...may not be accurate as I dont know which column is from which table...but shud give you some idea?SELECT a.acc, b.cat, b.dsc, c.rcp_num,d.trn_num, d.seq_numFROM allTran a INNER JOIN allcat b ON a.trsCat = b.trsCat INNER JOIN allMast c ON a.Allnum = c.Allnum INNER JOIN aureline b ON d. rcp_num = c. rcp_numWHERE (allTran.amt <> 0)