You have a set of database results (recordset) that contains a field with a value that's repeated in each row, but you want to show the value only the first time it appears. At the same time, you want the remaining fields to be displayed. For example, you're building a list with categories and subcategories. Each category should be shown only once.
↧