Is it possible (and how of course) to number multiple linked records automatically? So if I have 10 related records, they should be numbered from 1 to 10.
Incremental function does not work, because it numbers over the records, means, first ten records will have 1 to 10, next ten records will have 11 to 20. But I need in the second record bunch again 1 to 10.
Incremental function does not work, because it numbers over the records, means, first ten records will have 1 to 10, next ten records will have 11 to 20. But I need in the second record bunch again 1 to 10.