janrussell
IS-IT--Management
I am using a Data Report to display results from a stored procedure in MS SQL 7.0 - I am not using a data environment. There is a field where the values are duplicates (and are displayed in sequence, i.e., say the value "Joe" in that field is found in records 1-6, the value "Jane" might be in the next two, etc.). I would like to have the report display just spaces or something if the name field is the same as the previous. The stored procedure I use is complicated - it traverse up and down a heirarchy gathering info - and I'm afraid to mess with something that works! I believe I can reference that field in the data report, but not sure where and how to put code to do this. Can someone please help asap?