I am using Crystal 10 with a SQL database and need to figure out how to create a report from the following 4 tables: Items, Stock Area, Orders, Purchase Orders that shows my total on hand (adding up records in the Stock Area table), total on open sales orders and total on open purchase orders. The Itemcode is a 1-to-many link from the Items table to all other tables but when I try to do multiple groups or multiple detail lines I get duplicated data (it adds the stock qty each time there is a PO record, etc). I only want to show items where on hand + PO - SO < 0. It seems like it should be a basic report but I can't figure it out. Any help is greatly appreciated.