In my database I have thousands of records showing a list with 3 columns: date, location and name. In my query I want to order the list by date (this is easy: date, order, ascending) and create a fourth column (OrdAnual) showing the record order per year. The counting goes, of course, from 1 to n, every year. (n=number of records counted in corresponding year).
Ordenação.odb (16.0 KB)
Can you help me? Please, please. Thanks.