I have a report that returns a number of rows based. The report gets the data from a returned sql recordset. I need a formula that will evaluate each row and suppress any duplicate rows. The evaluation will have to take into account that some of the rows begin with an asterisk, and some do not. For example
1. *John Smith Anytown, USA
2. *Mary Jones Big City, USA
3. John Smith Anytown, USA
Should appear on the report as:
1. *Mary Jones Big City, USA
2. John Smith Anytown, USA
Any thoughts are appreciated.
1. *John Smith Anytown, USA
2. *Mary Jones Big City, USA
3. John Smith Anytown, USA
Should appear on the report as:
1. *Mary Jones Big City, USA
2. John Smith Anytown, USA
Any thoughts are appreciated.