neo19
02-24-2005, 07:01 AM
I have a report which shows several items and their prices for each customer. For some of my subreports if the items and prices are all the same then i have them only display the sum of the prices and the item using an IIF function and Hide Duplicates = Yes. My problem is that if I have several different items display then but their prices are the same then the descriptions will show up but only the first price will. So I'll have 3 different items but only one price show up on the report. I've tried using the OnFormat event to change the hide duplicates setting if this situation comes up but I can only read the hide duplicates setting, I can't change it. Does anyone know how I can change this setting?