Thank you Tomas, I will provide a little more detail. I have a part number, called "PART123" and customer ABC calls that part number both, "123" and "456". We setup the customer's part numbers in the Alias as a "C" type and entered both customer part numbers for our one part "PART123". I am using the Sage report, "Inventory Price List" from the reports in Inventory Management. I created a new report setting and on the Crystal report attached IM_AliasItem in the database and joined by Item code. I then created a formula for the customer and attached it to the detail section. if {IM_AliasItem.Type} = "C" and {IM_AliasItem.CustomerNo} = {IM_PriceListWrk.CustomerName} then {IM_AliasItem.AliasItemNo} else " " Everything is working as expected except the few part numbers that have more than one alias for the same customer. I would like the report to either print out both customer part numbers under the one part "PART123" or list "PART123" twice on the report for each customer alias part number. If you have any suggestions that would be helpful but currently only the first alias is printing on the report. Thanks, Kathy
↧